org

specs2

package specs2

Visibility
  1. Public
  2. All

Type Members

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

  2. abstract class Spec extends SpecLike

    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

  4. abstract class SpecWithJUnit extends Spec

    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

    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

  7. abstract class SpecificationWithJUnit extends Specification

    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

  2. package collection

  3. package control

  4. package data

  5. package execute

  6. package form

  7. package html

  8. package info

  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 scalacheck

  18. package specification

    this package object is just here for compatibility reasons

  19. package text

  20. package time

  21. package xml

Ungrouped