package com.iluwatar.stepbuilder; import org.junit.Test; public class AppTest { @Test public void test() { String[] args = {}; App.main(args); } }