vtkmodules.test.BlackBox¶
Module Contents¶
Classes¶
API¶
- class vtkmodules.test.BlackBox.Tester(debug=0)¶
Initialization
- setDebug(val)¶
Sets debug value of the vtkMethodParser. 1 is verbose and 0 is not. 0 is default.
- testParse(obj)¶
Testing if the object is parseable.
- testGetSet(obj, excluded_methods=[])¶
Testing Get/Set methods.
- testBoolean(obj, excluded_methods=[])¶
Testing boolean (On/Off) methods.
- test(obj)¶
Test the given vtk object.