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. abstract class MemoryTest extends AnyRef

  5. class PartestTask extends Task with CompilationPathProperty

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

  6. abstract class ReplTest extends DirectTest

    A trait for testing repl code.

  7. abstract class ScaladocModelTest extends DirectTest

    A class for testing scaladoc model generation

  8. abstract class SecurityTest extends App

  9. trait SigTest extends AnyRef

    Support code for testing signatures.

  10. trait StoreReporterDirectTest extends DirectTest

  11. class TestState extends AnyRef

  12. 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. implicit lazy val implicitConversions: implicitConversions

  9. package instrumented

  10. def isPartestDebug: Boolean

  11. package nest

  12. def path2String(path: String): String

  13. implicit lazy val postfixOps: postfixOps

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

  15. def showAllJVMInfo(): Unit

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

  17. def trace[A](a: A): A

    trace("".isEmpty) will return true and as a side effect print the following to standard out.

    trace("".isEmpty) will return true and as a side effect print the following to standard out.

    trace> "".isEmpty
    res: Boolean = true

    An alternative to scala.tools.partest.ReplTest that avoids the inconvenience of embedding test code in a string.

    Annotations
    @macroImpl()
  18. def traceImpl[A](c: Context)(a: reflect.macros.Context.Expr[A])(implicit arg0: reflect.macros.Context.WeakTypeTag[A]): reflect.macros.Context.Expr[A]

  19. package utils

  20. def vmArgString: String

Inherited from AnyRef

Inherited from Any

Ungrouped