Class ConcordionFrameworkMethod

java.lang.Object
org.junit.runners.model.FrameworkMember<org.junit.runners.model.FrameworkMethod>
org.junit.runners.model.FrameworkMethod
org.concordion.integration.junit4.ConcordionFrameworkMethod
All Implemented Interfaces:
org.junit.runners.model.Annotatable

public class ConcordionFrameworkMethod extends org.junit.runners.model.FrameworkMethod
  • Constructor Details

  • Method Details

    • setNotifier

      public void setNotifier(org.junit.runner.notification.RunNotifier notifier)
    • getNotifier

      public org.junit.runner.notification.RunNotifier getNotifier()
    • method

      public void method()
    • getExampleName

      public String getExampleName()
    • invokeExplosively

      public Object invokeExplosively(Object target, Object... params) throws Throwable
      Overrides:
      invokeExplosively in class org.junit.runners.model.FrameworkMethod
      Throws:
      Throwable
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class org.junit.runners.model.FrameworkMethod
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class org.junit.runners.model.FrameworkMethod