Class FeaturesRunner.RulesFactory.BindRule

java.lang.Object
org.nuxeo.runtime.test.runner.FeaturesRunner.RulesFactory.BindRule
All Implemented Interfaces:
org.junit.rules.MethodRule, org.junit.rules.TestRule
Enclosing class:
FeaturesRunner.RulesFactory<A extends Annotation,R>

protected class FeaturesRunner.RulesFactory.BindRule extends Object implements org.junit.rules.TestRule, org.junit.rules.MethodRule
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.junit.runners.model.Statement
    apply(org.junit.runners.model.Statement base, org.junit.runner.Description description)
     
    org.junit.runners.model.Statement
    apply(org.junit.runners.model.Statement base, org.junit.runners.model.FrameworkMethod method, Object target)
     

    Methods inherited from class java.lang.Object

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

    • BindRule

      protected BindRule()
  • Method Details

    • apply

      public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runners.model.FrameworkMethod method, Object target)
      Specified by:
      apply in interface org.junit.rules.MethodRule
    • apply

      public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runner.Description description)
      Specified by:
      apply in interface org.junit.rules.TestRule