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 QuantityAssert
Assertions.assertThat
(javax.measure.Quantity actual) Creates a new instance of
.QuantityAssert
JUnitSoftAssertions.assertThat
(javax.measure.Quantity actual) Creates a new "soft" instance of
.QuantityAssert
SoftAssertions.assertThat
(javax.measure.Quantity actual) Creates a new "soft" instance of
.QuantityAssert
static QuantityAssert
BddAssertions.then
(javax.measure.Quantity actual) Creates a new instance of
.QuantityAssert
-
Uses of QuantityAssert in tech.uom.lib.assertj.assertions
Methods in tech.uom.lib.assertj.assertions that return QuantityAssertModifier and TypeMethodDescriptionstatic QuantityAssert
QuantityAssert.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.