Package core.apiCore
Class TestDataProvider
java.lang.Object
core.apiCore.TestDataProvider
public class TestDataProvider extends Object
-
Field Summary
Fields Modifier and Type Field Description static StringAPI_KEYWORD_PATHstatic AtomicIntegercsvFileIndexstatic ThreadLocal<org.apache.logging.log4j.Logger>logstatic ArrayList<File>TEST_CSV_LISTstatic StringTEST_DATA_ACTION_PATHstatic StringTEST_DATA_PARALLEL_PATHstatic StringTEST_DATA_PATHstatic StringTEST_DATA_TEMPLATE_PATH -
Constructor Summary
Constructors Constructor Description TestDataProvider() -
Method Summary
Modifier and Type Method Description Iterator<Object>providerParallel()
-
Field Details
-
TEST_DATA_PATH
-
TEST_DATA_TEMPLATE_PATH
- See Also:
- Constant Field Values
-
TEST_DATA_PARALLEL_PATH
- See Also:
- Constant Field Values
-
TEST_DATA_ACTION_PATH
- See Also:
- Constant Field Values
-
API_KEYWORD_PATH
- See Also:
- Constant Field Values
-
csvFileIndex
-
TEST_CSV_LIST
-
log
-
-
Constructor Details
-
TestDataProvider
public TestDataProvider()
-
-
Method Details
-
providerParallel
-