Lines Matching refs:testProfile
355 for (const auto& testProfile : testProfiles) { in TEST_P() local
358 cert.encodedCertificate = testProfile.readerCertificate; in TEST_P()
359 int64_t secureUserId = testProfile.userAuthenticationRequired ? 66 : 0; in TEST_P()
361 testProfile.id, cert, testProfile.userAuthenticationRequired, in TEST_P()
362 testProfile.timeoutMillis, secureUserId, &profile); in TEST_P()
370 << "test profile id = " << testProfile.id << endl; in TEST_P()
372 ASSERT_EQ(testProfile.id, profile.id); in TEST_P()
373 ASSERT_EQ(testProfile.readerCertificate, profile.readerCertificate.encodedCertificate); in TEST_P()
374 ASSERT_EQ(testProfile.userAuthenticationRequired, profile.userAuthenticationRequired); in TEST_P()
375 ASSERT_EQ(testProfile.timeoutMillis, profile.timeoutMillis); in TEST_P()
381 << ". Test profile id = " << testProfile.id in TEST_P()
382 << ", timeout=" << testProfile.timeoutMillis << endl; in TEST_P()