This file contains 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
/* | |
Output: | |
<?xml version="1.0" encoding="UTF-8"?> | |
<testsuites> | |
<testsuite name="core.events" tests="2" assertions="2" failures="0" specs="2"> | |
<testcase name="should be an instance of QueuedEventPool" assertions="1"/> | |
<testcase name="should have the correct name" assertions="1"/> | |
</testsuite> | |
... | |
</testsuites> |