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:

It also takes the following parameters as nested elements:

Linear Supertypes
ScalaTask, CompilationPathProperty, Task, ProjectComponent, java.lang.Cloneable, AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PartestTask
  2. ScalaTask
  3. CompilationPathProperty
  4. Task
  5. ProjectComponent
  6. Cloneable
  7. AnyRef
  8. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PartestTask()

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from PartestTask to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (PartestTask, B)

    Implicit information
    This member is added by an implicit conversion from PartestTask to ArrowAssoc[PartestTask] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. def addConfiguredAntTests(input: FileSet): Unit

  9. def addConfiguredBuildManagerTests(input: FileSet): Unit

  10. def addConfiguredInstrumentedTests(input: FileSet): Unit

  11. def addConfiguredJvmTests(input: FileSet): Unit

  12. def addConfiguredNegTests(input: FileSet): Unit

  13. def addConfiguredPosTests(input: FileSet): Unit

  14. def addConfiguredPresentationTests(input: FileSet): Unit

  15. def addConfiguredResidentTests(input: FileSet): Unit

  16. def addConfiguredRunTests(input: FileSet): Unit

  17. def addConfiguredScalacheckTests(input: FileSet): Unit

  18. def addConfiguredScalapTests(input: FileSet): Unit

  19. def addConfiguredScriptTests(input: FileSet): Unit

  20. def addConfiguredShootoutTests(input: FileSet): Unit

  21. def addConfiguredSpecializedTests(input: FileSet): Unit

  22. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  23. final def bindToOwner(arg0: Task): Unit

    Definition Classes
    Task
  24. def buildError(message: String): Nothing

    Attributes
    protected
    Definition Classes
    ScalaTask
  25. def clone(): AnyRef

    Definition Classes
    ProjectComponent → AnyRef
    Annotations
    @throws( ... )
  26. var compilationPath: Option[Path]

    Attributes
    protected
    Definition Classes
    CompilationPathProperty
  27. def createClasspath(): Path

  28. def createCompilationPath: Path

    Definition Classes
    CompilationPathProperty
  29. def createCompilerArg(): Argument

  30. def ensuring(cond: (PartestTask) ⇒ Boolean, msg: ⇒ Any): PartestTask

    Implicit information
    This member is added by an implicit conversion from PartestTask to Ensuring[PartestTask] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  31. def ensuring(cond: (PartestTask) ⇒ Boolean): PartestTask

    Implicit information
    This member is added by an implicit conversion from PartestTask to Ensuring[PartestTask] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  32. def ensuring(cond: Boolean, msg: ⇒ Any): PartestTask

    Implicit information
    This member is added by an implicit conversion from PartestTask to Ensuring[PartestTask] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  33. def ensuring(cond: Boolean): PartestTask

    Implicit information
    This member is added by an implicit conversion from PartestTask to Ensuring[PartestTask] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  34. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  35. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  36. def execute(): Unit

    Definition Classes
    PartestTask → Task
  37. def fileSetToArray(fs: FileSet): Array[Path]

  38. def fileSetToDir(fs: FileSet): Directory

  39. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  40. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from PartestTask to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  41. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  42. def getDescription(): String

    Definition Classes
    ProjectComponent
  43. def getLocation(): Location

    Definition Classes
    ProjectComponent
  44. def getOwningTarget(): Target

    Definition Classes
    Task
  45. def getProject(): Project

    Definition Classes
    ProjectComponent
  46. def getRuntimeConfigurableWrapper(): RuntimeConfigurable

    Definition Classes
    Task
  47. def getTaskName(): String

    Definition Classes
    Task
  48. def getTaskType(): String

    Definition Classes
    Task
  49. def getWrapper(): RuntimeConfigurable

    Attributes
    protected[org.apache.tools.ant]
    Definition Classes
    Task
  50. def handleErrorFlush(arg0: String): Unit

    Attributes
    protected[org.apache.tools.ant]
    Definition Classes
    Task
  51. def handleErrorOutput(arg0: String): Unit

    Attributes
    protected[org.apache.tools.ant]
    Definition Classes
    Task
  52. def handleFlush(arg0: String): Unit

    Attributes
    protected[org.apache.tools.ant]
    Definition Classes
    Task
  53. 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] )
  54. def handleOutput(arg0: String): Unit

    Attributes
    protected[org.apache.tools.ant]
    Definition Classes
    Task
  55. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  56. def init(): Unit

    Definition Classes
    Task
    Annotations
    @throws( ... )
  57. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  58. final def isInvalid(): Boolean

    Attributes
    protected[org.apache.tools.ant]
    Definition Classes
    Task
  59. def log(arg0: String, arg1: java.lang.Throwable, arg2: Int): Unit

    Definition Classes
    Task
  60. def log(arg0: java.lang.Throwable, arg1: Int): Unit

    Definition Classes
    Task
  61. def log(arg0: String, arg1: Int): Unit

    Definition Classes
    Task → ProjectComponent
  62. def log(arg0: String): Unit

    Definition Classes
    Task → ProjectComponent
  63. def maybeConfigure(): Unit

    Definition Classes
    Task
    Annotations
    @throws( ... )
  64. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  65. final def notify(): Unit

    Definition Classes
    AnyRef
  66. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  67. final def perform(): Unit

    Definition Classes
    Task
  68. def reconfigure(): Unit

    Definition Classes
    Task
  69. def setClasspath(input: Path): Unit

  70. def setClasspathref(input: Reference): Unit

  71. def setCompilationPath(input: Path): Unit

    Definition Classes
    CompilationPathProperty
  72. def setCompilationPathRef(input: Reference): Unit

    Definition Classes
    CompilationPathProperty
  73. def setDebug(input: Boolean): Unit

  74. def setDescription(arg0: String): Unit

    Definition Classes
    ProjectComponent
  75. def setErrorOnFailed(input: Boolean): Unit

  76. def setJUnitReportDir(input: File): Unit

  77. def setJavaCmd(input: File): Unit

  78. def setJavacCmd(input: File): Unit

  79. def setLocation(arg0: Location): Unit

    Definition Classes
    ProjectComponent
  80. def setOwningTarget(arg0: Target): Unit

    Definition Classes
    Task
  81. def setProject(arg0: Project): Unit

    Definition Classes
    ProjectComponent
  82. def setRuntimeConfigurableWrapper(arg0: RuntimeConfigurable): Unit

    Definition Classes
    Task
  83. def setScalacOpts(input: String): Unit

  84. def setShowDiff(input: Boolean): Unit

  85. def setShowLog(input: Boolean): Unit

  86. def setSrcDir(input: String): Unit

  87. def setTaskName(arg0: String): Unit

    Definition Classes
    Task
  88. def setTaskType(arg0: String): Unit

    Definition Classes
    Task
  89. def setTimeout(delay: String): Unit

  90. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  91. def toString(): String

    Definition Classes
    AnyRef → Any
  92. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  93. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  94. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  95. def [B](y: B): (PartestTask, B)

    Implicit information
    This member is added by an implicit conversion from PartestTask to ArrowAssoc[PartestTask] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from PartestTask to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (partestTask: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from PartestTask to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (partestTask: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: PartestTask

    Implicit information
    This member is added by an implicit conversion from PartestTask to ArrowAssoc[PartestTask] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (partestTask: ArrowAssoc[PartestTask]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: PartestTask

    Implicit information
    This member is added by an implicit conversion from PartestTask to Ensuring[PartestTask] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (partestTask: Ensuring[PartestTask]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from ScalaTask

Inherited from CompilationPathProperty

Inherited from Task

Inherited from ProjectComponent

Inherited from java.lang.Cloneable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from PartestTask to StringAdd

Inherited by implicit conversion any2stringfmt from PartestTask to StringFormat

Inherited by implicit conversion any2ArrowAssoc from PartestTask to ArrowAssoc[PartestTask]

Inherited by implicit conversion any2Ensuring from PartestTask to Ensuring[PartestTask]

Ungrouped