TestCenter Reference
TestSupport Namespace Reference

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

Namespaces

namespace  Async
 Support functions for asynchronous module handling.
namespace  Base
 Basic support functions.
namespace  BDD
 Tools for writing human readable, behavioral tests.
namespace  ChangeSet
namespace  CodeTest
namespace  DicomTreeCompare
namespace  ExtraTestCaseResult
namespace  Fields
 Package to handle all field related support functions.
namespace  FieldValueTests
namespace  Formal
namespace  Generic
 Shared code for generic tests.
namespace  HelperFunctions
namespace  Image
 Support functions regarding image handling.
namespace  Logging
 Package to provide logging functions.
namespace  Macros
 Adds GoogleTest like methods.
namespace  Math
 Basic math functions.
namespace  MessageFilters
namespace  NotificationCounter
namespace  PythonUnitTest
 Tools for running MeVisLab tests as Python unit tests.
namespace  RemoteRenderingEventReplay
namespace  ScreenShot
 Package to provide screenshot related support functions.
namespace  TestHelper
namespace  UnitTestDiscovery
namespace  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.