Class Java6JUnitSoftAssertions

All Implemented Interfaces:
AfterAssertionErrorCollected, AssertionErrorCollector, InstanceOfAssertFactories, Java6StandardSoftAssertionsProvider, SoftAssertionsProvider, SoftAssertionsRule, org.junit.rules.TestRule

@Deprecated public class Java6JUnitSoftAssertions extends AbstractSoftAssertions implements Java6StandardSoftAssertionsProvider, SoftAssertionsRule
Deprecated.
For Android compatible assertions use the latest assertj 2.x version which is based on Java 7 only.

JUnitSoftAssertions rule compatible with Android. Duplicated from JUnitSoftAssertions.

Since:
2.5.0 / 3.5.0
See Also:
  • Constructor Details

    • Java6JUnitSoftAssertions

      public Java6JUnitSoftAssertions()
      Deprecated.
  • Method Details

    • apply

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