Class JGivenClassRule

  • All Implemented Interfaces:
    org.junit.rules.TestRule

    public class JGivenClassRule
    extends org.junit.rules.TestWatcher
    • Constructor Summary

      Constructors 
      Constructor Description
      JGivenClassRule()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void finished​(org.junit.runner.Description description)  
      com.tngtech.jgiven.report.impl.CommonReportHelper getCommonReportHelper()  
      • Methods inherited from class org.junit.rules.TestWatcher

        apply, failed, skipped, skipped, starting, succeeded
      • Methods inherited from class java.lang.Object

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

      • JGivenClassRule

        public JGivenClassRule()
    • Method Detail

      • getCommonReportHelper

        public com.tngtech.jgiven.report.impl.CommonReportHelper getCommonReportHelper()
      • finished

        protected void finished​(org.junit.runner.Description description)
        Overrides:
        finished in class org.junit.rules.TestWatcher