module documentation
Class WorkerReporterTests Tests for WorkerReporter.
Function run Run target and return a test result as populated by a worker reporter.
def run(case, target): (source)

Run target and return a test result as populated by a worker reporter.

Parameters
case:SynchronousTestCaseA test case to use to help run the target.
target:TestCaseUndocumented
Returns
TestResultUndocumented