mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 05:52:58 +00:00
Adding Autotype delay test case
This commit is contained in:
39
MacPassTests/MPTestAutotypeDelay.m
Normal file
39
MacPassTests/MPTestAutotypeDelay.m
Normal file
@@ -0,0 +1,39 @@
|
||||
//
|
||||
// MPTestAutotypeDelay.m
|
||||
// MacPass
|
||||
//
|
||||
// Created by Michael Starke on 28/12/15.
|
||||
// Copyright © 2015 HicknHack Software GmbH. All rights reserved.
|
||||
//
|
||||
|
||||
#import <XCTest/XCTest.h>
|
||||
|
||||
@interface MPTestAutotypeDelay : XCTestCase
|
||||
|
||||
@end
|
||||
|
||||
@implementation MPTestAutotypeDelay
|
||||
|
||||
- (void)setUp {
|
||||
[super setUp];
|
||||
// Put setup code here. This method is called before the invocation of each test method in the class.
|
||||
}
|
||||
|
||||
- (void)tearDown {
|
||||
// Put teardown code here. This method is called after the invocation of each test method in the class.
|
||||
[super tearDown];
|
||||
}
|
||||
|
||||
- (void)testExample {
|
||||
// This is an example of a functional test case.
|
||||
// Use XCTAssert and related functions to verify your tests produce the correct results.
|
||||
}
|
||||
|
||||
- (void)testPerformanceExample {
|
||||
// This is an example of a performance test case.
|
||||
[self measureBlock:^{
|
||||
// Put the code you want to measure the time of here.
|
||||
}];
|
||||
}
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user