C D F G I L M O P R S T V W

C

computeMethodsForTest() - Method in class org.easetech.easytest.runner.SpringTestRunner
Overridden the compute test method to make it save the method list as class instance, so that the method does not run multiple times.
computeTestMethods() - Method in class org.easetech.easytest.runner.SpringTestRunner
Compute any test methods
createTest() - Method in class org.easetech.easytest.runner.SpringTestRunner
Returns a new fixture for running a test.

D

determineClassLoader(Class<?>, Class<?>) - Method in class org.easetech.easytest.runner.SpringTestRunner
Determine the right class loader to use to load the class

F

filter(Filter) - Method in class org.easetech.easytest.runner.SpringTestRunner
Override the filter method from ParentRunner so that individual tests can be run using EasyTest

G

getTestInstance() - Method in class org.easetech.easytest.runner.SpringTestRunner
Get the instance of the class under test
getUserIntercepter() - Method in class org.easetech.easytest.interceptor.InternalSpringInterceptor
Return an instance of MethodIntercepter.

I

instrumentClass(Class<?>, Object) - Method in class org.easetech.easytest.runner.SpringTestRunner
Instrument the class's field that are marked with Intercept annotation
InternalSpringInterceptor - Class in org.easetech.easytest.interceptor
A internal implementation of the MethodInterceptor implementation that hides the implementation logic of intercepting the method call from the user.
InternalSpringInterceptor() - Constructor for class org.easetech.easytest.interceptor.InternalSpringInterceptor
 
invoke(MethodInvocation) - Method in class org.easetech.easytest.interceptor.InternalSpringInterceptor
Intercept the method with the advice

L

loadResourceProperties(Object) - Method in class org.easetech.easytest.runner.SpringTestRunner
 
loadTestConfigurations(Object) - Method in class org.easetech.easytest.runner.SpringTestRunner
 
LOG - Static variable in class org.easetech.easytest.interceptor.InternalSpringInterceptor
An instance of logger associated with the test framework.
LOG - Static variable in class org.easetech.easytest.runner.SpringTestRunner
An instance of logger associated with the test framework.

M

methodBlock(FrameworkMethod) - Method in class org.easetech.easytest.runner.SpringTestRunner
 
methodInvoker(FrameworkMethod, Object) - Method in class org.easetech.easytest.runner.SpringTestRunner
Returns a Statement that invokes method on test

O

OldSpringTestRunner - Class in org.easetech.easytest.runner
Deprecated. 
OldSpringTestRunner(Class<?>) - Constructor for class org.easetech.easytest.runner.OldSpringTestRunner
Deprecated. Construct a new OldSpringTestRunner.
org.easetech.easytest.interceptor - package org.easetech.easytest.interceptor
 
org.easetech.easytest.runner - package org.easetech.easytest.runner
 

P

PARAM_LOG - Static variable in class org.easetech.easytest.runner.OldSpringTestRunner
Deprecated. An instance of logger associated with the test framework.

R

registerConverter(Converters) - Method in class org.easetech.easytest.runner.SpringTestRunner
Method responsible for registering the converters with the EasyTest framework

S

setSchedulingStrategy() - Method in class org.easetech.easytest.runner.SpringTestRunner
Set whether the tests should be run in parallel or serial.
setUserIntercepter(MethodIntercepter) - Method in class org.easetech.easytest.interceptor.InternalSpringInterceptor
Set the user interceptor
SpringTestRunner - Class in org.easetech.easytest.runner
A SpringJUnit4ClassRunner Runner extension that adds support of input parameters as part of the Test annotation.
SpringTestRunner(Class<?>) - Constructor for class org.easetech.easytest.runner.SpringTestRunner
Construct a new NewSpringTestRunner

T

testName(FrameworkMethod) - Method in class org.easetech.easytest.runner.SpringTestRunner
Override the name of the test.

V

validateConstructor(List<Throwable>) - Method in class org.easetech.easytest.runner.SpringTestRunner
Validate that there could ever be only one constructor.
validateInstanceMethods(List<Throwable>) - Method in class org.easetech.easytest.runner.SpringTestRunner
Deprecated. unused API, will go away in future version
validateTestMethods(List<Throwable>) - Method in class org.easetech.easytest.runner.SpringTestRunner
Validate the test methods.

W

withAfterClasses(Statement) - Method in class org.easetech.easytest.runner.SpringTestRunner
Returns a Statement: run all non-overridden @AfterClass methods on this class and superclasses before executing statement; all AfterClass methods are always executed: exceptions thrown by previous steps are combined, if necessary, with exceptions from AfterClass methods into a MultipleFailureException .
withTestResult(EasyFrameworkMethod, Statement) - Method in class org.easetech.easytest.runner.SpringTestRunner
 

C D F G I L M O P R S T V W

Copyright © 2013. All Rights Reserved.