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

Version Path
klipp-0.2.2.5 spec/fixtures/template-repository/Example/XXPROJECT_IDXXTests/XXPROJECT_TITLEXXTests.m
klipp-0.2.2.4 spec/fixtures/template-repository/Example/XXPROJECT_IDXXTests/XXPROJECT_TITLEXXTests.m
klipp-0.2.2.3 spec/fixtures/template-repository/Example/XXPROJECT_IDXXTests/XXPROJECT_TITLEXXTests.m
klipp-0.2.2.2 spec/fixtures/template-repository/Example/XXPROJECT_IDXXTests/XXPROJECT_TITLEXXTests.m
klipp-0.2.2.1 spec/fixtures/template-repository/Example/XXPROJECT_IDXXTests/XXPROJECT_TITLEXXTests.m
klipp-0.2.2 spec/fixtures/template-repository/Example/XXPROJECT_IDXXTests/XXPROJECT_TITLEXXTests.m
klipp-0.2.1 spec/fixtures/template-repository/Example/XXPROJECT_IDXXTests/XXPROJECT_TITLEXXTests.m
klipp-0.2.0 spec/fixtures/template-repository/Example/XXPROJECT_IDXXTests/XXPROJECT_TITLEXXTests.m