Home
last modified time | relevance | path

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

/aoo41x/main/shell/qa/zip/
H A Dziptest.cxx63 bool isPassed = testImpl.test_directory(); in test_directory() local
64 CPPUNIT_ASSERT_MESSAGE("Content does not match with expected directory names.", isPassed); in test_directory()
71 bool isPassed = testImpl.test_hasContentCaseInSensitive(); in test_hasContentCaseInSensitive() local
72 CPPUNIT_ASSERT_MESSAGE("Content in zip file was not found.", isPassed); in test_hasContentCaseInSensitive()
79 bool isPassed = testImpl.test_getContent(); in test_getContent() local
80 CPPUNIT_ASSERT_MESSAGE("Couldn't recieve content buffer form zipfile.", isPassed); in test_getContent()
/aoo41x/main/qadevOOo/runner/lib/
H A DStatus.java127 public boolean isPassed() { in isPassed() method in Status
H A DMultiMethodTest.java352 if (mtStatus != null && (!mtStatus.isPassed() || mtStatus.isFailed())) in requiredMethod()

Completed in 24 milliseconds