Package com.auto.reqres.framework
Class ReqResTestCase
java.lang.Object
com.auto.framework.AbstractTestCase
com.auto.reqres.framework.ReqResTestCase
- All Implemented Interfaces:
com.auto.framework.iface.ITestCase
- Direct Known Subclasses:
BasicTests
public class ReqResTestCase
extends com.auto.framework.AbstractTestCase
User: Priytam Jee Pandey
Date: 30/05/20
Time: 8:46 am
email: mrpjpandey@gmail.com
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description protectedReqResTestCase() -
Method Summary
Modifier and Type Method Description ReqResServergetServer()java.util.List<? extends com.auto.framework.iface.ITestComponent>getTestComponents()protected voidinitComponents()Methods inherited from class com.auto.framework.AbstractTestCase
cleanComponents, getConfig, getConfigForApp, getCurrentApplication, getCurrentApplicationConfig, getResourcePath, getSandBoxDir, getTestGroup, getTestName, init, initConfiguration, initTestEnvironment, isRunning, onAllComponents, onAllComponents, prepareComponentsForExecution, recordStartupTime, reportTestExecutionInfo, startComponents, stopComponents, tearDown, tearDownComponents, tearDownComponentsSpecific
-
Constructor Details
-
ReqResTestCase
protected ReqResTestCase()
-
-
Method Details
-
initComponents
protected void initComponents()- Specified by:
initComponentsin classcom.auto.framework.AbstractTestCase
-
getTestComponents
public java.util.List<? extends com.auto.framework.iface.ITestComponent> getTestComponents() -
getServer
-