Package org.testng

Class TestNGAntTask.TestNGLogSH

  • All Implemented Interfaces:
    org.apache.tools.ant.taskdefs.ExecuteStreamHandler
    Enclosing class:
    TestNGAntTask

    protected static class TestNGAntTask.TestNGLogSH
    extends org.apache.tools.ant.taskdefs.PumpStreamHandler
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.apache.tools.ant.taskdefs.PumpStreamHandler

        org.apache.tools.ant.taskdefs.PumpStreamHandler.ThreadWithPumper
    • Constructor Summary

      Constructors 
      Constructor Description
      TestNGLogSH​(org.apache.tools.ant.Task task, int outlevel, int errlevel, boolean verbose)  
    • Method Summary

      • Methods inherited from class org.apache.tools.ant.taskdefs.PumpStreamHandler

        createProcessErrorPump, createProcessOutputPump, createPump, createPump, createPump, finish, getErr, getOut, setProcessErrorStream, setProcessInputStream, setProcessOutputStream, start, stop
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TestNGLogSH

        public TestNGLogSH​(org.apache.tools.ant.Task task,
                           int outlevel,
                           int errlevel,
                           boolean verbose)