Update AdvancedSorceressTest.java
This commit is contained in:
parent
03aa99c55f
commit
2b229d8ea1
@ -46,6 +46,7 @@ public class AdvancedSorceressTest {
|
|||||||
* Test if the {@link AdvancedSorceress} smokes whatever instance of {@link Tobacco} is passed to her
|
* Test if the {@link AdvancedSorceress} smokes whatever instance of {@link Tobacco} is passed to her
|
||||||
* through the setter's parameter
|
* through the setter's parameter
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testSmokeEveryThing() throws Exception {
|
public void testSmokeEveryThing() throws Exception {
|
||||||
|
|
||||||
@ -64,7 +65,5 @@ public class AdvancedSorceressTest {
|
|||||||
|
|
||||||
// ... and nothing else is happening.
|
// ... and nothing else is happening.
|
||||||
assertEquals(tobaccos.length, appender.getLogSize());
|
assertEquals(tobaccos.length, appender.getLogSize());
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user