| Package | Description |
|---|---|
| org.easetech.easytest.annotation |
Package containing EasyTest specific annotations.
|
| org.easetech.easytest.internal |
Package containing various internal classes part of the EasyTest framework.
|
| org.easetech.easytest.runner |
Package containing the EasyTest runner implementation and various other supporting classes.
|
| Modifier and Type | Method and Description |
|---|---|
List<org.junit.experimental.theories.PotentialAssignment> |
Param.DataSupplier.getValueSources(EasyFrameworkMethod method,
String testMethodName,
EasyParamSignature signature)
Method to return the list of data for the given Test method
|
List<org.junit.experimental.theories.PotentialAssignment> |
Param.DataSupplier.handleMethodInjection(EasyFrameworkMethod method,
EasyParamSignature signature) |
boolean |
Param.DataSupplier.injectData(EasyFrameworkMethod method)
Whether Test method expects data to be injected using @Inject annotation
|
| Modifier and Type | Method and Description |
|---|---|
protected String[] |
EasyAssignments.getDateFormat(EasyFrameworkMethod testMethod) |
protected String[] |
EasyAssignments.getDateTimeFormat(EasyFrameworkMethod testMethod) |
Param.DataSupplier |
EasyAssignments.getSupplier(EasyFrameworkMethod testMethod)
Get the instance of class that provides the functionality to provide Data.
|
protected String[] |
EasyAssignments.getTimeFormat(EasyFrameworkMethod testMethod) |
List<org.junit.experimental.theories.PotentialAssignment> |
EasyAssignments.potentialsForNextUnassigned(EasyFrameworkMethod testMethod) |
| Modifier and Type | Method and Description |
|---|---|
protected org.junit.runners.model.Statement |
DataDrivenTestRunner.withTestResult(EasyFrameworkMethod method,
org.junit.runners.model.Statement statement) |
| Constructor and Description |
|---|
InternalParameterizedStatement(EasyFrameworkMethod fTestMethod,
org.junit.runners.model.TestClass testClass,
Object testInstance) |
Copyright © 2014. All rights reserved.