public class DexBackedDexFileSubject extends com.google.common.truth.Subject<DexBackedDexFileSubject,org.jf.dexlib2.dexbacked.DexBackedDexFile> implements DexSubject
Modifier and Type | Field and Description |
---|---|
static com.google.common.truth.SubjectFactory<DexBackedDexFileSubject,org.jf.dexlib2.dexbacked.DexBackedDexFile> |
FACTORY |
Modifier and Type | Method and Description |
---|---|
IndirectSubject<DexClassSubject> |
containsClass(java.lang.String className) |
void |
containsClasses(java.lang.String... expected) |
protected java.lang.String |
getDisplaySubject() |
check, equals, fail, fail, fail, failWithBadResults, failWithCustomSubject, failWithoutSubject, failWithRawMessage, getSubject, hashCode, internalCustomName, isAnyOf, isEqualTo, isIn, isInstanceOf, isNoneOf, isNotEqualTo, isNotIn, isNotInstanceOf, isNotNull, isNotSameAs, isNull, isSameAs, named
public static final com.google.common.truth.SubjectFactory<DexBackedDexFileSubject,org.jf.dexlib2.dexbacked.DexBackedDexFile> FACTORY
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... expected) throws java.io.IOException
containsClasses
in interface DexSubject
java.io.IOException
protected java.lang.String getDisplaySubject()
getDisplaySubject
in class com.google.common.truth.Subject<DexBackedDexFileSubject,org.jf.dexlib2.dexbacked.DexBackedDexFile>