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

Packages that use Context
org.jboss.osgi.husky.runtime   
org.jboss.osgi.husky.runtime.junit JUnit specific implementations 
org.jboss.osgi.husky.runtime.osgi   
 

Uses of Context in org.jboss.osgi.husky.runtime
 

Methods in org.jboss.osgi.husky.runtime with parameters of type Context
 void Runner.injectContext(java.lang.Class<?> testClass, java.lang.Object test, Context context)
          Inject the Context in the test case instance
 Response Runner.runTests(Context context, java.lang.Class<?> testClass)
          Run the tests in the given test class.
 

Uses of Context in org.jboss.osgi.husky.runtime.junit
 

Methods in org.jboss.osgi.husky.runtime.junit that return Context
 Context JUnitPackageListener.getContext()
           
 

Methods in org.jboss.osgi.husky.runtime.junit with parameters of type Context
 void JUnitRunner.injectContext(java.lang.Class<?> testClass, java.lang.Object target, Context context)
           
protected  void JUnitRunner.injectField(java.lang.reflect.Field field, java.lang.Object target, Context value)
           
protected  void JUnitRunner.injectMethod(java.lang.reflect.Method method, java.lang.Object target, Context value)
           
 Response JUnitRunner.runTests(Context context, java.lang.Class<?> testClass)
          Run the tests in the given test class.
 

Uses of Context in org.jboss.osgi.husky.runtime.osgi
 

Methods in org.jboss.osgi.husky.runtime.osgi that return Context
 Context OSGiJUnitPackageListener.getContext()
           
 

Methods in org.jboss.osgi.husky.runtime.osgi with parameters of type Context
protected  void OSGiJUnitRunner.injectField(java.lang.reflect.Field field, java.lang.Object target, Context context)
           
protected  void OSGiJUnitRunner.injectMethod(java.lang.reflect.Method method, java.lang.Object target, Context context)
           
 



Copyright © 2009. All Rights Reserved.