be.lassi.web.coverage
Class CoveragePage
java.lang.Object
be.lassi.web.Page
be.lassi.web.coverage.CoveragePage
public class CoveragePage
- extends Page
Html page showing code coverage information.
Constructor Summary |
CoveragePage(java.io.PrintWriter out,
Info info)
Constructs a new instance. |
Method Summary |
void |
print()
Prints the page. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CoveragePage
public CoveragePage(java.io.PrintWriter out,
Info info)
- Constructs a new instance.
- Parameters:
out
- the destination to write this page toinfo
- the code coverage information
print
public void print()
- Prints the page.