Class Configuration

Object
Configuration
All Implemented Interfaces:
Serializable

public class Configuration extends Object implements Serializable
Contains information about the test environment, like available factories and disabled tests. Configuration is used:
  • Before each test is executed. For example, an implementation can declare that it does not support the calculation of transform derivative.
  • After each test is executed, for obtaining the actual configuration used by the test.
This class provides get, put and remove methods similar to those of the java.util.Map interface, with the addition of type-safety. The predefined keys are listed below:
Configuration properties
Supported features Factories Other
isMultiLocaleSupported
isMixedNameSyntaxSupported
isStandardNameSupported
isStandardAliasSupported
isDependencyIdentificationSupported
isDoubleToDoubleSupported
isFloatToFloatSupported
isDoubleToFloatSupported
isFloatToDoubleSupported
isOverlappingArraySupported
isInverseTransformSupported
isDerivativeSupported
isNonSquareMatrixSupported
isNonBidimensionalSpaceSupported
isAxisSwappingSupported
mtFactory
copFactory
copAuthorityFactory
crsFactory
crsAuthorityFactory
csFactory
csAuthorityFactory
datumFactory
datumAuthorityFactory
isFactoryPreservingUserValues
validators
isValidationEnabled
isToleranceRelaxed
Since:
3.1
See Also: