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
The psyllaunit Ant task.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    class 
     
    class 
     

    Nested classes/interfaces inherited from class org.apache.tools.ant.taskdefs.optional.junit.JUnitTask

    org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.ForkMode, org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.SummaryAttribute
  • Field Summary

    Fields inherited from class org.apache.tools.ant.taskdefs.optional.junit.JUnitTask

    ENABLE_TESTLISTENER_EVENTS, TESTLISTENER_PREFIX
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    void
     
    void
    setHaltonerror(boolean value)
     
    void
    setHaltonfailure(boolean value)
     

    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, 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

    Methods inherited from class org.apache.tools.ant.ProjectComponent

    clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • execute

      public void execute() throws org.apache.tools.ant.BuildException
      Overrides:
      execute in class org.apache.tools.ant.taskdefs.optional.junit.JUnitTask
      Throws:
      org.apache.tools.ant.BuildException
    • createTest

      public PsyllaUnit.Test createTest()
    • createArg

      public PsyllaUnit.Arg createArg()
    • setHaltonerror

      public void setHaltonerror(boolean value)
      Overrides:
      setHaltonerror in class org.apache.tools.ant.taskdefs.optional.junit.JUnitTask
    • setHaltonfailure

      public void setHaltonfailure(boolean value)
      Overrides:
      setHaltonfailure in class org.apache.tools.ant.taskdefs.optional.junit.JUnitTask