Package com.auto.framework.mock
Class MockServerTestCase
java.lang.Object
com.auto.framework.AbstractTestCase
com.auto.framework.mock.MockServerTestCase
- All Implemented Interfaces:
ITestCase
public class MockServerTestCase extends AbstractTestCase
User: Priytam Jee Pandey
Date: 28/05/20
Time: 1:17 pm
email: mrpjpandey@gmail.com
-
Field Summary
Fields inherited from class com.auto.framework.AbstractTestCase
BASE_DIR_ROOT, config, haltOnErrorRule, keepLogRule, MAX_RUN_TIME_MIN, mockRequestResponseRule, tagsRule, testGlobalTimeout, testName, tmpFolder -
Constructor Summary
Constructors Modifier Constructor Description protectedMockServerTestCase() -
Method Summary
Modifier and Type Method Description MockServergetServer()java.util.List<? extends ITestComponent>getTestComponents()protected java.util.Collection<? extends ITestComponent>getTestComponentsSpecific()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
-
MockServerTestCase
protected MockServerTestCase()
-
-
Method Details
-
initComponents
protected void initComponents()- Specified by:
initComponentsin classAbstractTestCase
-
getTestComponents
-
getTestComponentsSpecific
-
getServer
-