Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
I got the feedback of the test environment as follows:
Testing the League class:
NFC North 2012:
Checking Errors and initial standings data:
Expected error was thrown: ReferenceError: wins is not defined
Test Passed
Expected error was thrown: ReferenceError: points is not defined
Test Passed
So both test were passes, each error was expected (well they must be expected, if the arguments passed to the methodes are wrong). But the overall outcome was "Incorrect". How is it possible to have an incorrect result if all the tests were passed?