All Classes
-
All Classes Interface Summary Class Summary Class Description AutoCloseableSoftVavrAssertions A version ofSoftVavrAssertionsthat uses try-with-resources statement to automatically callAbstractSoftAssertions.assertAll()so that you don't forget to.EitherAssert<LEFT,RIGHT> Assertions forEither.JUnitSoftVavrAssertions Same asSoftVavrAssertions, but with the following differences:
First, it's a junit rule, which can be used without having to callassertAll(), example:LazyAssert<VALUE> Assertions forLazy.MapAssert<KEY,VALUE> Assertions forMap.Maps MultimapAssert<KEY,VALUE> Assertions forMultimap.Multimaps OptionAssert<VALUE> Assertions forOption.SeqAssert<ELEMENT> SeqShouldBeAtIndex Creates an error message indicating that an assertion that verifies a group of elements contains a value at a given index that satisfies aConditionfailed.SetAssert<ELEMENT> ShouldNotContainValues Creates an error message indicating that an assertion that verifies a map does not contain values.SoftVavrAssertions Suppose we have a test case and in it we'd like to make numerous assertions.StandardSoftVavrAssertionsProvider TryAssert<VALUE> Assertions forTry.ValidationAssert<INVALID,VALID> Assertions forValidation.VavrAssertions Entry point for assertion methods for different Vavr types.VavrAssumptions