Uses of Class
tech.uom.lib.assertj.assertions.DimensionAssert
Packages that use DimensionAssert
-
Uses of DimensionAssert in tech.uom.lib.assertj
Methods in tech.uom.lib.assertj that return DimensionAssertModifier and TypeMethodDescriptionstatic DimensionAssert
Assertions.assertThat
(javax.measure.Dimension actual) Creates a new instance ofinvalid reference
javax.measure.DimensionAssert
JUnitSoftAssertions.assertThat
(javax.measure.Dimension actual) Creates a new "soft" instance of
.DimensionAssert
SoftAssertions.assertThat
(javax.measure.Dimension actual) Creates a new "soft" instance of
.DimensionAssert
static DimensionAssert
BddAssertions.then
(javax.measure.Dimension actual) Creates a new instance of
.DimensionAssert
-
Uses of DimensionAssert in tech.uom.lib.assertj.assertions
Methods in tech.uom.lib.assertj.assertions that return DimensionAssertModifier and TypeMethodDescriptionstatic DimensionAssert
DimensionAssert.assertThat
(javax.measure.Dimension actual) An entry point for DimensionAssert to follow AssertJ standardassertThat()
statements.
With a static import, one can write directly:assertThat(myDimension)
and get specific assertion with code completion.