Interface IntegerSupport<T extends Number>

Type Parameters:
T - the class of the objects being tested.
All Superinterfaces:
ContractSupport<T>, NumberSupport<T>, ProviderSupport<T>, SupportedMethods
All Known Subinterfaces:
IntegerContract<T>, WithInteger

public interface IntegerSupport<T extends Number> extends NumberSupport<T>
Common interface for contracts that test classes that implement the Number interface and have integer values (i.e. Short, Integer, Long, etc.).
Since:
1.0
Author:
evanbergstrom
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a number provider that can be used to create instances of the class being tested.

    Methods inherited from interface org.soliscode.test.SupportedMethods

    supportsMethod