Skip to content
This repository has been archived by the owner on Nov 27, 2017. It is now read-only.

xslim/TKSenTestAsync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TKSenTestAsync

SenTest category with Asynchronous support

Installation

  • Using cocoapods
  pod 'TKSenTestAsync'

Usage

#import "SenTest+Async.h"


- (void)testGetObjects {
    [self runTestWithBlock:^{
        doSomeStuff();
        STAssertNil(nil, @"Should be nil");
        [self blockTestCompleted]; // required
    }];
}

About

SenTest category with Asynchronous support

Resources

Stars

Watchers

Forks

Packages

No packages published