Closed dkandalov closed 8 years ago
Is there a reason why assert methods are not imported in koans, e.g. Assert.assertEquals(...) instead of assertEquals(...)? If there is no particular reason, is it worth making a pull request?
Assert.assertEquals(...)
assertEquals(...)
No special reason. Changed to direct function imports.
Is there a reason why assert methods are not imported in koans, e.g.
Assert.assertEquals(...)
instead ofassertEquals(...)
? If there is no particular reason, is it worth making a pull request?