Lines Matching refs:Field
34 using ::testing::Field;
67 Field("sessionId", &ApexSessionInfo::sessionId, Eq(other.sessionId)),
68 Field("isUnknown", &ApexSessionInfo::isUnknown, Eq(other.isUnknown)),
69 Field("isVerified", &ApexSessionInfo::isVerified,
71 Field("isStaged", &ApexSessionInfo::isStaged, Eq(other.isStaged)),
72 Field("isActivated", &ApexSessionInfo::isActivated,
74 Field("isRollbackInProgress", &ApexSessionInfo::isRollbackInProgress,
76 Field("isActivationFailed", &ApexSessionInfo::isActivationFailed,
78 Field("isSuccess", &ApexSessionInfo::isSuccess, Eq(other.isSuccess)),
79 Field("isRolledBack", &ApexSessionInfo::isRolledBack,
81 Field("isRollbackFailed", &ApexSessionInfo::isRollbackFailed,
88 AllOf(Field("packageName", &ApexInfo::packageName, Eq(other.packageName)),
89 Field("packagePath", &ApexInfo::packagePath, Eq(other.packagePath)),
90 Field("versioncode", &ApexInfo::versionCode, Eq(other.versionCode)),
91 Field("isFactory", &ApexInfo::isFactory, Eq(other.isFactory)),
92 Field("isActive", &ApexInfo::isActive, Eq(other.isActive))),