mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-15 10:58:51 +00:00
#567 fix version and javadoc
This commit is contained in:
@@ -3,12 +3,12 @@ import org.junit.Test;
|
||||
import static org.junit.Assert.assertFalse;
|
||||
|
||||
/**
|
||||
* Created by Alexis on 02-May-17.
|
||||
* Thief test
|
||||
*/
|
||||
public class ThiefTest {
|
||||
@Test
|
||||
public void testGuard() {
|
||||
public void testThief() {
|
||||
Thief thief = new Thief();
|
||||
assertFalse(thief instanceof Permission);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user