Uses of Class
org.assertj.core.api.LongAdderAssert
-
Packages that use LongAdderAssert Package Description org.assertj.core.api -
-
Uses of LongAdderAssert in org.assertj.core.api
Fields in org.assertj.core.api with type parameters of type LongAdderAssert Modifier and Type Field Description static InstanceOfAssertFactory<LongAdder,LongAdderAssert>InstanceOfAssertFactories. LONG_ADDERInstanceOfAssertFactoryfor aLongAdder.Methods in org.assertj.core.api that return LongAdderAssert Modifier and Type Method Description static LongAdderAssertAssertions. assertThat(LongAdder actual)Create assertion forLongAdder.default LongAdderAssertStandardSoftAssertionsProvider. assertThat(LongAdder actual)Create assertion forLongAdder.default LongAdderAssertWithAssertions. assertThat(LongAdder actual)Create assertion forLongAdder.static LongAdderAssertAssumptions. assumeThat(LongAdder actual)Create assumption forLongAdder.default LongAdderAssertWithAssumptions. assumeThat(LongAdder actual)Creates a new instance ofassumption.LongAdderAssertstatic LongAdderAssertBDDAssumptions. given(LongAdder actual)Creates a new assumption's instance for aLongAddervalue.static LongAdderAssertBDDAssertions. then(LongAdder actual)Create assertion forLongAdder.default LongAdderAssertBDDSoftAssertionsProvider. then(LongAdder actual)Create assertion forLongAdder.
-