Sha256: fa776af0cf26db3cc27e33823bd448991cf363ff5defdab800546237f88d8372

Contents?: true

Size: 535 Bytes

Versions: 4

Compression:

Stored size: 535 Bytes

Contents

//
//  <%= @project_name %>Tests.m
//  <%= @project_name %>Tests
//
//  Created by <%= @developer.capitalize %> on <%= @created_on %>
//  Copyright(c) <%= Time.now.year %>, All rights reserved.
//

#import "<%= @project_name %>Tests.h"

@implementation <%= @project_name %>Tests

- (void)setUp
{
    [super setUp];
    
    // Set-up code here.
}

- (void)tearDown
{
    // Tear-down code here.
    
    [super tearDown];
}

- (void)testExample
{
    STFail(@"Unit tests are not implemented yet in <%= @project_name %>Tests");
}

@end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
appjam-0.1.8.11 lib/appjam/generators/templates/blank/EiffelApplicationTests/EiffelApplicationTests.m.tt
appjam-0.1.8.10 lib/appjam/generators/templates/blank/EiffelApplicationTests/EiffelApplicationTests.m.tt
appjam-0.1.8.9 lib/appjam/generators/templates/blank/EiffelApplicationTests/EiffelApplicationTests.m.tt
appjam-0.1.8.8 lib/appjam/generators/templates/blank/EiffelApplicationTests/EiffelApplicationTests.m.tt