public interface JSR354TestConfiguration
ServiceLoader
.Modifier and Type | Method and Description |
---|---|
Collection<Class> |
getAmountClasses()
Return a collection with all
MonetaryAmount classes that are implemented. |
Collection<Class> |
getCurrencyClasses()
List a collection of
CurrencyUnit implementation. |
Collection<javax.money.MonetaryOperator> |
getMonetaryOperators4Test()
This method allows to let instances of MonetaryOperator to be tested for requirements and recommendations.
|
Collection<Class> getAmountClasses()
MonetaryAmount
classes that are implemented. The list
must not be empty and should contain every amount class implemented.
This enables the TCK to check in addition to the basic implementation compliance, if
according MonetaryAmountFactoryProviderSpi
are registered/available correctly.
Collection<Class> getCurrencyClasses()
CurrencyUnit
implementation.This enables the TCK to check the basic implementation compliance.
Collection<javax.money.MonetaryOperator> getMonetaryOperators4Test()
Copyright © 2012-2015 JavaMoney. All Rights Reserved.