为下面的代码生成html格式的代码覆盖测试报告。import static orgjunitAssert;import orgjunitTest;import javaio;public class TestFileReader Test public void testEmptyString FileReader fr = new FileReader;
TestFileReader Coverage Report
| Test Case | Test Method | Coverage |
|---|---|---|
| testEmptyString | read | 100% |
| testNonexistentFile | read | 100% |
| testExistingFile | read | 100% |
| testEmptyBufferedReader | read | 100% |
| testNonemptyBufferedReader | read | 100% |
| testIllegalCharacter | read | 100% |
| testSpecialCharacter | read | 100% |
| testKeyword | read | 100% |
| testIdentifier | read | 100% |
| testNumericConstant | read | 100% |
| testStringConstant | read | 100% |
| testCharacterConstant | read | 100% |
| testComment | read | 100% |
原文地址: https://www.cveoy.top/t/topic/ceFe 著作权归作者所有。请勿转载和采集!