public interface CoverageCodeRenderer
| Modifier and Type | Method and Description |
|---|---|
void |
codeWriteFinished()
Should be called at the end of source file rendering.
|
void |
writeCodeLine(int lineNumber,
@NotNull java.lang.CharSequence source,
@Nullable CoverageStatus status)
Attached a source code line to a source code section.
|
void |
writeSectionHeader(@NotNull java.lang.String caption)
Creates new source file section with header before
|
void writeSectionHeader(@NotNull
@NotNull java.lang.String caption)
caption - section header textvoid writeCodeLine(int lineNumber,
@NotNull
@NotNull java.lang.CharSequence source,
@Nullable
@Nullable CoverageStatus status)
lineNumber - number of line to showsource - text of a linestatus - covered statusvoid codeWriteFinished()