| 限定符和类型 | 方法和说明 |
|---|---|
void |
addVariables(com.alibaba.fastjson.JSONObject variables)
add the variables of test.
|
long |
duration() |
String |
getName()
Returns the name of the test.
|
List<Step> |
getSteps()
Returns the steps of the test.
|
void |
setEndTime(long endTime) |
void |
setName(String name)
Sets the name of the test.
|
void |
setUp(String type)
invoke the setUp of the test.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcountTestCases, runpublic String getName()
public List<Step> getSteps()
public void setName(String name)
name - the name to setpublic void addVariables(com.alibaba.fastjson.JSONObject variables)
variables - the variables to setpublic void setUp(String type) throws ExtenderException
public long duration()
public void setEndTime(long endTime)
Copyright © 2019. All rights reserved.