public static class CoberturaInstrumenter.InstrumentationResult extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
className |
private byte[] |
content |
| Constructor and Description |
|---|
InstrumentationResult(java.lang.String className,
byte[] content) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClassName() |
byte[] |
getContent() |
public InstrumentationResult(java.lang.String className, byte[] content)
public java.lang.String getClassName()
public byte[] getContent()