Package

org

specs2

Permalink

package specs2

Visibility
  1. Public
  2. All

Type Members

  1. trait ScalaCheck extends ScalaCheckPropertyCreation with ScalaCheckPropertyCheck with ScalaCheckParameters with AsResultProp with ScalaCheckPropertyDsl with GenInstances

    Permalink
  2. abstract class Spec extends SpecLike

    Permalink

    Lightweight specification with only 3 implicit methods

    Lightweight specification with only 3 implicit methods

    • 2 implicits to create the specification string context
    • 1 implicit to create expectations with "must"
    • 1 implicit to add arguments to the specification
  3. trait SpecLike extends ImmutableSpecificationStructure with S2StringContext1 with AcceptanceDsl1 with MustMatchers1 with ArgumentsCreation with ArgumentsShortcuts with FormattingFragments with StandardResults with StandardMatchResults

    Permalink
  4. abstract class SpecWithJUnit extends Spec

    Permalink

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

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

    Annotations
    @RunWith()
  5. abstract class Specification extends SpecificationLike

    Permalink

    Immutable Specification class

    Immutable Specification class

    It contains all necessary functionalities to create specifications:

    • create fragments
    • create expectations
  6. trait SpecificationLike extends ImmutableSpecificationStructure with SpecificationCreation with SpecificationFeatures

    Permalink
  7. abstract class SpecificationWithJUnit extends Specification

    Permalink

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

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

    Annotations
    @RunWith()

Value Members

  1. package analysis

    Permalink
  2. package collection

    Permalink
  3. package concurrent

    Permalink
  4. package control

    Permalink
  5. package data

    Permalink
  6. package execute

    Permalink
  7. package foldm

    Permalink
  8. package form

    Permalink
  9. package html

    Permalink
  10. package info

    Permalink
  11. package io

    Permalink
  12. package main

    Permalink
  13. package matcher

    Permalink
  14. package mock

    Permalink
  15. package mutable

    Permalink
  16. package reflect

    Permalink
  17. package reporter

    Permalink
  18. package runner

    Permalink
  19. package scalacheck

    Permalink
  20. package specification

    Permalink

    this package object is just here for compatibility reasons

  21. package text

    Permalink
  22. package time

    Permalink
  23. package xml

    Permalink

Ungrouped