mistk.transform.server.test.test_transform_plugin_endpoint_controller module¶
-
class
mistk.transform.server.test.test_transform_plugin_endpoint_controller.TestTransformPluginEndpointController(methodName='runTest')¶ Bases:
mistk.transform.server.test.BaseTestCaseTransformPluginEndpointController integration test stubs
-
test_get_api_version()¶ Test case for get_api_version
Returns the version of the MISTK API
-
test_get_status()¶ Test case for get_status
Retrieves the status of the transform plugin
-
test_terminate()¶ Test case for terminate
Shutdowns the transform plugin and cleans up any resources.
-
test_transform()¶ Test case for transform
Performs the transforms defined for this plugin
-