Conditions | 1 |
Total Lines | 6 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | /* |
||
31 | @Test |
||
32 | void testAuthor() { |
||
33 | assertEquals(this.interpreter.interpret("author 1"), "Korn "); |
||
34 | assertEquals(this.interpreter.interpret("1 author"), "Korn "); |
||
35 | assertEquals(this.interpreter.interpret("author 2"), "Deftones "); |
||
36 | assertEquals(this.interpreter.interpret("2 author"), "Deftones "); |
||
37 | } |
||
38 | } |