We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9959e96 commit 5a74706Copy full SHA for 5a74706
lesson_16/objects/objects_app/src/test/java/com/codedifferently/lesson16/davidadenaike/ShinobiTest.java
@@ -16,14 +16,6 @@ public void testCreateNormalShinobi() throws RogueShinobiException {
16
assertEquals('D', naruto.getMissionRank());
17
}
18
19
- // @Test
20
- // public void testCreateRogueShinobi() {
21
- // Village village = new Village("Leaf");
22
- // assertThrows(RogueShinobiException.class, () -> {
23
- // new Shinobi("Sasuke", village, "rogue");
24
- // });
25
- // }
26
-
27
@Test
28
public void testPromotionEligibility() throws RogueShinobiException {
29
Shinobi sasuke = new Shinobi("Sasuke", Village.LEAF, "Genin");
0 commit comments