Index

A B D H Q S T U 
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 Dimension specific assertions - Generated by CustomAssertionGenerator.
AbstractDimensionAssert(A, Class<S>) - Constructor for class tech.uom.lib.assertj.assertions.AbstractDimensionAssert
Creates a new AbstractDimensionAssert to make assertions on actual Dimension.
AbstractQuantityAssert<S extends AbstractQuantityAssert<S,​A>,​A extends javax.measure.Quantity> - Class in tech.uom.lib.assertj.assertions
Abstract base class for Quantity specific assertions - Generated by CustomAssertionGenerator.
AbstractQuantityAssert(A, Class<S>) - Constructor for class tech.uom.lib.assertj.assertions.AbstractQuantityAssert
Creates a new AbstractQuantityAssert to make assertions on actual Quantity.
AbstractUnitAssert<S extends AbstractUnitAssert<S,​A>,​A extends javax.measure.Unit> - Class in tech.uom.lib.assertj.assertions
Abstract base class for Unit specific assertions - Generated by CustomAssertionGenerator.
AbstractUnitAssert(A, Class<S>) - Constructor for class tech.uom.lib.assertj.assertions.AbstractUnitAssert
Creates a new AbstractUnitAssert to make assertions on actual Unit.
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
Dimension specific assertions - Generated by CustomAssertionGenerator.
DimensionAssert(Dimension) - Constructor for class tech.uom.lib.assertj.assertions.DimensionAssert
Creates a new DimensionAssert to make assertions on actual Dimension.

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
Quantity specific assertions - Generated by CustomAssertionGenerator.
QuantityAssert(Quantity) - Constructor for class tech.uom.lib.assertj.assertions.QuantityAssert
Creates a new QuantityAssert to make assertions on actual Quantity.

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
Unit specific assertions - Generated by CustomAssertionGenerator.
UnitAssert(Unit) - Constructor for class tech.uom.lib.assertj.assertions.UnitAssert
Creates a new UnitAssert to make assertions on actual Unit.
A B D H Q S T U 
All Classes|All Packages