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
Javaマルチプロジェクト時にはJUnit annotationのpathはプロジェクトルートからの相対パスにする必要があるが、JUnitの実行結果のresult xmlファイルにはソースファイルに関する情報が含まれていないため、プロジェクトルートからの相対パスを取得することができない。
JUnitCheckerのinput junit_test_src_dir を経由することで、シングルプロジェクト時にはソース位置を固定で指定することでこの問題を解決しているが、マルチプロジェクトではプロジェクトごとにソース位置が変わるため、 junit_test_src_dir の指定ではこの問題は解決できない。
junit_test_src_dir
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Javaマルチプロジェクト時にはJUnit annotationのpathはプロジェクトルートからの相対パスにする必要があるが、JUnitの実行結果のresult xmlファイルにはソースファイルに関する情報が含まれていないため、プロジェクトルートからの相対パスを取得することができない。
JUnitCheckerのinput
junit_test_src_dir
を経由することで、シングルプロジェクト時にはソース位置を固定で指定することでこの問題を解決しているが、マルチプロジェクトではプロジェクトごとにソース位置が変わるため、junit_test_src_dir
の指定ではこの問題は解決できない。The text was updated successfully, but these errors were encountered: