public interface TestRegistry
Modifier and Type | Interface and Description |
---|---|
static interface |
TestRegistry.RegisteredTest
Interface for test handles.
|
Modifier and Type | Method and Description |
---|---|
TestRegistry.RegisteredTest |
register(Test test)
Register a new test.
|
TestRegistry.RegisteredTest register(Test test)
test
- The test.Copyright © 2000-2014. All Rights Reserved.