Sha256: d37c96b826e803928401f7e025f6711f157a6d2dca0c1d595c51bf682e5cf984
Contents?: true
Size: 289 Bytes
Versions: 8
Compression:
Stored size: 289 Bytes
Contents
#import "Expecta.h" @implementation Expecta static NSTimeInterval _asynchronousTestTimeout = 1.0; + (NSTimeInterval)asynchronousTestTimeout { return _asynchronousTestTimeout; } + (void)setAsynchronousTestTimeout:(NSTimeInterval)timeout { _asynchronousTestTimeout = timeout; } @end
Version data entries
8 entries across 8 versions & 2 rubygems