Searched refs:STAssertEquals (Results 1 – 6 of 6) sorted by relevance
/external/antlr/runtime/ObjC/Framework/test/runtime/token/ |
D | CommonTokenTest.m | 26 STAssertEquals(token.type, (NSInteger)TokenTypeEOF, @"Token was not of type TokenTypeEOF"); 35 STAssertEquals(token.type, (NSInteger)TokenTypeUP, @"Token was not of type TokenTypeUP"); 45 STAssertEquals(token.type, (NSInteger)TokenTypeUP, @"Token was not of type TokenTypeUP"); 56 …STAssertEquals(token.type, (NSInteger)555, @"Token was not of type 555"); // Nice random type numb… 68 …STAssertEquals(token.type, (NSInteger)555, @"Token was not of type 555"); // Nice random type numb… 74 …STAssertEquals(newToken.type, token.type, @"Tokens types do not match %d:%d!", newToken.type, toke… 75 STAssertEquals(newToken.line, token.line, @"Token lines do not match!"); 76 STAssertEquals(newToken.index, token.index, @"Token indexes do not match"); 77 STAssertEquals(newToken.channel, token.channel, @"Token channels are not the same"); 78 …STAssertEquals(newToken.charPositionInLine, token.charPositionInLine, @"Token char positions in li… [all …]
|
/external/antlr/runtime/ObjC/Framework/test/runtime/tree/ |
D | CommonTreeTest.m | 32 …STAssertEquals(tree.type, (NSInteger)TokenTypeInvalid, @"Tree should have an invalid token type, b… 48 …STAssertEquals((NSUInteger) tree.token.line, (NSUInteger)1, [NSString stringWithFormat:@"Tree shou… 49 …STAssertEquals((NSUInteger) tree.token.charPositionInLine, (NSUInteger)4, [NSString stringWithForm… 62 …STAssertEquals(tree.token.type, (NSInteger)TokenTypeInvalid, @"Tree Token type was not TokenTypeIn… 77 STAssertEquals(newTree.token, tree.token, @"Tokens did not match"); 78 …STAssertEquals(newTree.startIndex, tree.startIndex, @"Token start index did not match %d:%d", newT… 79 …STAssertEquals(newTree.stopIndex, tree.stopIndex, @"Token stop index did not match %d:%d", newTree… 96 // STAssertEquals(newTree.token, tree.token, @"Tokens did not match"); 97 STAssertEquals(newTree.stopIndex, tree.stopIndex, @"Token stop index did not match"); 98 STAssertEquals(newTree.startIndex, tree.startIndex, @"Token start index did not match"); [all …]
|
/external/antlr/runtime/ObjC/Framework/test/runtime/sets/ |
D | ANTLRBitSetTest.m | 24 …STAssertEquals(actual, expected, @"There should be three bits set in bitvector. But I have %d", ac… 46 …STAssertEquals(actual, expected, @"There should be four bits set in bitvector. But I have %d", act… 59 …STAssertEquals(actual, expected, @"There should be three bits set in bitvector. But I have %d", ac… 84 …STAssertEquals(actual, (CFIndex)[bitSet numBits], @"There should be three bits set in bitvector. B… 109 …STAssertEquals(actual, expected, @"There should be three bits set in bitvector. But I have %d", ac… 115 …STAssertEquals(actual, expected, @"There should be three bits set in bitvector. But I have %d", ac…
|
/external/google-breakpad/src/client/mac/tests/ |
D | BreakpadFramework_Test.mm | 198 STAssertEquals(last_exception_type_, kNoLastExceptionType, 200 STAssertEquals(last_exception_code_, kNoLastExceptionCode, 202 STAssertEquals(last_exception_thread_, kNoLastExceptionThread, 208 STAssertEquals(last_exception_type_, 0, 210 STAssertEquals(last_exception_code_, 0, 212 STAssertEquals(last_exception_thread_, mach_thread_self(),
|
/external/antlr/runtime/ObjC/Framework/test/runtime/misc/ |
D | FastQueueTest.m | 29 STAssertEquals([queue objectAtIndex:0], @"My String", @"Object at index zero is invalid"); 62 STAssertEquals(head, @"Item 1", @"Object returned was not first item in");
|
/external/google-breakpad/src/common/mac/testing/ |
D | GTMSenTestCase.h | 584 #define STAssertEquals(a1, a2, description, ...) \ macro
|