public interface TestsProvider
Modifier and Type | Method and Description |
---|---|
Class<?> |
createTestClass(String testName)
Create a test class to execute the specified test.
|
String |
getServicePid()
Return this service's PID, client might use it later
to instantiate a specific test.
|
List<String> |
getTestNames()
Return the list of available tests
|
long |
lastModified()
Return the timestamp at which our list of tests was last modified
|
String getServicePid()
Class<?> createTestClass(String testName) throws ClassNotFoundException
ClassNotFoundException
long lastModified()
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.