Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in specs2

How to specify the execution order of Specs2 tests?

scala specs2

Specs2 on OSX - error: object specs2 is not a member of package org

macos scala sbt specs2

Error message when trying to run a Mockito test in Play

Specs2 and scalacheck - must pass issue

scala specs2 scalacheck

Specs2 - Tagging tests to run

scala specs2

org.mockito.internal.matchers.LocalizedMatcher cannot be cast to org.mockito.ArgumentMatcher with "any" matcher when running "activator test"

scala mockito specs2

Specs2 - Unit specification style should not be used in concurrent environments

specs2: Tag specification/individual test and exclude it from running using sbt

sbt specs2

How-to use Play 2.4.x with scalaz 7.2.0

playframework scalaz specs2

Using pattern matching with Specs2 and Play in Scala

Play2 Framework/Scala/Specs2 - Do different FakeApplications share Singleton objects?

Creating Test Scope/Context to seed data and run application, Scala Play Framework 2

Testing json data using Specs2

json scala lift specs2

Why does Specs2 run these `sequential` tests in random order?

How to match a top level array in json with specs2

json scala specs2

Can Specs2 compare sequence elements with one of the existing matchers?

scala specs2

Acceptance style testing in favour of unit style testing with Specs2?

scala specs2

Alternative of OneAppPerSuite in specs2 scala testing

How to do setup/teardown in specs2 when using "in new WithApplication"

scala playframework specs2