org.specs2.runner

FilesRunner

trait FilesRunner extends SpecificationsFinder with SystemExit

This trait finds specifications in the source directory, instantiate them as one big specification and report them using the ConsoleReporter or the HtmlReporter depending on the presence of the html flag

See also

org.specs2.main.Arguments for the regular expression defining the specification names to extract and other options

org.specs2.io.FromSource for the definition of the source directory

Linear Supertypes
SystemExit, SpecificationsFinder, SourceFile, ConsoleOutput, Classes, Output, FileSystem, FileWriter, FileReader, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FilesRunner
  2. SystemExit
  3. SpecificationsFinder
  4. SourceFile
  5. ConsoleOutput
  6. Classes
  7. Output
  8. FileSystem
  9. FileWriter
  10. FileReader
  11. AnyRef
  12. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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. def afterExecution(specs: Seq[SpecificationStructure])(implicit args: Arguments): Unit

    print a message after the execution based on the number of specifications

    print a message after the execution based on the number of specifications

    Attributes
    protected
  5. def append(path: String)(function: (Writer) ⇒ Unit): Unit

    Definition Classes
    FileWriter
  6. def appendToFile(path: String, content: ⇒ String): Unit

    Definition Classes
    FileWriter
  7. def appendToXmlFile(path: String, content: ⇒ NodeSeq): Unit

    Definition Classes
    FileWriter
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def beforeExecution(implicit args: Arguments): Unit

    print a message before the execution

    print a message before the execution

    Attributes
    protected
  10. def canRead(path: String): Boolean

    Definition Classes
    FileSystem
  11. def canWrite(path: String): Boolean

    Definition Classes
    FileSystem
  12. def classNames(packageName: String, content: String, pattern: Pattern, suffix: String, verbose: Boolean): Seq[String]

    Definition Classes
    SourceFile
  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def copy(input: InputStream, output: OutputStream): Unit

    Definition Classes
    FileSystem
  15. def copyDir(src: String, dest: String): Unit

    Definition Classes
    FileSystem
  16. def copyFile(path: String, dest: String): Unit

    Definition Classes
    FileSystem
  17. def copySpecResourcesDir(base: String, src: String, outputDir: String, loader: ClassLoader): Unit

    Definition Classes
    FileSystem
  18. def create[T <: AnyRef](className: String, classLoader: ClassLoader)(implicit m: ClassTag[T]): Either[Throwable, T]

    Definition Classes
    Classes
  19. def createArguments(arguments: Array[String]): Arguments

    returns

    the Arguments object depending on the command-line options

    Attributes
    protected
  20. def createDir(path: String): Boolean

    Definition Classes
    FileSystem
  21. def createFile(path: String): AnyVal

    Definition Classes
    FileWriter
  22. def createObject[T <: AnyRef](className: String, printMessage: Boolean, printStackTrace: Boolean)(implicit m: ClassTag[T]): Option[T]

    Definition Classes
    Classes
  23. def createObject[T <: AnyRef](className: String, printMessage: Boolean)(implicit m: ClassTag[T]): Option[T]

    Definition Classes
    Classes
  24. def createObject[T <: AnyRef](className: String)(implicit m: ClassTag[T]): Option[T]

    Definition Classes
    Classes
  25. def createSpecification(className: String, printMessage: Boolean, printStackTrace: Boolean): Option[SpecificationStructure]

    returns

    a SpecificationStructure object from a className if that class is a SpecificationStructure class.
    Tries to load the class name and cast it to a specification None in case of an exception.

    Definition Classes
    SpecificationsFinder
  26. def createSpecification(className: String, verbose: Boolean = false)(implicit args: Arguments): Option[SpecificationStructure]

    returns

    a SpecificationStructure object from a className if that class is a SpecificationStructure class.
    Tries to load the class name and cast it to a specification None in case of an exception.

    Definition Classes
    SpecificationsFinder
  27. def delete(path: String): Boolean

    Definition Classes
    FileWriter
  28. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  30. def exists(path: String): Boolean

    Definition Classes
    FileWriter
  31. def exitSystem(executed: Seq[ExecutedSpecification]): Unit

    exit the system with a specific code:

    exit the system with a specific code:

    - 0 if all the specifications are successful - 1 if there are only failures - 100 if there is any error - 101 if one of them could not even be executed (this is represented by None)

    Definition Classes
    SystemExit
  32. def exitSystem(executed: Option[ExecutedSpecification]): Unit

    exit the system for one executed specification (None means that the specification could not be executed)

    exit the system for one executed specification (None means that the specification could not be executed)

    Definition Classes
    SystemExit
  33. def exitTheSystem(executed: Seq[Option[ExecutedSpecification]]): Unit

    Attributes
    protected
    Definition Classes
    SystemExit
  34. def exitWith(status: Int): Unit

    this method can be overriden for testing

    this method can be overriden for testing

    Attributes
    protected
    Definition Classes
    SystemExit
  35. def filePaths(basePath: String, path: String, verbose: Boolean): Seq[String]

    Definition Classes
    FileSystem
  36. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  37. def flush(): Unit

    Definition Classes
    ConsoleOutput → Output
  38. def fromBaseFile(base: File): (File) ⇒ String

    Definition Classes
    FileReader
  39. def getAbsolutePath(path: String): String

    Definition Classes
    FileSystem
  40. def getCanonicalPath(path: String): String

    Definition Classes
    FileSystem
  41. final def getClass(): Class[_]

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

    Definition Classes
    FileSystem
  43. def getParent(path: String): String

    Definition Classes
    FileSystem
  44. def getWriter(path: String, append: Boolean): Writer

    Definition Classes
    FileWriter
  45. def globToPattern(glob: String): String

    Definition Classes
    FileSystem
  46. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  47. def inputStream(filePath: String): InputStream

    Definition Classes
    FileReader
  48. def isAbsolute(path: String): Boolean

    Definition Classes
    FileSystem
  49. def isDir(path: String): Boolean

    Definition Classes
    FileSystem
  50. def isDirectory(path: String): Boolean

    Definition Classes
    FileSystem
  51. def isFile(path: String): Boolean

    Definition Classes
    FileSystem
  52. def isHidden(path: String): Boolean

    Definition Classes
    FileSystem
  53. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  54. def isVerbose(implicit args: Arguments): Boolean

  55. def listFiles(path: String): List[String]

    Definition Classes
    FileSystem
  56. def loadXhtmlFile(filePath: String, report: (Exception, String) ⇒ Unit, sourceErrors: Boolean): NodeSeq

    Definition Classes
    FileReader
  57. def loadXmlFile(filePath: String)(report: (Exception) ⇒ Unit): NodeSeq

    Definition Classes
    FileReader
  58. def main(arguments: Array[String]): Unit

  59. def md5(f: File): String

    Definition Classes
    FileReader
  60. def mkdirs(path: String): Boolean

    Definition Classes
    FileWriter
  61. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  64. def packageName(content: String): String

    Definition Classes
    SourceFile
  65. def print(m: Any): Unit

    Definition Classes
    Output
  66. def printStackTrace(t: Throwable): Unit

    Definition Classes
    Output
  67. def printf(s: String, args: Any*): Unit

    Definition Classes
    ConsoleOutput → Output
  68. def println(m: Any): Unit

    Definition Classes
    Output
  69. def readBytes(path: String): Array[Byte]

    Definition Classes
    FileReader
  70. def readFile(path: String): String

    Definition Classes
    FileReader
  71. def readLines(path: String): IndexedSeq[String]

    Definition Classes
    FileReader
  72. def removeDir(path: String): String

    Definition Classes
    FileSystem
  73. def reporter(implicit args: Arguments): DefaultReporter with AllExporting

  74. def run(arguments: Array[String]): List[ExecutedSpecification]

  75. def samePath(p1: String, p2: String): Boolean

    Definition Classes
    FileSystem
  76. def silentLoadXhtmlFileReport: (Exception, String) ⇒ Unit

    Definition Classes
    FileReader
  77. def specPattern(specType: String, pattern: String): String

    pattern to use to get specification names from file contents

    pattern to use to get specification names from file contents

    Definition Classes
    SpecificationsFinder
  78. def specificationClassNames(implicit args: Arguments): Seq[String]

    returns

    the specifications class names to execute

    Attributes
    protected
  79. def specificationNames(path: String = "**/*.scala", pattern: String = ".*Spec", basePath: String = FromSource.srcTestDir, verbose: Boolean = false): Seq[String]

    path

    a path to a directory containing scala files (it can be a glob: i.e. "dir/**/*spec.scala")

    pattern

    a regular expression which is supposed to match an object name extending a Specification

    returns

    specification names by scanning files and trying to find specifications declarations

    Definition Classes
    SpecificationsFinder
  80. def specifications(implicit args: Arguments): Seq[SpecificationStructure]

    returns

    the specifications to execute

    Attributes
    protected
  81. def specifications(path: String = "**/*.scala", pattern: String = ".*Spec", filter: (String) ⇒ Boolean = (name: String) => true, basePath: String = FromSource.srcTestDir, verbose: Boolean = false)(implicit args: Arguments = Arguments()): Seq[SpecificationStructure]

    path

    a path to a directory containing scala files (it can be a glob: i.e. "dir/**/*spec.scala")

    pattern

    a regular expression which is supposed to match an object name extending a Specification

    filter

    a function to filter out unwanted specifications

    returns

    specifications created from specification names

    Definition Classes
    SpecificationsFinder
  82. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  83. def toString(): String

    Definition Classes
    AnyRef → Any
  84. def tryToCreateObject[T <: AnyRef](className: String, printMessage: Boolean, printStackTrace: Boolean, loader: ClassLoader, parameter: Option[AnyRef])(implicit m: ClassTag[T]): Option[T]

    Definition Classes
    Classes
  85. def tryToCreateObjectEither[T <: AnyRef](className: String, loader: ClassLoader, parameter: Option[AnyRef])(implicit m: ClassTag[T]): Either[Throwable, T]

    Definition Classes
    Classes
  86. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  89. def write(path: String)(function: (Writer) ⇒ Unit): Unit

    Definition Classes
    FileWriter
  90. def writeFile(path: String, content: ⇒ String): Unit

    Definition Classes
    FileWriter
  91. def writeXmlFile(path: String, content: ⇒ NodeSeq): Unit

    Definition Classes
    FileWriter

Inherited from SystemExit

Inherited from SpecificationsFinder

Inherited from SourceFile

Inherited from ConsoleOutput

Inherited from Classes

Inherited from Output

Inherited from FileSystem

Inherited from FileWriter

Inherited from FileReader

Inherited from AnyRef

Inherited from Any

Ungrouped