mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-17 22:59:43 +00:00
Work on #385, created project and provided two mute methods
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package com.iluwatar.mute;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
/**
|
||||
* Tests that Mute idiom example runs without errors.
|
||||
*
|
||||
*/
|
||||
public class AppTest {
|
||||
|
||||
@Test
|
||||
public void test() {
|
||||
App.main(null);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user