Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/tree/
DANTLRCommonTreeTest.m230 STFail(@"Did not get an exception when adding an empty child!");
387 STFail(@"Exception was thrown and this is not what's right...");
402 STFail(@"An exception should have been thrown");
413 STFail(@"No exception should have been thrown!");
478 STFail(@"Exception was not thrown when I tried to replace a child on a parent with no children");
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/misc/
DANTLRFastQueueTest.m49 STFail(@"Exception ANTLRNoSuchElementException was not thrown -- %@", [retVal name]);
/external/google-breakpad/src/common/mac/testing/
DGTMSenTestCase.h670 #define STFail(description, ...) \ macro