|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(Class<?> testClass,
Object test,
Context context)
Inject the Context in the test case instance |
Response |
Runner.runTests(Context context,
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(Class<?> testClass,
Object target,
Context context)
|
protected void |
JUnitRunner.injectField(Field field,
Object target,
Context value)
|
protected void |
JUnitRunner.injectMethod(Method method,
Object target,
Context value)
|
Response |
JUnitRunner.runTests(Context context,
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(Field field,
Object target,
Context context)
|
protected void |
OSGiJUnitRunner.injectMethod(Method method,
Object target,
Context context)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||