Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
JUnit を実行した場合のコンソール出力はcmd.exe次のようになります。
cmd.exe
JUnit version 4.10 .....I Time: 0,469 OK (5 tests)
I二行目の とはどういう意味ですか?
I
テストが@Ignoredされたことを意味します。