Directory src/testing/

Directory Created:
2016-12-09 14:03
Total Files:
7
Deleted Files:
0
Lines of Code:
580

[root]/src/testing

Lines of Code

src/testing/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
joshir 18 (100.0%) 618 (100.0%) 34.3

Most Recent Commits

joshir 2016-12-14 22:21 Rev.: 1755

Fixed the remaining test classes.

46 lines of code changed in 3 files:

  • src/testing: HomeTest.java (+7 -2), RemainderQuotientTest.java (+15 -5), TurnTest.java (+24 -4)
joshir 2016-12-14 22:16 Rev.: 1754

Fixed FDandBKTest

29 lines of code changed in 1 file:

  • src/testing: FDandBKTest.java (+29 -8)
joshir 2016-12-14 22:10 Rev.: 1753

Fixed ArithmeticTest by surrounding each asserEquals statement with a try/catch block.

66 lines of code changed in 1 file:

  • src/testing: ArithmeticTest.java (+66 -11)
joshir 2016-12-10 00:08 Rev.: 1450

Created RemainderQuotientTest to test Remainder and Quotient instructions

63 lines of code changed in 1 file:

  • src/testing: RemainderQuotientTest.java (new 63)
joshir 2016-12-09 23:13 Rev.: 1445

Fixing test classes

2 lines of code changed in 2 files:

  • src/testing: ArithmeticTest.java (+1 -1), TurnTest.java (+1 -1)
joshir 2016-12-09 23:12

70 lines of code changed in 2 files:

  • src/testing: HomeTest.java (+1 -1), SetTest.java (new 69)
joshir 2016-12-09 21:53 Rev.: 1394

ArithmeticTest tests for all basic arithmetic instructions: Addition, Subtraction, Multiplication, and Division

96 lines of code changed in 1 file:

  • src/testing: ArithmeticTest.java (new 96)
joshir 2016-12-09 14:43 Rev.: 1322

Fixed test classes.

3 lines of code changed in 3 files:

  • src/testing: FDandBKTest.java (-2), HomeTest.java (+3 -2), TurnTest.java (-1)
joshir 2016-12-09 14:21 Rev.: 1319

HomeTest done.

63 lines of code changed in 1 file:

  • src/testing: HomeTest.java (new 63)
joshir 2016-12-09 14:03 Rev.: 1311

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:

  • src/testing: FDandBKTest.java (new 92), TurnTest.java (new 80), package-info.java (new 8)
Generated by StatSVN 0.7.0