-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
怎么命令行执行 #13
Comments
这个应用设计的时候是为了写 junit 测试的开发者设计的。命令行执行的具体场景? |
pom.xml add:
Junit5TestPackageRunner.java import lombok.extern.slf4j.Slf4j; @slf4j
}` Junit5Runner.java import org.junit.platform.launcher.TestExecutionListener; public abstract class Junit5Runner {
}` AppMain.java public class AppMain {
} 打包后执行 |
No description provided.
The text was updated successfully, but these errors were encountered: