Conditions | 1 |
Total Lines | 6 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | /* |
||
23 | @Test |
||
24 | void testAlbum() { |
||
25 | assertEquals(this.interpreter.interpret("album 1"), "Untouchables "); |
||
26 | assertEquals(this.interpreter.interpret("1 album"), "Untouchables "); |
||
27 | assertEquals(this.interpreter.interpret("album 2"), "Adrenaline "); |
||
28 | assertEquals(this.interpreter.interpret("2 album"), "Adrenaline "); |
||
29 | } |
||
38 | } |