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 DimensionAssertAssertions.assertThat(javax.measure.Dimension actual) Creates a new instance of.invalid reference
javax.measure.DimensionAssertJUnitSoftAssertions.assertThat(javax.measure.Dimension actual) Creates a new "soft" instance of.DimensionAssertSoftAssertions.assertThat(javax.measure.Dimension actual) Creates a new "soft" instance of.DimensionAssertstatic DimensionAssertBddAssertions.then(javax.measure.Dimension actual) Creates a new instance of.DimensionAssert -
Uses of DimensionAssert in tech.uom.lib.assertj.assertions
Subclasses with type arguments of type DimensionAssert in tech.uom.lib.assertj.assertionsModifier and TypeClassDescriptionclassDimensionspecific assertions - Generated by CustomAssertionGenerator.Methods in tech.uom.lib.assertj.assertions that return DimensionAssertModifier and TypeMethodDescriptionstatic DimensionAssertDimensionAssert.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.