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.
This comment is hidden because it contains spoiler information about the solution
Yes it was java
Sample jUnit tests are static they should not be. Causes an error. if this was intentional then well played however kinda cruel to people as many probably believed there code was wrong when it was just a problem with the jUnit.
Switch values on the jUnit tests. expected value is returning claculated value, and actual value is displaying what the expected value was. This is for the Java Kata.
jUnit expected actual solution set answers appear to be backwards. expected was presenting my calculations, and actual was presenting expected answer. cause a moment of confusion.