Work on #385, created project and provided two mute methods

This commit is contained in:
Narendra Pathai
2016-03-01 17:28:28 +05:30
parent 35d6a54831
commit adb94044ff
6 changed files with 302 additions and 0 deletions
@@ -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);
}
}