volodymyrkutsenko / betterbrain

1 stars 0 forks source link

Cleanup Arithmetic Equations jUnit tests #12

Open volodymyrkutsenko opened 10 years ago

volodymyrkutsenko commented 10 years ago

SimpleArithmeticEquationTest arguments in org.junit.Assert.assertEquals() are misplaced They should follow the pattern ,

SimpleArithmeticEquationSheetGeneratorTest.testEquationsQuantity() uses org.junit.Assert.assertTrue() where it actually should use assertEquals()

volodymyrkutsenko commented 7 years ago

jUnit enhancements are postponed for now. See #24.