C D E F G H I S U V 

C

collectInitializationErrors(List<Throwable>) - Method in class com.tngtech.java.junit.dataprovider.DataProviderRunner
 
com.tngtech.java.junit.dataprovider - package com.tngtech.java.junit.dataprovider
 
computeTestMethods() - Method in class com.tngtech.java.junit.dataprovider.DataProviderRunner
 

D

DataProvider - Annotation Type in com.tngtech.java.junit.dataprovider
Mark a method as a data provider used by a test method.
DataProviderFilter - Class in com.tngtech.java.junit.dataprovider
This custom Filter filters test methods or even single data provider rows of a test class which is run by DataProviderRunner.
DataProviderFilter(Filter) - Constructor for class com.tngtech.java.junit.dataprovider.DataProviderFilter
Creates a new DataProvider using the textual Filter.describe() of supplied Filter to determine if a test method should run or not.
DataProviderFrameworkMethod - Class in com.tngtech.java.junit.dataprovider
A special framework method that allows the usage of parameters for the test method.
DataProviderFrameworkMethod(Method, int, Object[]) - Constructor for class com.tngtech.java.junit.dataprovider.DataProviderFrameworkMethod
 
DataProviderFrameworkMethod(Method, int, List<Object>) - Constructor for class com.tngtech.java.junit.dataprovider.DataProviderFrameworkMethod
 
DataProviderRunner - Class in com.tngtech.java.junit.dataprovider
A custom runner for JUnit that allows the usage of TestNG-like data providers.
DataProviderRunner(Class<?>) - Constructor for class com.tngtech.java.junit.dataprovider.DataProviderRunner
Creates a DataProviderRunner to run supplied clazz.
describe() - Method in class com.tngtech.java.junit.dataprovider.DataProviderFilter
 

E

equals(Object) - Method in class com.tngtech.java.junit.dataprovider.DataProviderFrameworkMethod
 

F

filter(Filter) - Method in class com.tngtech.java.junit.dataprovider.DataProviderRunner
 

G

getName() - Method in class com.tngtech.java.junit.dataprovider.DataProviderFrameworkMethod
 

H

hashCode() - Method in class com.tngtech.java.junit.dataprovider.DataProviderFrameworkMethod
 

I

invokeExplosively(Object, Object...) - Method in class com.tngtech.java.junit.dataprovider.DataProviderFrameworkMethod
 

S

shouldRun(Description) - Method in class com.tngtech.java.junit.dataprovider.DataProviderFilter
 

U

UseDataProvider - Annotation Type in com.tngtech.java.junit.dataprovider
Mark a test method for use with a data provider.

V

validateTestMethods(List<Throwable>) - Method in class com.tngtech.java.junit.dataprovider.DataProviderRunner
C D E F G H I S U V