auxi.core.objects_test module¶
This module contains code used to test core object classes.
-
class
auxi.core.objects_test.NamedObjectUnitTester(methodName='runTest')¶ Bases:
unittest.case.TestCaseThe unit tester for the class being tested.
-
setUp()¶
-
tearDown()¶
-
test__str__()¶ Test whether the __str__ method successfully generates a json string representation of the object.
-
test_constructor()¶ Test whether the constructor successfully initialises the object.
-