Class RedisTestCase

java.lang.Object
com.auto.framework.AbstractTestCase
com.auto.redis.framework.RedisTestCase
All Implemented Interfaces:
com.auto.framework.iface.ITestCase
Direct Known Subclasses:
BasicTests

public class RedisTestCase
extends com.auto.framework.AbstractTestCase
User: Priytam Jee Pandey Date: 31/05/20 Time: 7:23 pm email: priytam.pandey@cleartrip.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
    protected RedisTestCase()  
  • Method Summary

    Modifier and Type Method Description
    RedisServer getServer()  
    java.util.List<? extends com.auto.framework.iface.ITestComponent> getTestComponents()  
    protected void initComponents()  

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • initComponents

      protected void initComponents()
      Specified by:
      initComponents in class com.auto.framework.AbstractTestCase
    • getTestComponents

      public java.util.List<? extends com.auto.framework.iface.ITestComponent> getTestComponents()
    • getServer

      public RedisServer getServer()