|
11 | 11 | */ |
12 | 12 | public enum CoreReporters { |
13 | 13 |
|
| 14 | + UT_COVERAGE_COBERTURA_REPORTER(Version.V3_1_0, null), |
14 | 15 | UT_COVERAGE_HTML_REPORTER(Version.V3_0_0, null), |
15 | | - UT_DOCUMENTATION_REPORTER(Version.V3_0_0, null), |
16 | | - UT_TEAMCITY_REPORTER(Version.V3_0_0, null), |
17 | | - UT_XUNIT_REPORTER(Version.V3_0_0, null), |
18 | | - UT_COVERALLS_REPORTER(Version.V3_0_0, null), |
19 | 16 | UT_COVERAGE_SONAR_REPORTER(Version.V3_0_0, null), |
| 17 | + UT_COVERALLS_REPORTER(Version.V3_0_0, null), |
| 18 | + UT_DEBUG_REPORTER(Version.V3_1_4, null), |
| 19 | + UT_DOCUMENTATION_REPORTER(Version.V3_0_0, null), |
| 20 | + UT_JUNIT_REPORTER(Version.V3_1_0, null), |
| 21 | + UT_REALTIME_REPORTER(Version.V3_1_4, null), |
20 | 22 | UT_SONAR_TEST_REPORTER(Version.V3_0_0, null), |
21 | | - UT_COVERAGE_COBERTURA_REPORTER(Version.V3_1_0, null); |
| 23 | + UT_TEAMCITY_REPORTER(Version.V3_0_0, null), |
| 24 | + UT_TFS_JUNIT_REPORTER(Version.V3_1_0, null), |
| 25 | + UT_XUNIT_REPORTER(Version.V3_0_0, null); |
22 | 26 |
|
23 | 27 | private final Version since; |
24 | 28 | private final Version until; |
|
0 commit comments