Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in specs2

How do you write a parameterized test using specs?

Specs2 "value in is not a member of String"

scala gradle specs2

Running Scala tests in Intellij

scala intellij-idea specs2

How to get past SQLException: Attempting to obtain a connection from a pool that has already been shutdown

Play 2.1 Unit Test With Slick and Postgres

Play Framework and Slick: testing database-related services

How design a Specs2 database test, with interdependent tests?

Play Framework, Specs2 - Calling controller method directly from unit test

specs2: How to use "failtrace" option

scala stack-trace specs2

Error using Mockito and Specs2

scala mockito specs2

scala: how to implement this matcher in specs2

scala testing specs2

Verify that a method was called using Mockito without specifying arguments

scala mockito specs2

Unresolved dependency with specs2 scalaz-stream 0.5a

scala sbt scalaz specs2

How can I reduce the number of test cases ScalaCheck generates?

Is there any way to exclude implicit time convertions in org.spec2.time and use your own?

Using specs2 and FakeApplication() to test database fails evolution inserts

Play modules test & FakeApplication