[BAEL-5421] by @opokharel
[BAEL-5421] by @opokharel
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package com.baeldung.jar;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
class MySampleGUIAppnUnitTest extends MySampleGUIAppn {
|
||||
|
||||
@Test
|
||||
void testMain() {
|
||||
MySampleGUIAppn instance = new MySampleGUIAppn();
|
||||
String [] args = null;
|
||||
System.exit(DO_NOTHING_ON_CLOSE);
|
||||
main(args);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user