14from .TestCase
import TestCase
18 """TestCase superclass for functional test cases."""
21 return "FunctionalTestCase"
TestCase superclass for functional test cases.
getType(self)
Return the type of this test case (generic or functional).
The superclass for the different test case categories.