org.specs2

package org.specs2

Members list

Packages

package org.specs2.data
package org.specs2.form
package org.specs2.fp

Code in the fp package is explicitly inspired from the Scalaz and cats projects

Code in the fp package is explicitly inspired from the Scalaz and cats projects

Please refer to http://github.com/scalaz/scalaz and http://github.com/typelevel/cats for more information

Attributes

package org.specs2.html
package org.specs2.io
package org.specs2.main
package org.specs2.text
package org.specs2.time
package org.specs2.xml

Type members

Classlikes

case object BuildInfo

This object was generated by sbt-buildinfo.

This object was generated by sbt-buildinfo.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
BuildInfo.type
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

Attributes

Supertypes
Known subtypes
trait SpecLike
class Spec
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

Attributes

Supertypes
abstract class Specification extends SpecificationLike

Immutable Specification class

Immutable Specification class

It contains all necessary functionalities to create specifications:

  • create fragments
  • create expectations

Attributes

Supertypes
Known subtypes

Attributes

Supertypes
Known subtypes
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

Attributes

Supertypes