Package coneforest.psylla.tools.ant
Class PsyllaUnit
- java.lang.Object
-
- org.apache.tools.ant.ProjectComponent
-
- org.apache.tools.ant.Task
-
- org.apache.tools.ant.taskdefs.optional.junit.JUnitTask
-
- coneforest.psylla.tools.ant.PsyllaUnit
-
- All Implemented Interfaces:
Cloneable
public class PsyllaUnit extends org.apache.tools.ant.taskdefs.optional.junit.JUnitTask
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
PsyllaUnit.Arg
class
PsyllaUnit.Test
-
Constructor Summary
Constructors Constructor Description PsyllaUnit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PsyllaUnit.Arg
createArg()
PsyllaUnit.Test
createTest()
void
execute()
-
Methods inherited from class org.apache.tools.ant.taskdefs.optional.junit.JUnitTask
addAssertions, addConfiguredSysproperty, addEnv, addFormatter, addSysproperty, addSyspropertyset, addTest, createBatchTest, createBootclasspath, createClasspath, createJvmarg, createModulepath, createPermissions, createUpgrademodulepath, getEnableTestListenerEvents, handleErrorFlush, handleErrorOutput, init, setCloneVm, setDir, setEnableTestListenerEvents, setErrorProperty, setFailureProperty, setFiltertrace, setFork, setForkMode, setHaltonerror, setHaltonfailure, setIncludeantruntime, setJvm, setLogFailedTests, setMaxmemory, setNewenvironment, setOutputToFormatters, setPrintsummary, setReloading, setShowOutput, setTempdir, setThreads, setTimeout
-
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
-
-
-
-
Method Detail
-
execute
public void execute()
- Overrides:
execute
in classorg.apache.tools.ant.taskdefs.optional.junit.JUnitTask
-
createTest
public PsyllaUnit.Test createTest()
-
createArg
public PsyllaUnit.Arg createArg()
-
-