mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-15 06:58:41 +00:00
Fixed most reported issues by SonarCloud.
This commit is contained in:
@@ -30,11 +30,10 @@ import org.junit.jupiter.api.Test;
|
||||
* Application test
|
||||
*
|
||||
*/
|
||||
public class AppTest {
|
||||
class AppTest {
|
||||
|
||||
@Test
|
||||
public void test() {
|
||||
String[] args = {};
|
||||
App.main(args);
|
||||
void shouldExecuteApplicationWithoutException() {
|
||||
App.main(new String[]{});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user