Searched refs:isPassed (Results 1 – 3 of 3) sorted by relevance
48 bool isPassed = testImpl.test_directory(); in TEST_F() local49 ASSERT_TRUE(isPassed) << "Content does not match with expected directory names."; in TEST_F()56 bool isPassed = testImpl.test_hasContentCaseInSensitive(); in TEST_F() local57 ASSERT_TRUE(isPassed) << "Content in zip file was not found."; in TEST_F()64 bool isPassed = testImpl.test_getContent(); in TEST_F() local65 ASSERT_TRUE(isPassed) << "Couldn't receive content buffer from zipfile."; in TEST_F()
127 public boolean isPassed() { in isPassed() method in Status
353 if (mtStatus != null && (!mtStatus.isPassed() || mtStatus.isFailed())) in requiredMethod()
Completed in 51 milliseconds