Index
A B D H Q S T U
All Classes|All Packages
All Classes|All Packages
All Classes|All Packages
A
- AbstractDimensionAssert<S extends AbstractDimensionAssert<S,A>,A extends javax.measure.Dimension> - Class in tech.uom.lib.assertj.assertions
-
Abstract base class for
Dimensionspecific assertions - Generated by CustomAssertionGenerator. - AbstractDimensionAssert(A, Class<S>) - Constructor for class tech.uom.lib.assertj.assertions.AbstractDimensionAssert
-
Creates a new
to make assertions on actual Dimension.AbstractDimensionAssert - AbstractQuantityAssert<S extends AbstractQuantityAssert<S,A>,A extends javax.measure.Quantity> - Class in tech.uom.lib.assertj.assertions
-
Abstract base class for
Quantityspecific assertions - Generated by CustomAssertionGenerator. - AbstractQuantityAssert(A, Class<S>) - Constructor for class tech.uom.lib.assertj.assertions.AbstractQuantityAssert
-
Creates a new
to make assertions on actual Quantity.AbstractQuantityAssert - AbstractUnitAssert<S extends AbstractUnitAssert<S,A>,A extends javax.measure.Unit> - Class in tech.uom.lib.assertj.assertions
-
Abstract base class for
Unitspecific assertions - Generated by CustomAssertionGenerator. - AbstractUnitAssert(A, Class<S>) - Constructor for class tech.uom.lib.assertj.assertions.AbstractUnitAssert
-
Creates a new
to make assertions on actual Unit.AbstractUnitAssert - Assertions - Class in tech.uom.lib.assertj
-
Entry point for assertions of different data types.
- Assertions() - Constructor for class tech.uom.lib.assertj.Assertions
-
Creates a new
.Assertions - assertThat(Dimension) - Static method in class tech.uom.lib.assertj.Assertions
-
Creates a new instance of
.javax.measure.DimensionAssert - assertThat(Dimension) - Static method in class tech.uom.lib.assertj.assertions.DimensionAssert
-
An entry point for DimensionAssert to follow AssertJ standard
assertThat()statements.
With a static import, one can write directly:assertThat(myDimension)and get specific assertion with code completion. - assertThat(Dimension) - Method in class tech.uom.lib.assertj.SoftAssertions
-
Creates a new "soft" instance of
.DimensionAssert - assertThat(Quantity) - Static method in class tech.uom.lib.assertj.Assertions
-
Creates a new instance of
.QuantityAssert - assertThat(Quantity) - Static method in class tech.uom.lib.assertj.assertions.QuantityAssert
-
An entry point for QuantityAssert to follow AssertJ standard
assertThat()statements.
With a static import, one can write directly:assertThat(myQuantity)and get specific assertion with code completion. - assertThat(Quantity) - Method in class tech.uom.lib.assertj.SoftAssertions
-
Creates a new "soft" instance of
.QuantityAssert - assertThat(Unit) - Static method in class tech.uom.lib.assertj.Assertions
-
Creates a new instance of
.UnitAssert - assertThat(Unit) - Static method in class tech.uom.lib.assertj.assertions.UnitAssert
-
An entry point for UnitAssert to follow AssertJ standard
assertThat()statements.
With a static import, one can write directly:assertThat(myUnit)and get specific assertion with code completion. - assertThat(Unit) - Method in class tech.uom.lib.assertj.SoftAssertions
-
Creates a new "soft" instance of
.UnitAssert
B
- BddAssertions - Class in tech.uom.lib.assertj
-
Entry point for BDD assertions of different data types.
- BddAssertions() - Constructor for class tech.uom.lib.assertj.BddAssertions
-
Creates a new
.BddAssertions
D
- DimensionAssert - Class in tech.uom.lib.assertj.assertions
-
Dimensionspecific assertions - Generated by CustomAssertionGenerator. - DimensionAssert(Dimension) - Constructor for class tech.uom.lib.assertj.assertions.DimensionAssert
-
Creates a new
to make assertions on actual Dimension.DimensionAssert
H
- hasBaseDimensions(Map) - Method in class tech.uom.lib.assertj.assertions.AbstractDimensionAssert
-
Verifies that the actual Dimension's baseDimensions is equal to the given one.
- hasBaseUnits(Map) - Method in class tech.uom.lib.assertj.assertions.AbstractUnitAssert
-
Verifies that the actual Unit's baseUnits is equal to the given one.
- hasDimension(Dimension) - Method in class tech.uom.lib.assertj.assertions.AbstractUnitAssert
-
Verifies that the actual Unit's dimension is equal to the given one.
- hasName(String) - Method in class tech.uom.lib.assertj.assertions.AbstractUnitAssert
-
Verifies that the actual Unit's name is equal to the given one.
- hasSymbol(String) - Method in class tech.uom.lib.assertj.assertions.AbstractUnitAssert
-
Verifies that the actual Unit's symbol is equal to the given one.
- hasSystemUnit(Unit) - Method in class tech.uom.lib.assertj.assertions.AbstractUnitAssert
-
Verifies that the actual Unit's systemUnit is equal to the given one.
- hasUnit(Unit) - Method in class tech.uom.lib.assertj.assertions.AbstractQuantityAssert
-
Verifies that the actual Quantity's unit is equal to the given one.
- hasValue(Number) - Method in class tech.uom.lib.assertj.assertions.AbstractQuantityAssert
-
Verifies that the actual Quantity's value is equal to the given one.
Q
- QuantityAssert - Class in tech.uom.lib.assertj.assertions
-
Quantityspecific assertions - Generated by CustomAssertionGenerator. - QuantityAssert(Quantity) - Constructor for class tech.uom.lib.assertj.assertions.QuantityAssert
-
Creates a new
to make assertions on actual Quantity.QuantityAssert
S
- SoftAssertions - Class in tech.uom.lib.assertj
-
Entry point for soft assertions of different data types.
- SoftAssertions() - Constructor for class tech.uom.lib.assertj.SoftAssertions
T
- tech.uom.lib.assertj - package tech.uom.lib.assertj
- tech.uom.lib.assertj.assertions - package tech.uom.lib.assertj.assertions
- then(Dimension) - Static method in class tech.uom.lib.assertj.BddAssertions
-
Creates a new instance of
.DimensionAssert - then(Quantity) - Static method in class tech.uom.lib.assertj.BddAssertions
-
Creates a new instance of
.QuantityAssert - then(Unit) - Static method in class tech.uom.lib.assertj.BddAssertions
-
Creates a new instance of
.UnitAssert
U
- UnitAssert - Class in tech.uom.lib.assertj.assertions
-
Unitspecific assertions - Generated by CustomAssertionGenerator. - UnitAssert(Unit) - Constructor for class tech.uom.lib.assertj.assertions.UnitAssert
-
Creates a new
to make assertions on actual Unit.UnitAssert
All Classes|All Packages