Sha256: 95033081d0b979e41a657c163a7a54ce51a0bc75ce3129a2b84b1d332a4586bb
Contents?: true
Size: 624 Bytes
Versions: 8
Compression:
Stored size: 624 Bytes
Contents
// // XXPROJECT_TITLEXX // // Copyright (c) XXYEARXX XXORGANIZATION_NAMEXX. All rights reserved. // #import <SenTestingKit/SenTestingKit.h> #import "XXCLASS_PREFIXXXRootViewController.h" @interface XXPROJECT_TITLEXXTests : SenTestCase @end @implementation XXPROJECT_TITLEXXTests - (void)testExample { NSString *runtimeIdentifier = [[NSBundle bundleForClass:[XXCLASS_PREFIXXXRootViewController class]] bundleIdentifier]; NSString *klippInsertedIdentifier = @"XXBUNDLE_IDXX.develop"; STAssertTrue([runtimeIdentifier isEqualToString:klippInsertedIdentifier], @"Even test code is processed by Klipp"); } @end
Version data entries
8 entries across 8 versions & 1 rubygems