Method summary
- check(self)
- setUp(self)
- tearDown(self)
- test_change(self)
- test_poly_data_source(self)
- test_save_and_restore(self)
Methods
- check(self)
Do the actual testing.
- setUp(self)
Initial setting up of test fixture, automatically called by TestCase before any other test method is invoked
- tearDown(self)
For necessary clean up, automatically called by TestCase after the test methods have been invoked
- test_change(self)
Test if it works fine on changing the source
- test_poly_data_source(self)
Do the basic testing
- test_save_and_restore(self)
Test if saving a visualization and restoring it works.