Package step.testing.regression
Class MeasurementKeyword
- java.lang.Object
-
- step.handlers.javahandler.AbstractKeyword
-
- step.testing.regression.helpers.RegressionKeyword
-
- step.testing.regression.MeasurementKeyword
-
public class MeasurementKeyword extends RegressionKeyword
-
-
Field Summary
-
Fields inherited from class step.testing.regression.helpers.RegressionKeyword
SLEEP
-
-
Constructor Summary
Constructors Constructor Description MeasurementKeyword()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
MeasurementKeyword()
void
MeasurementKeyword2()
void
MeasurementKeyword3()
void
MeasurementKeyword4()
void
MeasurementKeyword5()
-
Methods inherited from class step.testing.regression.helpers.RegressionKeyword
onError
-
-
-
-
Method Detail
-
MeasurementKeyword
public void MeasurementKeyword() throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
-
MeasurementKeyword2
public void MeasurementKeyword2() throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
-
MeasurementKeyword3
public void MeasurementKeyword3() throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
-
MeasurementKeyword4
public void MeasurementKeyword4() throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
-
MeasurementKeyword5
public void MeasurementKeyword5() throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
-
-