Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

What does the <% operator mean in Scala generics? [duplicate]

scala generics specs2

Specs2 and @Before/@After-like methods

scala specs2

Seq empty test with specs2

Using Akka TestKit with Specs2

scala akka specs2

How do I verify invokations with specific string matchers in Specs2 with Mockito

scala mockito specs2

How to mock function returning AnyVal with Mockito in Scala / Specs2?

scala mockito specs2

How to set up SBT build to return zero exit code on test failure for Jenkins?

jenkins sbt scalatest specs2

play framework 2: test a request with a json string as body

How do I create a POST request with form field content with Spray?

scala specs2 spray

How to use playframework 2.3 with specs2 2.4 instead of specs2 2.3.x