Skip navigation links
A E I N R S 

A

apply(Statement, FrameworkMethod, Object) - Method in class net.thucydides.junit.spring.SpringIntegration
 

E

evaluate() - Method in class net.thucydides.junit.spring.RunAfterTestMethodCallbacks
Invokes the next Statement in the execution chain (typically an instance org.junit.internal.runners.statements.RunAfters, catching any exceptions thrown, and then calls afterTestMethod(Object, Method) with the first caught exception (if any).
evaluate() - Method in class net.thucydides.junit.spring.RunBeforeTestMethodCallbacks
Calls TestContextManager.beforeTestMethod(Object, java.lang.reflect.Method) and then invokes the next Statement in the execution chain (typically an instance of org.junit.internal.runners.statements.RunBefores).

I

injectDependenciesInto(Object) - Method in class net.serenitybdd.core.di.SpringDependencyInjector
Setup Spring dependencies in a step library, based on the Spring ContextConfiguration annotation.

N

net.serenitybdd.core.di - package net.serenitybdd.core.di
 
net.thucydides.junit.spring - package net.thucydides.junit.spring
 

R

reset() - Method in class net.serenitybdd.core.di.SpringDependencyInjector
 
RunAfterTestMethodCallbacks - Class in net.thucydides.junit.spring
RunAfterTestMethodCallbacks is a custom JUnit 4.5+ Statement which allows the Spring TestContext Framework to be plugged into the JUnit execution chain by calling afterTestMethod()} on the supplied TestContextManager.
RunAfterTestMethodCallbacks(Statement, Object, Method, TestContextManager) - Constructor for class net.thucydides.junit.spring.RunAfterTestMethodCallbacks
Constructs a new RunAfterTestMethodCallbacks statement.
RunBeforeTestMethodCallbacks - Class in net.thucydides.junit.spring
RunBeforeTestMethodCallbacks is a custom JUnit 4.5+ Statement which allows the Spring TestContext Framework to be plugged into the JUnit execution chain by calling beforeTestMethod() on the supplied TestContextManager.
RunBeforeTestMethodCallbacks(Statement, Object, Method, TestContextManager) - Constructor for class net.thucydides.junit.spring.RunBeforeTestMethodCallbacks
Constructs a new RunBeforeTestMethodCallbacks statement.

S

SpringDependencyInjector - Class in net.serenitybdd.core.di
 
SpringDependencyInjector() - Constructor for class net.serenitybdd.core.di.SpringDependencyInjector
 
SpringIntegration - Class in net.thucydides.junit.spring
Use the Spring test annotations in Thucydides tests.
SpringIntegration() - Constructor for class net.thucydides.junit.spring.SpringIntegration
 
A E I N R S 
Skip navigation links