Searched refs:otherwise (Results 1 - 1 of 1) sorted by relevance

/haiku/src/tests/servers/launch/
H A DSettingsParserTest.cpp361 BMessage otherwise; local
362 CPPUNIT_ASSERT_EQUAL(B_OK, message.FindMessage("else", &otherwise));
364 BString(otherwise.GetString("target", "-")));
365 CPPUNIT_ASSERT_EQUAL(1, _ArrayCount(otherwise, "target"));
366 CPPUNIT_ASSERT_EQUAL(1, otherwise.CountNames(B_ANY_TYPE));
399 BMessage otherwise; local
400 CPPUNIT_ASSERT_EQUAL(B_OK, message.FindMessage("else", &otherwise));
402 BString(otherwise.GetString("target", "-")));
403 CPPUNIT_ASSERT_EQUAL(1, _ArrayCount(otherwise, "target"));
404 CPPUNIT_ASSERT_EQUAL(1, otherwise
[all...]

Completed in 35 milliseconds