Uses of Class
tech.uom.lib.assertj.assertions.QuantityAssert
-
Packages that use QuantityAssert Package Description tech.uom.lib.assertj tech.uom.lib.assertj.assertions -
-
Uses of QuantityAssert in tech.uom.lib.assertj
Methods in tech.uom.lib.assertj that return QuantityAssert Modifier and Type Method Description static QuantityAssert
Assertions. assertThat(javax.measure.Quantity actual)
Creates a new instance of
.QuantityAssert
QuantityAssert
JUnitSoftAssertions. assertThat(javax.measure.Quantity actual)
Creates a new "soft" instance of
.QuantityAssert
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 QuantityAssert Modifier and Type Method Description static 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.
-