|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Response | |
|---|---|
| org.jboss.osgi.husky | The Husky Test Harness main package see Bridge for details. |
| org.jboss.osgi.husky.internal | |
| org.jboss.osgi.husky.runtime | |
| org.jboss.osgi.husky.runtime.junit | JUnit specific implementations |
| Uses of Response in org.jboss.osgi.husky |
|---|
| Methods in org.jboss.osgi.husky that return Response | |
|---|---|
Response |
Invoker.invoke(Request req)
Invokes the associated Connector with a given test
Request |
| Uses of Response in org.jboss.osgi.husky.internal |
|---|
| Classes in org.jboss.osgi.husky.internal that implement Response | |
|---|---|
class |
org.jboss.osgi.husky.internal.BasicResponse
|
| Uses of Response in org.jboss.osgi.husky.runtime |
|---|
| Methods in org.jboss.osgi.husky.runtime that return Response | |
|---|---|
Response |
Connector.process(Request req)
Handles the test request by dispatching to one of the associated PackageListeners. |
Response |
Runner.runTests(Context context,
java.lang.Class<?> testClass)
Run the tests in the given test class. |
Response |
PackageListener.runTests(Request request)
Called by Connector when this listener indicated that it can
handle the test request. |
| Uses of Response in org.jboss.osgi.husky.runtime.junit |
|---|
| Classes in org.jboss.osgi.husky.runtime.junit that implement Response | |
|---|---|
class |
JUnitResponse
A Response implementation that can be constructed
from a JUnit4 Result. |
| Methods in org.jboss.osgi.husky.runtime.junit that return Response | |
|---|---|
Response |
JUnitRunner.runTests(Context context,
java.lang.Class<?> testClass)
Run the tests in the given test class. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||