Interface SoftAssertionsRule

All Superinterfaces:
AfterAssertionErrorCollected, AssertionErrorCollector, SoftAssertionsProvider, org.junit.rules.TestRule
All Known Implementing Classes:
Java6JUnitBDDSoftAssertions, Java6JUnitSoftAssertions, JUnitBDDSoftAssertions, JUnitSoftAssertions

public interface SoftAssertionsRule extends SoftAssertionsProvider, org.junit.rules.TestRule
  • Method Details

    • apply

      default 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