All Classes and Interfaces

Class
Description
AbstractDimensionAssert<S extends AbstractDimensionAssert<S,A>,A extends javax.measure.Dimension>
Abstract base class for Dimension specific assertions - Generated by CustomAssertionGenerator.
AbstractQuantityAssert<S extends AbstractQuantityAssert<S,A>,A extends javax.measure.Quantity>
Abstract base class for Quantity specific assertions - Generated by CustomAssertionGenerator.
AbstractUnitAssert<S extends AbstractUnitAssert<S,A>,A extends javax.measure.Unit>
Abstract base class for Unit specific assertions - Generated by CustomAssertionGenerator.
Entry point for assertions of different data types.
Entry point for BDD assertions of different data types.
Interface for objects with a code.
Represents an operation to convert values.
Provides String description to implementations
This interface is used to provide a getDescription() method to enums.
Dimension specific assertions - Generated by CustomAssertionGenerator.
Represents a supplier of double-valued multiplication factors.
Represents a supplier of T-valued multiplication factors.
Interface for objects with an Id.
Represents a supplier of int-valued base.
Represents a supplier of int-valued exponent.
Interface for objects with an int-valued Id.
Represents a supplier of int-valued maximum.
Represents a supplier of int-valued minimum.
Represents a supplier of int-valued priority.
Like SoftAssertions but as a junit rule that takes care of calling assertAll() at the end of each test.
Interface for objects with an long-valued Id.
Represents a supplier of maximum value.
Represents a supplier of minimum value.
Provides String name to implementations
NaturalQuantityComparator<T extends javax.measure.Quantity<T>>
Comparator to sort quantities by natural order, looking both the unit and the value.
Compares two Number objects with each other
Represents a function that parses an input value and produces an output.
Quantity specific assertions - Generated by CustomAssertionGenerator.
QuantityConverter<Q extends javax.measure.Quantity<Q>>
Represents an operation to convert quantities.
Utility methods for operating on units and quantities with Java functional interfaces like Function.
QuantitySupplier<Q extends javax.measure.Quantity<Q>>
Represents a supplier of quantities.
Entry point for soft assertions of different data types.
Provides String symbol to implementations
 
Unit specific assertions - Generated by CustomAssertionGenerator.
UnitComparator<U extends javax.measure.Unit<?>>
Comparator to sort units by natural order, looking both the name and the symbol.
Provides a UnitConverter to implementations
UnitSupplier<Q extends javax.measure.Quantity<Q>>
Provides a Unit to implementations
Represents a supplier of values.
Interface for objects with a version.