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. package analysis

  2. package collection

  3. package control

  4. package data

  5. package execute

  6. object files extends FilesRunner

    This top-level object can be used to execute Specifications found in the source directory

  7. package form

  8. package html

    This package provides newtypes for strings representing toc ids

  9. package io

  10. package main

  11. package matcher

  12. package mock

  13. package mutable

  14. package reflect

  15. package reporter

  16. package runner

  17. package specification

  18. package text

  19. package time

Ungrouped