| Package | Description |
|---|---|
| us.abstracta.jmeter.javadsl | |
| us.abstracta.jmeter.javadsl.core.configs |
| Modifier and Type | Method and Description |
|---|---|
static DslCsvDataSet |
JmeterDsl.csvDataSet(String csvFile)
Builds a CSV Data Set which allows loading from a CSV file variables to be used in test plan.
|
static DslCsvDataSet |
JmeterDsl.csvDataSet(TestResource resource)
Same as
JmeterDsl.csvDataSet(String) but easing usage of test resources. |
| Modifier and Type | Method and Description |
|---|---|
DslCsvDataSet |
DslCsvDataSet.delimiter(String delimiter)
Specifies the delimiter used by the file to separate variable values.
|
DslCsvDataSet |
DslCsvDataSet.encoding(Charset encoding)
Specifies the file encoding used by the file.
|
DslCsvDataSet |
DslCsvDataSet.encoding(String encoding)
Specifies the file encoding used by the file.
|
DslCsvDataSet |
DslCsvDataSet.ignoreFirstLine()
Specifies to ignore first line of the CSV.
|
DslCsvDataSet |
DslCsvDataSet.ignoreFirstLine(boolean enable)
Same as
ignoreFirstLine() but allowing to enable or disable it. |
DslCsvDataSet |
DslCsvDataSet.randomOrder()
Specifies to get file lines in random order instead of sequentially iterating over them.
|
DslCsvDataSet |
DslCsvDataSet.randomOrder(boolean enable)
Same as
randomOrder() but allowing to enable or disable it. |
DslCsvDataSet |
DslCsvDataSet.sharedIn(DslCsvDataSet.Sharing shareMode)
Allows changing the way CSV file is consumed (shared) by threads.
|
DslCsvDataSet |
DslCsvDataSet.stopThreadOnEOF()
Specifies to stop threads when end of given CSV file is reached.
|
DslCsvDataSet |
DslCsvDataSet.stopThreadOnEOF(boolean enable)
Same as
stopThreadOnEOF() but allowing to enable or disable it. |
DslCsvDataSet |
DslCsvDataSet.variableNames(String... variableNames)
Specifies variable names to be assigned to the parsed values.
|
Copyright © 2023. All rights reserved.