Class TruthCurrency
- java.lang.Object
-
- dev.mardroemmar.truthext.currency.TruthCurrency
-
@API(status=MAINTAINED) public final class TruthCurrency extends Object
ATruth-like class forcurrencies.- Since:
- 0.3.0
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CurrencySubjectassertThat(@Nullable Currency actual)Assert upon aCurrency.
-
-
-
Method Detail
-
assertThat
public static CurrencySubject assertThat(@Nullable Currency actual)
Assert upon aCurrency. Alias forCurrencySubject.assertThat(Currency).- Parameters:
actual- the actual to assert upon- Returns:
- a new subject for asserting
- See Also:
CurrencySubject.assertThat(Currency)
-
-