This repository was archived by the owner on Aug 8, 2023. It is now read-only.
File tree
6 files changed
+34
-51
lines changed- scripts/ios
- test/ios
- ios-tests.xcodeproj
6 files changed
+34
-51
lines changedLines changed: 6 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
11 |
| - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + |
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
| 31 | + | |
| 32 | + | |
31 | 33 |
| |
32 | 34 |
| |
33 | 35 |
| |
| |||
40 | 42 |
| |
41 | 43 |
| |
42 | 44 |
| |
43 |
| - | |
44 |
| - | |
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
|
- .travis.yml+1-1
- Additions/CGGeometry-KIFAdditions.h+1-1
- Additions/NSException-KIFAdditions.m+2-2
- Additions/SenTestCase-KIFAdditions.h-14
- Additions/SenTestCase-KIFAdditions.m-33
- Additions/UIApplication-KIFAdditions.h+5-2
- Additions/UIApplication-KIFAdditions.m+20-1
- Additions/UIEvent+KIFAdditions.m+5-67
- Additions/UITouch-KIFAdditions.m+20-6
- Additions/UIView-Debugging.h+22
- Additions/UIView-Debugging.m+207
- Additions/UIView-KIFAdditions.h-10
- Additions/UIView-KIFAdditions.m+100-207
- Additions/XCTestCase-KIFAdditions.m+9-2
- Classes/IOHIDEvent+KIF.h+11
- Classes/IOHIDEvent+KIF.m+188
- Classes/KIF-Prefix.pch-1
- Classes/KIF.h-4
- Classes/KIFSystemTestActor.m+10-11
- Classes/KIFTestActor.h+13
- Classes/KIFTestActor.m+31-8
- Classes/KIFTestCase.h+1-11
- Classes/KIFTestCase.m-44
- Classes/KIFTestStepValidation.h-10
- Classes/KIFUITestActor.h+53-2
- Classes/KIFUITestActor.m+115-34
- Classes/UIAutomationHelper.h+3-1
- Classes/UIAutomationHelper.m+21-8
- IdentifierTests/KIFUITestActor-IdentifierTests.h+15
- IdentifierTests/KIFUITestActor-IdentifierTests.m+18
- KIF Tests/AccessibilityIdentifierTests.m+36
- KIF Tests/BackgroundTests.m+32
- KIF Tests/GestureTests.m+108
- KIF Tests/KIF Tests-Info.plist+1-1
- KIF Tests/KIF Tests-Prefix.pch-1
- KIF Tests/ModalViewTests.m+3
- KIF Tests/MultiFingerTests.m+7-3
- KIF Tests/SpecificControlTests.m+1-1
- KIF Tests/SystemAlertTests.m+5-8
- KIF Tests/SystemTests.m+27-25
- KIF Tests/TableViewTests.m+29-9
- KIF Tests/TappingTests.m+37-1
- KIF Tests/TypingTests.m+8
- KIF XCTests-Prefix.gcda
- KIF.podspec+18-33
- KIF.xcodeproj/project.pbxproj+405-482
- KIF.xcodeproj/xcshareddata/xcschemes/KIF Documentation.xcscheme+13-1
- KIF.xcodeproj/xcshareddata/xcschemes/KIF.xcscheme+31-1
- KIF.xcodeproj/xcshareddata/xcschemes/KIFFramework.xcscheme+28-17
- KIFFramework/Info.plist+26
- KIFFramework/KIF.h+42
- README.md+9-5
- Test Host/BackgroundViewController.m+33
- Test Host/GestureViewController.m+11
- Test Host/SystemAlertViewController.m+5
- Test Host/TableViewController.m+28
- Test Host/TapViewController.m+11-2
- Test Host/Test Host-Info.plist+1-1
- Test Host/TestSuiteViewController.m+9-2
- Test Host/en.lproj/MainStoryboard.storyboard+351-347
Lines changed: 22 additions & 42 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 |
| - | |
| 44 | + | |
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
48 |
| - | |
49 |
| - | |
| 48 | + | |
| 49 | + | |
50 | 50 |
| |
51 |
| - | |
| 51 | + | |
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 |
| - | |
56 |
| - | |
| 55 | + | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
| |||
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
72 |
| - | |
73 |
| - | |
74 |
| - | |
75 |
| - | |
76 |
| - | |
77 |
| - | |
78 |
| - | |
79 | 72 |
| |
80 | 73 |
| |
81 | 74 |
| |
| |||
327 | 320 |
| |
328 | 321 |
| |
329 | 322 |
| |
330 |
| - | |
331 | 323 |
| |
332 | 324 |
| |
333 |
| - | |
| 325 | + | |
334 | 326 |
| |
335 | 327 |
| |
336 | 328 |
| |
| |||
396 | 388 |
| |
397 | 389 |
| |
398 | 390 |
| |
399 |
| - | |
| 391 | + | |
400 | 392 |
| |
401 | 393 |
| |
402 | 394 |
| |
| |||
430 | 422 |
| |
431 | 423 |
| |
432 | 424 |
| |
433 |
| - | |
| 425 | + | |
434 | 426 |
| |
435 |
| - | |
436 |
| - | |
437 |
| - | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
438 | 430 |
| |
439 | 431 |
| |
440 |
| - | |
| 432 | + | |
441 | 433 |
| |
442 | 434 |
| |
443 |
| - | |
444 |
| - | |
| 435 | + | |
| 436 | + | |
445 | 437 |
| |
446 | 438 |
| |
447 | 439 |
| |
| |||
458 | 450 |
| |
459 | 451 |
| |
460 | 452 |
| |
461 |
| - | |
462 |
| - | |
463 |
| - | |
464 |
| - | |
465 |
| - | |
466 |
| - | |
467 |
| - | |
468 | 453 |
| |
469 | 454 |
| |
470 | 455 |
| |
| |||
547 | 532 |
| |
548 | 533 |
| |
549 | 534 |
| |
| 535 | + | |
550 | 536 |
| |
551 | 537 |
| |
552 | 538 |
| |
| |||
618 | 604 |
| |
619 | 605 |
| |
620 | 606 |
| |
| 607 | + | |
621 | 608 |
| |
622 | 609 |
| |
623 | 610 |
| |
| |||
641 | 628 |
| |
642 | 629 |
| |
643 | 630 |
| |
| 631 | + | |
644 | 632 |
| |
645 | 633 |
| |
646 | 634 |
| |
| |||
651 | 639 |
| |
652 | 640 |
| |
653 | 641 |
| |
654 |
| - | |
655 |
| - | |
656 |
| - | |
657 |
| - | |
658 |
| - | |
659 |
| - | |
| 642 | + | |
660 | 643 |
| |
661 | 644 |
| |
662 | 645 |
| |
| |||
680 | 663 |
| |
681 | 664 |
| |
682 | 665 |
| |
| 666 | + | |
683 | 667 |
| |
684 | 668 |
| |
685 | 669 |
| |
| |||
690 | 674 |
| |
691 | 675 |
| |
692 | 676 |
| |
693 |
| - | |
694 |
| - | |
695 |
| - | |
696 |
| - | |
697 |
| - | |
698 |
| - | |
| 677 | + | |
699 | 678 |
| |
700 | 679 |
| |
701 | 680 |
| |
| |||
715 | 694 |
| |
716 | 695 |
| |
717 | 696 |
| |
| 697 | + | |
718 | 698 |
| |
719 | 699 |
| |
720 | 700 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
0 commit comments