Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
joshir | 18 (100.0%) | 618 (100.0%) | 34.3 |
Fixed the remaining test classes.
46 lines of code changed in 3 files:
Fixed FDandBKTest
29 lines of code changed in 1 file:
Fixed ArithmeticTest by surrounding each asserEquals statement with a try/catch block.
66 lines of code changed in 1 file:
Created RemainderQuotientTest to test Remainder and Quotient instructions
63 lines of code changed in 1 file:
Fixing test classes
2 lines of code changed in 2 files:
70 lines of code changed in 2 files:
ArithmeticTest tests for all basic arithmetic instructions: Addition, Subtraction, Multiplication, and Division
96 lines of code changed in 1 file:
Fixed test classes.
3 lines of code changed in 3 files:
HomeTest done.
63 lines of code changed in 1 file:
Created junit tests for FD and BK (TestFDandBk), and LT and RT(TurnTest).
Edited the FD and BK instructions to return current.getPosition() instead of null.
Edited RT and LT instructions to return current.getHeading() instead of null.
180 lines of code changed in 3 files: