Class comment in the header.

pull/1/head
mjewkes 11 years ago
parent bba5418061
commit c15115c5f0

@ -1,5 +1,7 @@
#import <XCTest/XCTest.h>
//This test class covers CryptoTools.h - the wrapper around all core crypto library.
@interface CryptoToolsTest : XCTestCase
@end

@ -3,8 +3,6 @@
#import "CryptoTools.h"
#import "TestUtil.h"
//This test class covers CryptoTools.h - the accessor class for the core crypto library.
@implementation CryptoToolsTest
-(void) testIsEqualToData_TimingSafe {
test([[NSMutableData dataWithLength:0] isEqualToData_TimingSafe:[NSMutableData dataWithLength:0]]);

Loading…
Cancel
Save