Uses of Class
tech.uom.lib.assertj.assertions.QuantityAssert
Packages that use QuantityAssert
-
Uses of QuantityAssert in tech.uom.lib.assertj
Methods in tech.uom.lib.assertj that return QuantityAssertModifier and TypeMethodDescriptionstatic QuantityAssertAssertions.assertThat(javax.measure.Quantity actual) Creates a new instance of.QuantityAssertJUnitSoftAssertions.assertThat(javax.measure.Quantity actual) Creates a new "soft" instance of.QuantityAssertSoftAssertions.assertThat(javax.measure.Quantity actual) Creates a new "soft" instance of.QuantityAssertstatic QuantityAssertBddAssertions.then(javax.measure.Quantity actual) Creates a new instance of.QuantityAssert -
Uses of QuantityAssert in tech.uom.lib.assertj.assertions
Subclasses with type arguments of type QuantityAssert in tech.uom.lib.assertj.assertionsModifier and TypeClassDescriptionclassQuantityspecific assertions - Generated by CustomAssertionGenerator.Methods in tech.uom.lib.assertj.assertions that return QuantityAssertModifier and TypeMethodDescriptionstatic QuantityAssertQuantityAssert.assertThat(javax.measure.Quantity actual) An entry point for QuantityAssert to follow AssertJ standardassertThat()statements.
With a static import, one can write directly:assertThat(myQuantity)and get specific assertion with code completion.