public class DexFileSubject extends com.google.common.truth.Subject<DexFileSubject,java.io.File> implements DexSubject
Modifier and Type | Field and Description |
---|---|
static com.google.common.truth.SubjectFactory<DexFileSubject,java.io.File> |
FACTORY |
Constructor and Description |
---|
DexFileSubject(com.google.common.truth.FailureStrategy fs,
java.io.File that) |
Modifier and Type | Method and Description |
---|---|
IndirectSubject<DexClassSubject> |
containsClass(java.lang.String className) |
void |
containsClasses(java.lang.String... classNames) |
check, equals, fail, fail, fail, failWithBadResults, failWithCustomSubject, failWithoutSubject, failWithRawMessage, getDisplaySubject, getSubject, hashCode, internalCustomName, isAnyOf, isEqualTo, isIn, isInstanceOf, isNoneOf, isNotEqualTo, isNotIn, isNotInstanceOf, isNotNull, isNotSameAs, isNull, isSameAs, named
public static final com.google.common.truth.SubjectFactory<DexFileSubject,java.io.File> FACTORY
public DexFileSubject(@NonNull com.google.common.truth.FailureStrategy fs, @Nullable java.io.File that)
public IndirectSubject<DexClassSubject> containsClass(@NonNull java.lang.String className) throws java.io.IOException
containsClass
in interface DexSubject
java.io.IOException
public void containsClasses(@NonNull java.lang.String... classNames) throws java.io.IOException
containsClasses
in interface DexSubject
java.io.IOException