Class AbstractMethodRule

java.lang.Object
com.auto.framework.rules.AbstractMethodRule
All Implemented Interfaces:
org.junit.rules.MethodRule
Direct Known Subclasses:
HaltOnErrorRule, KeepLogRule, MockRequestResponseRule, TagsRule

public abstract class AbstractMethodRule
extends java.lang.Object
implements org.junit.rules.MethodRule
User: Priytam Jee Pandey Date: 28/05/20 Time: 1:17 pm email: mrpjpandey@gmail.com
  • Constructor Summary

    Constructors 
    Constructor Description
    AbstractMethodRule()  
  • Method Summary

    Modifier and Type Method Description
    org.junit.runners.model.Statement apply​(org.junit.runners.model.Statement arg0, org.junit.runners.model.FrameworkMethod arg1, java.lang.Object arg2)  
    protected abstract void extractTestProperties​(org.junit.runners.model.FrameworkMethod mTest, java.lang.Object oTest)  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • apply

      public final org.junit.runners.model.Statement apply​(org.junit.runners.model.Statement arg0, org.junit.runners.model.FrameworkMethod arg1, java.lang.Object arg2)
      Specified by:
      apply in interface org.junit.rules.MethodRule
    • extractTestProperties

      protected abstract void extractTestProperties​(org.junit.runners.model.FrameworkMethod mTest, java.lang.Object oTest)