All Classes Interface Summary Class Summary
| 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.
|
| Assertions |
Entry point for assertions of different data types.
|
| BddAssertions |
Entry point for BDD assertions of different data types.
|
| Coded<T> |
Interface for objects with a code.
|
| Converter<F,T> |
Represents an operation to convert values.
|
| DescriptionSupplier |
Provides String description to implementations
|
| DescriptiveEnum<D extends DescriptiveEnum<D>> |
This interface is used to provide a getDescription() method to enums.
|
| DimensionAssert |
Dimension specific assertions - Generated by CustomAssertionGenerator.
|
| DoubleFactorSupplier |
Represents a supplier of double-valued multiplication factors.
|
| FactorSupplier<T> |
Represents a supplier of T-valued multiplication factors.
|
| Identifiable<T> |
Interface for objects with an Id.
|
| IntBaseSupplier |
Represents a supplier of int-valued base.
|
| IntExponentSupplier |
Represents a supplier of int-valued exponent.
|
| IntIdentifiable |
Interface for objects with an int-valued Id.
|
| IntMaximumSupplier |
Represents a supplier of int-valued maximum.
|
| IntMinimumSupplier<T> |
Represents a supplier of int-valued minimum.
|
| IntPrioritySupplier |
Represents a supplier of int-valued priority.
|
| JUnitSoftAssertions |
Like SoftAssertions but as a junit rule that takes care of calling
assertAll() at the end of each test.
|
| LongIdentifiable |
Interface for objects with an long-valued Id.
|
| MaximumSupplier<T> |
Represents a supplier of maximum value.
|
| MinimumSupplier<T> |
Represents a supplier of minimum value.
|
| Nameable |
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.
|
| NumberComparator |
Compares two Number objects with each other
|
| Parser<I,O> |
Represents a function that parses an input value and produces an output.
|
| QuantityAssert |
Quantity specific assertions - Generated by CustomAssertionGenerator.
|
| QuantityConverter<Q extends javax.measure.Quantity<Q>> |
Represents an operation to convert quantities.
|
| QuantityFunctions |
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.
|
| SoftAssertions |
Entry point for soft assertions of different data types.
|
| SymbolSupplier |
Provides String symbol to implementations
|
| SystemOfUnitsReporter |
|
| UnitAssert |
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.
|
| UnitConverterSupplier |
Provides a UnitConverter to implementations
|
| UnitSupplier<Q extends javax.measure.Quantity<Q>> |
Provides a Unit to implementations
|
| ValueSupplier<T> |
Represents a supplier of values.
|
| Versioned<T> |
Interface for objects with a version.
|