We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
以下のいずれかの条件を満たすと発生する可能性がある
System.exit
The text was updated successfully, but these errors were encountered:
2020/03/10 テストコードのコンパイル前に,Junitのルールを突っ込む
/** * System.exit()が呼び出されてもテストを継続する. */ @Rule public final ExpectedSystemExit exit = ExpectedSystemExit.none();
Sorry, something went wrong.
shinsuke-mat
No branches or pull requests
以下のいずれかの条件を満たすと発生する可能性がある
System.exit
が含まれるSystem.exit
が含まれるThe text was updated successfully, but these errors were encountered: