Class TensoricTestingSupport<S>

  • Type Parameters:
    S - the type of the scalar values of the field which is used
    Direct Known Subclasses:
    TensoricDoubleTestingSupport

    public class TensoricTestingSupport<S>
    extends TensoricSupport<S>
    Provides additional methods and fluent clauses for needs in testing tensorics. All the methods which require e.g. the knowledge of field or similar aspects have to go in here. All the others (which are more structural) will be places in TensoricTests.
    See Also:
    TensoricTests