Lines Matching refs:Field
54 using ::testing::Field;
78 Field("sessionId", &ApexSessionInfo::sessionId, Eq(other.sessionId)),
79 Field("isUnknown", &ApexSessionInfo::isUnknown, Eq(other.isUnknown)),
80 Field("isVerified", &ApexSessionInfo::isVerified,
82 Field("isStaged", &ApexSessionInfo::isStaged, Eq(other.isStaged)),
83 Field("isActivated", &ApexSessionInfo::isActivated,
85 Field("isRevertInProgress", &ApexSessionInfo::isRevertInProgress,
87 Field("isActivationFailed", &ApexSessionInfo::isActivationFailed,
89 Field("isSuccess", &ApexSessionInfo::isSuccess, Eq(other.isSuccess)),
90 Field("isReverted", &ApexSessionInfo::isReverted,
92 Field("isRevertFailed", &ApexSessionInfo::isRevertFailed,
99 AllOf(Field("moduleName", &ApexInfo::moduleName, Eq(other.moduleName)),
100 Field("modulePath", &ApexInfo::modulePath, Eq(other.modulePath)),
101 Field("preinstalledModulePath", &ApexInfo::preinstalledModulePath,
103 Field("versionCode", &ApexInfo::versionCode, Eq(other.versionCode)),
104 Field("isFactory", &ApexInfo::isFactory, Eq(other.isFactory)),
105 Field("isActive", &ApexInfo::isActive, Eq(other.isActive))),
319 using ::testing::Field;