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 03aa99c commit 2b229d8Copy full SHA for 2b229d8
dependency-injection/src/test/java/com/iluwatar/dependency/injection/AdvancedSorceressTest.java
@@ -46,6 +46,7 @@ public void tearDown() {
46
* Test if the {@link AdvancedSorceress} smokes whatever instance of {@link Tobacco} is passed to her
47
* through the setter's parameter
48
*/
49
+
50
@Test
51
public void testSmokeEveryThing() throws Exception {
52
@@ -64,7 +65,5 @@ public void testSmokeEveryThing() throws Exception {
64
65
66
// ... and nothing else is happening.
67
assertEquals(tobaccos.length, appender.getLogSize());
-
68
}
69
70
0 commit comments