com.beust.testng
Class TestNGAntTask

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by org.testng.TestNGAntTask
              extended by com.beust.testng.TestNGAntTask
All Implemented Interfaces:
Cloneable

Deprecated. Use org.testng.TestNGAntTask

@Deprecated
public class TestNGAntTask
extends TestNGAntTask

For backward compatibility. Created on Jun 18, 2005

Author:
Cedric Beust

Nested Class Summary
 
Nested classes/interfaces inherited from class org.testng.TestNGAntTask
TestNGAntTask.Mode, TestNGAntTask.TestNGLogSH
 
Field Summary
 
Fields inherited from class org.testng.TestNGAntTask
m_assertEnabled, m_classFilesets, m_configFailurePolicy, m_dataproviderthreadCount, m_dump, m_environment, m_excludedGroups, m_failurePropertyName, m_fspPropertyName, m_haltOnFailure, m_haltOnFSP, m_haltOnSkipped, m_includedGroups, m_javaCommand, m_mainClass, m_onHaltTarget, m_outputDir, m_parallelMode, m_randomizeSuites, m_skippedPropertyName, m_testjar, m_testRunnerFactory, m_threadCount, m_useDefaultListeners, m_workingDir, m_xmlFilesets
 
Fields inherited from class org.apache.tools.ant.Task
target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project
 
Constructor Summary
TestNGAntTask()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.testng.TestNGAntTask
actOnResult, addClassfileset, addConfiguredPropertySet, addConfiguredReporter, addEnv, addSysproperty, addXmlfileset, createBootclasspath, createClasspath, createJvmarg, createWatchdog, execute, executeAsForked, getJavaCommand, getSuiteFileNames, handleOutput, setClassfilesetRef, setClasspath, setClasspathRef, setConfigFailurePolicy, setDataProviderThreadCount, setDelegateCommandSystemProperties, setDumpCommand, setDumpEnv, setDumpSys, setEnableAssert, setExcludedGroups, setFailureProperty, setFSPProperty, setGroups, setHaltonfailure, setHaltonFSP, setHaltonskipped, setJUnit, setJvm, setListener, setListeners, setMethods, setMethodSelectors, setMode, setObjectFactory, setOnHaltTarget, setOutputDir, setParallel, setRandomizeSuites, setReporter, setSkipFailedInvocationCounts, setSkippedProperty, setSuiteName, setSuiteRunnerClass, setSuiteThreadPoolSize, setTestJar, setTestName, setTestNames, setTestRunnerFactory, setThreadCount, setTimeout, setUseDefaultListeners, setVerbose, setWorkingDir, setXmlfilesetRef, setXmlPathInJar, validateOptions
 
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestNGAntTask

public TestNGAntTask()
Deprecated. 


Copyright © 2015. All Rights Reserved.