Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scalatest

Sbt won't run ScalaTest tests

Scalatest: how to check if a collection contains element that satisfies certain criteria

scala scalatest matcher

How to configure ScalaTest to abort a suite if a test fails?

scala scalatest

Unable to use ScalaTest

intellij-idea sbt scalatest

Why is code coverage zero with Scalatest, Maven and cobertura?

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

jenkins sbt scalatest specs2

Scalatest custom matchers for 'should contain'

scala scalatest

Is it possible to mock / override dependencies / imports in Scala?

How do I have every test in class automatically tagged with a specific tag

scalatest

Better way to compose test fixtures in ScalaTest

scala composition scalatest

Why won't my scalatest test compile? (scala.MatchError)

scala sbt scalatest

BDD in Scalatest: Spec versus WordSpec versus FlatSpec, which should I use?

scala bdd scalatest

Is there syntax for adding a clue to ScalaTest matchers?

scala scalatest

Regex pattern equality

scala equality scalatest

Is it possible to use the ScalaTest BDD syntax in a JUnit environment?

scala scalatest

Passing additional arguments to tests with ScalaTest

scala testing scalatest