Last active
December 20, 2015 15:18
-
-
Save caetanus/6152687 to your computer and use it in GitHub Desktop.
tests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ⌂⁂ ⮀ ~ ⮁ prj ⮁ QBetterFileWatcher ⮀ develop ⮀ $ ⮀./runTests.sh | |
| Building lib... | |
| Compiling tests | |
| Running Tests | |
| 1 Of 4 | |
| =============================================== | |
| Testing: CreateFilesTestCase | |
| creating 128 files. | |
| received 128 create events. | |
| CreateFilesTestCase "PASSED!" | |
| 2 Of 4 | |
| =============================================== | |
| Testing: CreateDirectoriesTestCase | |
| creating 128 directories. | |
| received 128 create events. | |
| CreateDirectoriesTestCase "PASSED!" | |
| 3 Of 4 | |
| creating 128 files. | |
| =============================================== | |
| Testing: DeleteDirectoriesTestCase | |
| removed 128 directories | |
| received 128 delete events. | |
| DeleteDirectoriesTestCase "PASSED!" | |
| 4 Of 4 | |
| =============================================== | |
| Testing: CreateDirectoriesTestCase | |
| creating 128 directories. | |
| received 128 create events. | |
| CreateDirectoriesTestCase "PASSED!" | |
| All tests has passed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment