Skip to content

Instantly share code, notes, and snippets.

@idpaterson
idpaterson / AssertEventually.h
Last active December 25, 2015 06:59 — forked from lukeredpath/AssertEventually.h
Enables simple and elegant testing of asynchronous/threaded code with XCTest, blocks and OCHamcrest
//
// AssertEventually.h
// LRResty
//
// Created by Luke Redpath on 03/08/2010.
// Copyright 2010 LJR Software Limited. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "HCMatcher.h"