Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- add coolDown to sleep before to run the next test. - change runCmd to receive the number of expected events. - ExpectAnyOfEvts (ExpectAnyOfEach before) now call runCmd passing 1 as expected events. - eventBuffer.clear() now sets a new empty slice for it, instead of relying on the old underlying array. - replaced copyActualEvents() with eventBuffer.getCopy(). - refactored test functions and improved comments.
- Loading branch information