public final class FormatTypeSubject
extends com.google.common.truth.Subject
FormatType.| Modifier and Type | Method and Description |
|---|---|
static FormatTypeSubject |
assertThat(com.google.common.flogger.backend.FormatType formatType) |
void |
canFormat(java.lang.Object arg) |
void |
cannotFormat(java.lang.Object arg) |
void |
isNotNumeric() |
void |
isNumeric() |
actual, actualAsString, actualCustomStringRepresentation, check, equals, failWithActual, failWithActual, failWithoutActual, getSubject, hashCode, ignoreCheck, internalCustomName, isAnyOf, isEqualTo, isIn, isInstanceOf, isNoneOf, isNotEqualTo, isNotIn, isNotInstanceOf, isNotNull, isNotSameInstanceAs, isNull, isSameInstanceAs, named, toStringpublic static FormatTypeSubject assertThat(@Nullable com.google.common.flogger.backend.FormatType formatType)
public void canFormat(java.lang.Object arg)
public void cannotFormat(java.lang.Object arg)
public void isNumeric()
public void isNotNumeric()