Search code examples
specs2 After method runs before the example...

scalatestingspecs2

Read More
How to reset a mock invocation counter using Scalatra, Specs2, Mockito...

unit-testingmockitospecs2scalatra

Read More
How do you mock a future that will work with map function?...

scalamockitocouchbasefuturespecs2

Read More
How to set vals to be used in tests?...

scalaplayframework-2.0specs2

Read More
Is it possible to specify at the site of a Property definition how many times to execute the Propert...

scalaspecs2scalacheck

Read More
How to verify that `sender` has only sent `two ints` in Mockito?...

scalamockitospecs2

Read More
Specs2 setting up environment before and after the whole suit...

scalaamazon-dynamodbsprayspecs2

Read More
How to force Logger.debug output in Play! framework specs2 tests?...

scalaplayframeworkplayframework-2.0specs2

Read More
Scala Specs2 Matchers with "aka" doesn't work...

scalaspecs2

Read More
Scala Specs2 (version 3.x) - How create and work with Notifier?...

scalaspecs2

Read More
`answers` is not invoked when mocking a method with `call-by-name` parameter...

mockingmockitospecs2callbyname

Read More
Specs2 Data Tables with future results...

scalaintegration-testingfuturespecs2

Read More
Is it necessary to use `class` instead of `object` when using `isolated` for specs2 tests?...

scalaspecs2

Read More
Specs2: detect exception in implicitly-converted val assignment...

scalaexceptionspecs2

Read More
Specs2 await doesn't fail inside of a Scope...

specs2

Read More
java.lang.ClassNotFoundException: IntegrationSpec while running specs2 Tests in Intellij 14...

testingintellij-ideaclassnotfoundexceptionplayframework-2.2specs2

Read More
How do you check a number of properties of an object in specs2?...

scalabddspecs2

Read More
specs2 xml matcher with mockito...

scalamockitospecs2

Read More
Mocking default values for return types with mockito + specs2...

scalaplayframeworkmockitospecs2

Read More
How to combine DataTables with other matchers?...

scalaspecs2

Read More
Scala specs2 mocking a trait method returns always Nullpointer exception...

scalamockitospecs2

Read More
How to compare result type to be subclass of abstract class to match to?...

scalainheritancematcherspecs2

Read More
Scala strange method invocation syntax...

scalaimplicitspecs2

Read More
Adding message in a block of Specs2 test...

scalaunit-testingspecs2

Read More
Cannot compile ScalaCheck with specs2 since upgrading...

scalasbtspecs2sbt-assemblyscalacheck

Read More
Scala Specs2: how to get current test name?...

scalaspecs2

Read More
Parallel execution of tests...

scalasbtspecs2

Read More
How to start Play application before tests and then shut it down in specs2?...

scalaplayframeworkspecs2

Read More
Wrong order of execution of tests...

scalascalatestspecs2

Read More
How to use JUnit's @Rule annotation with Scala Specs2 tests?...

scalaseleniumjunitselenium-webdriverspecs2

Read More
BackNext