Class TestReportInfo

java.lang.Object
com.sun.ts.lib.util.TestReportInfo
All Implemented Interfaces:
Serializable

public class TestReportInfo extends Object implements Serializable
See Also:
  • Field Details

    • iDebugLevel

      public int iDebugLevel
    • sOutput

      public String sOutput
    • exception

      public Throwable exception
    • iStream

      public int iStream
  • Constructor Details

    • TestReportInfo

      public TestReportInfo(String output, int stream, int level, Throwable e)