Class AbstractCoverageParserTest
java.lang.Object
org.eluder.coveralls.maven.plugin.parser.AbstractCoverageParserTest
@ExtendWith(org.mockito.junit.jupiter.MockitoExtension.class)
public abstract class AbstractCoverageParserTest
extends Object
The Class AbstractCoverageParserTest.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new abstract coverage parser test. -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract CoverageParsercreateCoverageParser(File coverageFile, SourceLoader sourceLoader) Creates the coverage parser.Gets the coverage fixture.Gets the coverage resources.
-
Constructor Details
-
AbstractCoverageParserTest
public AbstractCoverageParserTest()Instantiates a new abstract coverage parser test.
-
-
Method Details
-
createCoverageParser
protected abstract CoverageParser createCoverageParser(File coverageFile, SourceLoader sourceLoader) Creates the coverage parser.- Parameters:
coverageFile- the coverage filesourceLoader- the source loader- Returns:
- the coverage parser
-
getCoverageResources
-
getCoverageFixture
-