Skip to content

Instantly share code, notes, and snippets.

@caetanus
Last active December 20, 2015 15:18
Show Gist options
  • Select an option

  • Save caetanus/6152687 to your computer and use it in GitHub Desktop.

Select an option

Save caetanus/6152687 to your computer and use it in GitHub Desktop.
tests
⌂⁂ ⮀ ~ ⮁ 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