scala.tools

partest

package partest

Linear Supertypes
AnyRef, Any
Content Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. partest
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. abstract class CompilerTest extends DirectTest

    For testing compiler internals directly.

  2. abstract class DirectTest extends App

    A class for testing code which is embedded as a string.

  3. abstract class IcodeTest extends DirectTest

    A trait for testing icode.

  4. class PartestTask extends Task with CompilationPathProperty

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

  5. abstract class ReplTest extends DirectTest

    A trait for testing repl code.

  6. abstract class ScaladocModelTest extends DirectTest

    A class for testing scaladoc model generation

  7. abstract class SecurityTest extends App

  8. trait SigTest extends AnyRef

    Support code for testing signatures.

  9. class TestState extends AnyRef

  10. trait TestUtil extends AnyRef

Value Members

  1. object PartestDefaults

  2. object TestState

  3. object TestUtil extends TestUtil

  4. def allPropertiesString: String

  5. def basename(name: String): String

  6. def callable[T](body: ⇒ T): Callable[T]

  7. def file2String(f: File): String

  8. package instrumented

  9. def isPartestDebug: Boolean

  10. package nest

  11. def path2String(path: String): String

  12. def resultsToStatistics(results: Iterable[Tuple2[_, TestState]]): (Int, Int)

  13. def showAllJVMInfo(): Unit

  14. def timed[T](body: ⇒ T): (T, Long)

  15. package utils

  16. def vmArgString: String

Inherited from AnyRef

Inherited from Any

No Group