Class 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  
      • 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
      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
      • Methods inherited from class org.apache.tools.ant.ProjectComponent

        clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
    • Method Detail

      • execute

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