Package | Description |
---|---|
com.sun.javatest.report |
This package provides API for generating reports about test runs.
|
Modifier and Type | Method and Description |
---|---|
abstract java.io.File |
CustomReport.createReport(java.io.File rootDir)
Create a report within the context of a GUI.
|
abstract java.io.File |
CustomReport.createReport(java.lang.String args,
java.io.File rootDir,
InterviewParameters ip,
TestFilter filter)
Write a report without the context of a GUI.
|
Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.