Directory src/jturtle/test/

Directory Created:
2011-11-30 03:50
Total Files:
1
Deleted Files:
0
Lines of Code:
51

[root]/src/jturtle/test

Lines of Code

src/jturtle/test/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 4 (100.0%) 55 (100.0%) 13.7
Garrett 1 (25.0%) 32 (58.2%) 32.0
bajracharyas 1 (25.0%) 16 (29.1%) 16.0
marmorsteinr 1 (25.0%) 4 (7.3%) 4.0
twitchard 1 (25.0%) 3 (5.5%) 3.0

Most Recent Commits

marmorsteinr 2011-12-13 16:22 Rev.: 289

Fixed all the weird errors that came from making the turtlethingamabobber constructors take no arguments.

4 lines of code changed in 1 file:

  • src/jturtle/test: TurtleCommanderTest.java (+4 -2)
bajracharyas 2011-12-04 17:06 Rev.: 59

BACK added, including the tokens and the parser. Tested OKAY

16 lines of code changed in 1 file:

  • src/jturtle/test: TurtleCommanderTest.java (+16 -1)
twitchard 2011-12-03 16:45 Rev.: 39

We made a forwardFiftyTest that checks and makes sure the interpreter updates the state of the turtle properly when "FORWARD 50" is passed as a StringReader to the interpreter.

3 lines of code changed in 1 file:

  • src/jturtle/test: TurtleCommanderTest.java (+3 -1)
Garrett 2011-11-30 03:50 Rev.: 25

Added the TurtleCommander (basically an abstraction of the JTurtle class).
Added a getCommander() method to the Context interface.
Added the "Forward" command as a token, parser, and instruction.
Still need to interface with the GUI to show that the Turtle actually moves forward after the "Forward" instruction is read.

32 lines of code changed in 1 file:

  • src/jturtle/test: TurtleCommanderTest.java (new 32)
Generated by StatSVN 0.7.0