Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/mac/tests/
DBreakpadFramework_Test.mm169 STAssertNil(BreakpadKeyValue(b, @"key"),
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/tree/
DANTLRCommonTreeTest.m122STAssertNil([tree description], @"Tree description was not nil, was: %@", [tree description]);
159 STAssertNil(tree.token.text, @"Tree text was not nil: %@", tree.token.text);
/external/google-breakpad/src/common/mac/testing/
DGTMSenTestCase.h683 #define STAssertNil(a1, description, ...) \ macro