Searched refs:kTestStartTimeInEpochSeconds (Results 1 – 2 of 2) sorted by relevance
74 constexpr int64_t kTestStartTimeInEpochSeconds = 2345; variable461 .startTimeInEpochSeconds = kTestStartTimeInEpochSeconds, in TEST_F()472 EXPECT_EQ(grpcRequest.scheduleinfo().starttimeinepochseconds(), kTestStartTimeInEpochSeconds); in TEST_F()482 .startTimeInEpochSeconds = kTestStartTimeInEpochSeconds, in TEST_F()514 .startTimeInEpochSeconds = kTestStartTimeInEpochSeconds, in TEST_F()530 .startTimeInEpochSeconds = kTestStartTimeInEpochSeconds, in TEST_F()553 .startTimeInEpochSeconds = kTestStartTimeInEpochSeconds, in TEST_F()576 .startTimeInEpochSeconds = kTestStartTimeInEpochSeconds, in TEST_F()653 newInfo->set_starttimeinepochseconds(kTestStartTimeInEpochSeconds); in TEST_F()667 ASSERT_EQ(result[0].startTimeInEpochSeconds, kTestStartTimeInEpochSeconds); in TEST_F()
42 constexpr int64_t kTestStartTimeInEpochSeconds = 2345; variable