Class Java6SoftAssertions

All Implemented Interfaces:
AfterAssertionErrorCollected, AssertionErrorCollector, InstanceOfAssertFactories, Java6StandardSoftAssertionsProvider, SoftAssertionsProvider

@Deprecated(since="3", forRemoval=true) public class Java6SoftAssertions extends AbstractSoftAssertions implements Java6StandardSoftAssertionsProvider
Deprecated, for removal: This API element is subject to removal in a future version.
For Android compatible assertions use the latest assertj 2.x version which is based on Java 7 only.

Soft assertions compatible with Android. Duplicated from SoftAssertions.

Since:
2.5.0 / 3.5.0
See Also:
  • Constructor Details

    • Java6SoftAssertions

      public Java6SoftAssertions()
      Deprecated, for removal: This API element is subject to removal in a future version.