Method summary
- check(self)
- make_data(self)
- setUp(self)
- tearDown(self)
- test_components_changed(self)
- test_deepcopied(self)
- test_save_and_restore(self)
- test_streamline(self)
Methods
- check(self)
Do the actual testing.
- make_data(self)
Trivial data -- creates an elementatry scalar field and a constant vector field along the 'x' axis.
- 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_components_changed(self)
Test if the modules respond correctly when the components are changed.
- test_deepcopied(self)
Test if the MayaVi2 visualization can be deep-copied.
- test_save_and_restore(self)
Test if saving a visualization and restoring it works.
- test_streamline(self)
Test if the test fixture works