Home
last modified time | relevance | path

Searched refs:isPassed (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/shell/qa/zip/
H A Dziptest.cxx48 bool isPassed = testImpl.test_directory(); in TEST_F() local
49 ASSERT_TRUE(isPassed) << "Content does not match with expected directory names."; in TEST_F()
56 bool isPassed = testImpl.test_hasContentCaseInSensitive(); in TEST_F() local
57 ASSERT_TRUE(isPassed) << "Content in zip file was not found."; in TEST_F()
64 bool isPassed = testImpl.test_getContent(); in TEST_F() local
65 ASSERT_TRUE(isPassed) << "Couldn't receive content buffer from zipfile."; in TEST_F()
/aoo42x/main/qadevOOo/runner/lib/
H A DStatus.java127 public boolean isPassed() { in isPassed() method in Status
H A DMultiMethodTest.java353 if (mtStatus != null && (!mtStatus.isPassed() || mtStatus.isFailed())) in requiredMethod()

Completed in 13 milliseconds