Uses of Class
tech.uom.lib.assertj.assertions.UnitAssert
-
Packages that use UnitAssert Package Description tech.uom.lib.assertj tech.uom.lib.assertj.assertions -
-
Uses of UnitAssert in tech.uom.lib.assertj
Methods in tech.uom.lib.assertj that return UnitAssert Modifier and Type Method Description static UnitAssert
Assertions. assertThat(javax.measure.Unit actual)
Creates a new instance of
.UnitAssert
UnitAssert
JUnitSoftAssertions. assertThat(javax.measure.Unit actual)
Creates a new "soft" instance of
.UnitAssert
UnitAssert
SoftAssertions. assertThat(javax.measure.Unit actual)
Creates a new "soft" instance of
.UnitAssert
static UnitAssert
BddAssertions. then(javax.measure.Unit actual)
Creates a new instance of
.UnitAssert
-
Uses of UnitAssert in tech.uom.lib.assertj.assertions
Methods in tech.uom.lib.assertj.assertions that return UnitAssert Modifier and Type Method Description static UnitAssert
UnitAssert. assertThat(javax.measure.Unit actual)
An entry point for UnitAssert to follow AssertJ standardassertThat()
statements.
With a static import, one can write directly:assertThat(myUnit)
and get specific assertion with code completion.
-