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

  7. package html

    This package provides newtypes for strings representing toc ids

  8. package io

  9. package main

  10. package matcher

  11. package mock

  12. package mutable

  13. package reflect

  14. package reporter

  15. package runner

  16. package specification

  17. package text

  18. package time

Ungrouped