Package step.testing.regression
Class PerformanceTestKeyword
- java.lang.Object
-
- step.handlers.javahandler.AbstractKeyword
-
- step.testing.regression.helpers.RegressionKeyword
-
- step.testing.regression.PerformanceTestKeyword
-
public class PerformanceTestKeyword extends RegressionKeyword
-
-
Field Summary
-
Fields inherited from class step.testing.regression.helpers.RegressionKeyword
SLEEP
-
-
Constructor Summary
Constructors Constructor Description PerformanceTestKeyword()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidAddAttachment()voidAddition()voiddefineSuccess()voidHello()voidMeasurementKeyword()voidMeasurementKeyword2()voidMeasurementKeyword3()voidMeasurementKeyword4()voidMeasurementKeyword5()voidTransfertInput()-
Methods inherited from class step.testing.regression.helpers.RegressionKeyword
onError
-
-
-
-
Method Detail
-
defineSuccess
public void defineSuccess()
-
Hello
public void Hello()
-
Addition
public void Addition()
-
TransfertInput
public void TransfertInput()
-
AddAttachment
public void AddAttachment()
-
MeasurementKeyword
public void MeasurementKeyword() throws InterruptedException- Throws:
InterruptedException
-
MeasurementKeyword2
public void MeasurementKeyword2() throws InterruptedException- Throws:
InterruptedException
-
MeasurementKeyword3
public void MeasurementKeyword3() throws InterruptedException- Throws:
InterruptedException
-
MeasurementKeyword4
public void MeasurementKeyword4() throws InterruptedException- Throws:
InterruptedException
-
MeasurementKeyword5
public void MeasurementKeyword5() throws InterruptedException- Throws:
InterruptedException
-
-