Package core.apiCore.interfaces
Class TestPrepare
- java.lang.Object
-
- core.apiCore.interfaces.TestPrepare
-
public class TestPrepare extends Object
-
-
Constructor Summary
Constructors Constructor Description TestPrepare()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidTestPrepareInterface(ServiceObject apiObject)/* (String TestSuite, String TestCaseID, String RunFlag, String Description, String InterfaceType, String UriPath, String ContentType, String Method, String Option, String RequestHeaders, String TemplateFile, String RequestBody, String OutputParams, String RespCodeExp, String ExpectedResponse, String ExpectedResponse, String NotExpectedResponse, String TcComments, String tcName, String tcIndex) interface for azure storage api callsstatic voidwaitForSeconds(ServiceObject apiObject)
-
-
-
Method Detail
-
TestPrepareInterface
public static void TestPrepareInterface(ServiceObject apiObject) throws Exception
/* (String TestSuite, String TestCaseID, String RunFlag, String Description, String InterfaceType, String UriPath, String ContentType, String Method, String Option, String RequestHeaders, String TemplateFile, String RequestBody, String OutputParams, String RespCodeExp, String ExpectedResponse, String ExpectedResponse, String NotExpectedResponse, String TcComments, String tcName, String tcIndex) interface for azure storage api calls- Parameters:
apiObject-- Throws:
Exception
-
waitForSeconds
public static void waitForSeconds(ServiceObject apiObject) throws Exception
- Throws:
Exception
-
-