Uses of Interface
org.jboss.osgi.husky.Response

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
 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.internal
 

Classes in org.jboss.osgi.husky.internal that implement Response
 class org.jboss.osgi.husky.internal.BasicResponse
          A basic Response implementation.
 

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, Class<?> testClass)
          Run the tests in the given test class.
 

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, Class<?> testClass)
          Run the tests in the given test class.
 



Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.