uo.tests.unit.problem package
Submodules
uo.tests.unit.problem.test_problem__copy__ module
- class uo.tests.unit.problem.test_problem__copy__.Test__Copy__(methodName='runTest')
Bases:
TestCase
- test_new_instance_is_deep_copy()
- test_new_instance_is_not_same_object()
- test_raises_type_error_on_class()
- test_raises_type_error_with_arguments()
- test_returns_new_instance_with_same_properties()
uo.tests.unit.problem.test_problem_properties module
- class uo.tests.unit.problem.test_problem_properties.TestProblemProperties(methodName='runTest')
Bases:
TestCase
- setUp()
Hook method for setting up the test fixture before exercising it.
- classmethod setUpClass()
Hook method for setting up class fixture before running tests in the class.
- tearDown()
Hook method for deconstructing the test fixture after testing it.
- classmethod tearDownClass()
Hook method for deconstructing the class fixture after running all tests in the class.
- test_empty_name_problem_initialization()
- test_invalid_name_problem_initialization()
- test_is_minimization_should_be_equal_as_in_constructor()
- test_problem_name_should_be_equal_as_in_constructor()