Class Expect

All Implemented Interfaces:
org.junit.rules.TestRule

@GwtIncompatible("JUnit4") public class Expect extends TestVerb implements org.junit.rules.TestRule
  • Field Details

  • Constructor Details

  • Method Details

    • create

      public static Expect create()
    • getFailureStrategy

      protected FailureStrategy getFailureStrategy()
      Overrides:
      getFailureStrategy in class AbstractVerb<TestVerb>
    • 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