mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-08-17 04:26:05 +00:00
Correct method name and cleanup etc folder #264
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 7.9 KiB After Width: | Height: | Size: 29 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 29 KiB |
@@ -14,7 +14,7 @@ import static org.mockito.internal.verification.VerificationModeFactory.times;
|
|||||||
public class SmartHostileTest {
|
public class SmartHostileTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testSmartTroll() throws Exception {
|
public void testSmartHostile() throws Exception {
|
||||||
// Create a normal troll first, but make sure we can spy on it later on.
|
// Create a normal troll first, but make sure we can spy on it later on.
|
||||||
final Hostile simpleTroll = spy(new Troll());
|
final Hostile simpleTroll = spy(new Troll());
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user