public class BaseArtefacts extends Object
Constructor and Description |
---|
BaseArtefacts() |
Modifier and Type | Method and Description |
---|---|
static AfterSequence |
afterSequence() |
static AfterThread |
afterThread() |
static BeforeSequence |
beforeSequence() |
static BeforeThread |
beforeThread() |
static CallPlan |
callPlan(String planId) |
static CallPlan |
callPlan(String planId,
String name) |
static Check |
check(String expression) |
static Echo |
echo(String expression) |
static ForBlock |
for_(int start,
int end) |
static ForBlock |
for_(String startExpression,
String endExpression) |
static ForEachBlock |
forEachRowInExcel(File file) |
static CheckArtefact |
runnable(Consumer<ExecutionContext> executionRunnable) |
static Sequence |
sequence() |
static Set |
set(String key,
String valueExpression) |
static Sleep |
sleep(long ms) |
static Synchronized |
synchronized_(String lockName,
boolean globalLock) |
static TestCase |
testCase() |
static TestCase |
testCase(String name) |
static TestScenario |
testScenario() |
static TestSet |
testSet() |
static TestSet |
testSet(String name) |
static ThreadGroup |
threadGroup(int numberOfThreads,
int numberOfIterationsPerThread) |
public static Sequence sequence()
public static BeforeSequence beforeSequence()
public static AfterSequence afterSequence()
public static ForBlock for_(int start, int end)
public static ForEachBlock forEachRowInExcel(File file)
public static TestSet testSet()
public static TestCase testCase()
public static Sleep sleep(long ms)
public static Synchronized synchronized_(String lockName, boolean globalLock)
public static ThreadGroup threadGroup(int numberOfThreads, int numberOfIterationsPerThread)
public static BeforeThread beforeThread()
public static AfterThread afterThread()
public static TestScenario testScenario()
public static CheckArtefact runnable(Consumer<ExecutionContext> executionRunnable)
Copyright © 2020. All rights reserved.