org

specs2

package specs2

Visibility
  1. Public
  2. All

Type Members

  1. trait ScalaCheck extends ScalaCheckMatchers with AutoExamples

    The ScalaCheck trait can be used to access ScalaCheck matchers

  2. abstract class Specification extends SpecificationLike

    The Specification trait can be extended to create a specification.

  3. trait SpecificationFeatures extends FragmentsBuilder with SpecificationStringContext with AutoExamples with SpecificationInclusion with ArgumentsArgs with ArgumentsShortcuts with MustMatchers with ShouldMatchers with FormattingFragments with StandardResults with StandardMatchResults with TimeConversions with PendingUntilFixed with Contexts with SpecificationNavigation with ContextsInjection with Debug

    The SpecificationFeatures trait provides functionalities to build the specification fragments plus additional ones:

  4. trait SpecificationLike extends SpecificationStructure with SpecificationFeatures

  5. abstract class SpecificationWithJUnit extends Specification

    This class must be inherited to allow a Specification to be executed as a JUnit test

Value Members

  1. object AnalysisBuildInfo extends Product with Serializable

  2. object CommonBuildInfo extends Product with Serializable

  3. object CoreBuildInfo extends Product with Serializable

  4. object FormBuildInfo extends Product with Serializable

  5. object GwtBuildInfo extends Product with Serializable

  6. object HtmlBuildInfo extends Product with Serializable

  7. object JunitBuildInfo extends Product with Serializable

  8. object MarkdownBuildInfo extends Product with Serializable

  9. object MatcherBuildInfo extends Product with Serializable

  10. object MatcherextraBuildInfo extends Product with Serializable

  11. object MockBuildInfo extends Product with Serializable

  12. object ScalacheckBuildInfo extends Product with Serializable

  13. package analysis

  14. package collection

  15. package control

  16. package data

  17. package execute

  18. package form

  19. package html

    This package provides newtypes for strings representing toc ids

  20. package io

  21. package main

  22. package matcher

  23. package mock

  24. package mutable

  25. package reflect

  26. package reporter

  27. package runner

  28. package specification

  29. package text

  30. package time

Ungrouped