Class AbstractTestRuleAnnotatedMember

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.junit.rules.TestRule testRule  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.junit.rules.TestRule getTestRule()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • testRule

        private final org.junit.rules.TestRule testRule
    • Constructor Detail

      • AbstractTestRuleAnnotatedMember

        AbstractTestRuleAnnotatedMember​(org.junit.rules.TestRule testRule)