Uses of Class
com.google.common.truth.BigDecimalSubject
-
Packages that use BigDecimalSubject Package Description com.google.common.truth Truth is a library for performing assertions in tests: -
-
Uses of BigDecimalSubject in com.google.common.truth
Methods in com.google.common.truth that return BigDecimalSubject Modifier and Type Method Description static BigDecimalSubject
Truth. assertThat(@Nullable BigDecimal actual)
Begins an assertion about aBigDecimal
.BigDecimalSubject
StandardSubjectBuilder. that(@Nullable BigDecimal actual)
-