c

scala.tools.partest

PartestTask

class PartestTask extends Task with CompilationPathProperty with ScalaTask

An Ant task to execute the Scala test suite (NSC).

This task can take the following parameters as attributes:

  • srcdir,
  • classpath,
  • classpathref,
  • erroronfailed,
  • javacmd,
  • javaccmd,
  • scalacopts,
  • debug,
  • junitreportdir.

It also takes the following parameters as nested elements:

  • compilationpath. -- TODO: this parameter is now redundant: it's the same as the classpath used to run the task
Linear Supertypes
ScalaTask, CompilationPathProperty, Task, ProjectComponent, java.lang.Cloneable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PartestTask
  2. ScalaTask
  3. CompilationPathProperty
  4. Task
  5. ProjectComponent
  6. Cloneable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PartestTask()

Type Members

  1. type Path = org.apache.tools.ant.types.Path

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. final def bindToOwner(arg0: Task): Unit
    Definition Classes
    Task
  6. def buildError(message: String): Nothing
    Attributes
    protected
    Definition Classes
    ScalaTask
  7. def clone(): AnyRef
    Definition Classes
    ProjectComponent → AnyRef
    Annotations
    @throws( ... )
  8. val compilationPath: Option[org.apache.tools.ant.types.Path]
    Attributes
    protected
    Definition Classes
    CompilationPathProperty
  9. def createClasspath(): Path
  10. def createCompilationPath: org.apache.tools.ant.types.Path
    Definition Classes
    CompilationPathProperty
  11. def createCompilerArg(): Argument
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def execute(): Unit
    Definition Classes
    PartestTask → Task
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  17. def getDescription(): String
    Definition Classes
    ProjectComponent
  18. def getLocation(): Location
    Definition Classes
    ProjectComponent
  19. def getOwningTarget(): Target
    Definition Classes
    Task
  20. def getProject(): Project
    Definition Classes
    ProjectComponent
  21. def getRuntimeConfigurableWrapper(): RuntimeConfigurable
    Definition Classes
    Task
  22. def getTaskName(): String
    Definition Classes
    Task
  23. def getTaskType(): String
    Definition Classes
    Task
  24. def getWrapper(): RuntimeConfigurable
    Attributes
    protected[org.apache.tools.ant]
    Definition Classes
    Task
  25. def handleErrorFlush(arg0: String): Unit
    Attributes
    protected[org.apache.tools.ant]
    Definition Classes
    Task
  26. def handleErrorOutput(arg0: String): Unit
    Attributes
    protected[org.apache.tools.ant]
    Definition Classes
    Task
  27. def handleFlush(arg0: String): Unit
    Attributes
    protected[org.apache.tools.ant]
    Definition Classes
    Task
  28. def handleInput(arg0: Array[Byte], arg1: Int, arg2: Int): Int
    Attributes
    protected[org.apache.tools.ant]
    Definition Classes
    Task
    Annotations
    @throws( classOf[java.io.IOException] )
  29. def handleOutput(arg0: String): Unit
    Attributes
    protected[org.apache.tools.ant]
    Definition Classes
    Task
  30. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  31. def init(): Unit
    Definition Classes
    Task
    Annotations
    @throws( ... )
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. final def isInvalid(): Boolean
    Attributes
    protected[org.apache.tools.ant]
    Definition Classes
    Task
  34. def log(arg0: String, arg1: java.lang.Throwable, arg2: Int): Unit
    Definition Classes
    Task
  35. def log(arg0: java.lang.Throwable, arg1: Int): Unit
    Definition Classes
    Task
  36. def log(arg0: String, arg1: Int): Unit
    Definition Classes
    Task → ProjectComponent
  37. def log(arg0: String): Unit
    Definition Classes
    Task → ProjectComponent
  38. def maybeConfigure(): Unit
    Definition Classes
    Task
    Annotations
    @throws( ... )
  39. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. final def notify(): Unit
    Definition Classes
    AnyRef
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  42. final def perform(): Unit
    Definition Classes
    Task
  43. def reconfigure(): Unit
    Definition Classes
    Task
  44. def setClasspath(input: Path): Unit
  45. def setClasspathref(input: Reference): Unit
  46. def setColors(input: String): Unit
  47. def setCompilationPath(input: org.apache.tools.ant.types.Path): Unit
    Definition Classes
    CompilationPathProperty
  48. def setCompilationPathRef(input: Reference): Unit
    Definition Classes
    CompilationPathProperty
  49. def setDebug(input: Boolean): Unit
  50. def setDescription(arg0: String): Unit
    Definition Classes
    ProjectComponent
  51. def setErrorOnFailed(input: Boolean): Unit
  52. def setJUnitReportDir(input: File): Unit
  53. def setJavaCmd(input: File): Unit
  54. def setJavaOpts(input: String): Unit
  55. def setJavacCmd(input: File): Unit
  56. def setKinds(input: String): Unit
  57. def setLocation(arg0: Location): Unit
    Definition Classes
    ProjectComponent
  58. def setOwningTarget(arg0: Target): Unit
    Definition Classes
    Task
  59. def setProject(arg0: Project): Unit
    Definition Classes
    ProjectComponent
  60. def setRuntimeConfigurableWrapper(arg0: RuntimeConfigurable): Unit
    Definition Classes
    Task
  61. def setScalacOpts(input: String): Unit
  62. def setSrcDir(input: String): Unit
  63. def setTaskName(arg0: String): Unit
    Definition Classes
    Task
  64. def setTaskType(arg0: String): Unit
    Definition Classes
    Task
  65. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  66. def toString(): String
    Definition Classes
    AnyRef → Any
  67. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  68. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  69. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ScalaTask

Inherited from CompilationPathProperty

Inherited from Task

Inherited from ProjectComponent

Inherited from java.lang.Cloneable

Inherited from AnyRef

Inherited from Any

Ungrouped