TestCenter Reference
TestSupport Namespace Reference

A package of python modules helping to build tests. More...

Namespaces

 Async
 Support functions for asynchronous module handling.
 
 Base
 Basic support functions.
 
 BDD
 
 ChangeSet
 
 CodeTest
 
 DicomTreeCompare
 
 ExtraTestCaseResult
 
 Fields
 Package to handle all field related support functions.
 
 FieldValueTests
 
 Formal
 
 Generic
 
 HelperFunctions
 
 Image
 Support functions regarding image handling.
 
 Logging
 Package to provide logging functions.
 
 Macros
 Adds GoogleTest like methods.
 
 Math
 Basic math functions.
 
 MessageFilters
 
 NotificationCounter
 
 PythonUnitTest
 
 RemoteRenderingEventReplay
 
 ScreenShot
 Package to provide screenshot related support functions.
 
 TestHelper
 
 UnitTestDiscovery
 
 UnitTestSupport
 

Detailed Description

A package of python modules helping to build tests.

Testing involves some recurring tasks like modifying a set of fields, creating screenshots and many more. The test support package has methods to support these tasks.