org.scalatest.tools

ScalaTestTask

class ScalaTestTask extends ScalaTestAntTask

Deprecated: please use ScalaTestAntTask instead.

Inherits

  1. ScalaTestAntTask
  2. Task
  3. ProjectComponent
  4. Cloneable
  5. AnyRef
  6. Any

Value Members

  1. def addConfiguredConfig(config: NameValuePair): Unit

    Sets values from nested element config

    Sets values from nested element config.

    definition classes: ScalaTestAntTask
  2. def addConfiguredExcludes(excludes: TextElement): Unit

    Sets value from nested element excludes

    Sets value from nested element excludes. The excludes attribute has been deprecated and will be removed in a future version of ScalaTest. Please use the tagsToExclude attribute instead.

    definition classes: ScalaTestAntTask
  3. def addConfiguredIncludes(includes: TextElement): Unit

    Sets value from nested element includes

    Sets value from nested element includes. The includes attribute has been deprecated and will be removed in a future version of ScalaTest. Please use the tagsToInclude attribute instead.

    definition classes: ScalaTestAntTask
  4. def addConfiguredJvmArg(arg: JvmArg): Unit

    Sets value from nested element jvmarg

    Sets value from nested element jvmarg.

    definition classes: ScalaTestAntTask
  5. def addConfiguredMembersOnly(membersonly: PackageElement): Unit

    Sets value from nested element membersonly

    Sets value from nested element membersonly.

    definition classes: ScalaTestAntTask
  6. def addConfiguredProperty(property: NameValuePair): Unit

    Sets values from nested element property

    Sets values from nested element property. The property attribute has been deprecated and will be removed in a future version of ScalaTest. Please use the config attribute instead.

    definition classes: ScalaTestAntTask
  7. def addConfiguredReporter(reporter: ReporterElement): Unit

    Sets value from nested element reporter

    Sets value from nested element reporter.

    definition classes: ScalaTestAntTask
  8. def addConfiguredRunpath(runpath: Path): Unit

    Sets value from nested element runpath

    Sets value from nested element runpath.

    definition classes: ScalaTestAntTask
  9. def addConfiguredRunpathUrl(runpathurl: RunpathUrl): Unit

    Sets value from nested element runpathurl

    Sets value from nested element runpathurl.

    definition classes: ScalaTestAntTask
  10. def addConfiguredSuite(suite: SuiteElement): Unit

    Sets value from nested element suite

    Sets value from nested element suite.

    definition classes: ScalaTestAntTask
  11. def addConfiguredTagsToExclude(tagsToExclude: TextElement): Unit

    Sets value from nested element excludes

    Sets value from nested element excludes.

    definition classes: ScalaTestAntTask
  12. def addConfiguredTagsToInclude(tagsToInclude: TextElement): Unit

    Sets value from nested element tagsToInclude

    Sets value from nested element tagsToInclude.

    definition classes: ScalaTestAntTask
  13. def addConfiguredTestNGSuites(testNGSuitePath: Path): Unit

    Sets value from nested element testngsuites

    Sets value from nested element testngsuites.

    definition classes: ScalaTestAntTask
  14. def addConfiguredWildcard(wildcard: PackageElement): Unit

    Sets value from nested element wildcard

    Sets value from nested element wildcard.

    definition classes: ScalaTestAntTask
  15. def clone(): AnyRef

    This method creates and returns a copy of the receiver object

    This method creates and returns a copy of the receiver object.

    The default implementation of the clone method is platform dependent.

    definition classes: ProjectComponent ⇐ AnyRef
  16. def equals(arg0: Any): Boolean

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence.

    The default implementations of this method is an equivalence relation:

    • It is reflexive: for any instance x of type Any, x.equals(x) should return true.
    • It is symmetric: for any instances x and y of type Any, x.equals(y) should return true if and only if y.equals(x) returns true.
    • It is transitive: for any instances x, y, and z of type AnyRef if x.equals(y) returns true and y.equals(z) returns true, then x.equals(z) should return true.

    If you override this method, you should verify that your implementation remains an equivalence relation. Additionally, when overriding this method it is often necessary to override hashCode to ensure that objects that are "equal" (o1.equals(o2) returns true) hash to the same Int (o1.hashCode.equals(o2.hashCode)).

    arg0

    the object to compare against this object for equality.

    returns

    true if the receiver object is equivalent to the argument; false otherwise.

    definition classes: AnyRef ⇐ Any
  17. def execute(): Unit

    Executes the task

    Executes the task.

    definition classes: ScalaTestAntTask ⇐ Task
  18. def getDescription(): String

  19. def getLocation(): Location

  20. def getOwningTarget(): Target

  21. def getProject(): Project

  22. def getRuntimeConfigurableWrapper(): RuntimeConfigurable

  23. def getTaskName(): String

  24. def getTaskType(): String

  25. def hashCode(): Int

    Returns a hash code value for the object

    Returns a hash code value for the object.

    The default hashing algorithm is platform dependent.

    Note that it is allowed for two objects to have identical hash codes (o1.hashCode.equals(o2.hashCode)) yet not be equal (o1.equals(o2) returns false). A degenerate implementation could always return 0. However, it is required that if two objects are equal (o1.equals(o2) returns true) that they have identical hash codes (o1.hashCode.equals(o2.hashCode)). Therefore, when overriding this method, be sure to verify that the behavior is consistent with the equals method.

    definition classes: AnyRef ⇐ Any
  26. def init(): Unit

  27. def log(arg0: String, arg1: Throwable, arg2: Int): Unit

  28. def log(arg0: Throwable, arg1: Int): Unit

  29. def log(arg0: String, arg1: Int): Unit

  30. def log(arg0: String): Unit

  31. def maybeConfigure(): Unit

  32. def reconfigure(): Unit

  33. def setConcurrent(concurrent: Boolean): Unit

    Sets value of the concurrent attribute

    Sets value of the concurrent attribute. Note: The concurrent attribute has been deprecated and will be removed in a future version of ScalaTest. Please use the parallel attribute instead.

    definition classes: ScalaTestAntTask
  34. def setDescription(arg0: String): Unit

  35. def setFork(fork: Boolean): Unit

    Sets value of the fork attribute

    Sets value of the fork attribute.

    definition classes: ScalaTestAntTask
  36. def setHaltonfailure(haltonfailure: Boolean): Unit

    Sets value of the haltonfailure attribute

    Sets value of the haltonfailure attribute.

    definition classes: ScalaTestAntTask
  37. def setLocation(arg0: Location): Unit

  38. def setMaxmemory(max: String): Unit

    Sets value of the maxmemory attribute

    Sets value of the maxmemory attribute.

    definition classes: ScalaTestAntTask
  39. def setMembersonly(packageName: String): Unit

    Sets value of membersonly attribute

    Sets value of membersonly attribute.

    definition classes: ScalaTestAntTask
  40. def setNumthreads(numthreads: Int): Unit

    Sets value of the numthreads attribute

    Sets value of the numthreads attribute.

    definition classes: ScalaTestAntTask
  41. def setOwningTarget(arg0: Target): Unit

  42. def setParallel(parallel: Boolean): Unit

    Sets value of the parallel attribute

    Sets value of the parallel attribute.

    definition classes: ScalaTestAntTask
  43. def setProject(arg0: Project): Unit

  44. def setRunpath(runpath: Path): Unit

    Sets value of the runpath attribute

    Sets value of the runpath attribute.

    definition classes: ScalaTestAntTask
  45. def setRuntimeConfigurableWrapper(arg0: RuntimeConfigurable): Unit

  46. def setSuite(suite: String): Unit

    Sets value of suite attribute

    Sets value of suite attribute.

    definition classes: ScalaTestAntTask
  47. def setTaskName(arg0: String): Unit

  48. def setTaskType(arg0: String): Unit

  49. def setTestNGSuites(testNGSuitePath: Path): Unit

    Sets value of the testngsuites attribute

    Sets value of the testngsuites attribute.

    definition classes: ScalaTestAntTask
  50. def setWildcard(packageName: String): Unit

    Sets value of wildcard attribute

    Sets value of wildcard attribute.

    definition classes: ScalaTestAntTask
  51. def toString(): String

    Returns a string representation of the object

    Returns a string representation of the object.

    The default representation is platform dependent.

    definition classes: AnyRef ⇐ Any

Instance constructors

  1. new ScalaTestTask()