Scala provides a choice of different testing frameworks, but I wonder if there are differences in the m开发者_C百科aturity and stability they have and which distinct features they provide.
Revision 5 of my code has an error when running the tests using SBT: https://www.assembla.com/code/opyate-scala-graph-fork-sbt/subversion/changesets/5
ScalaTest has very good documentation but they are short and do not give an example of acceptance test.
Does anyone know how to show a custom failure message in ScalaTest? For example: 开发者_运维百科NumberOfElements() should equal (5)
I\'m fairly new with ScalaTest, and now that I\'ve got it running with Maven, of course I\'d like to have it working well in Eclipse as well. My project is a Java project, but I want to improve my Sca
I have a Maven/Java project I\'ve been working on for years, and I wanted to take JavaPosse\'s advice and start writing my tests in Scala. I\'ve written a few tests following ScalaTest\'s JUnit4 quick
In relation to a previous question, I\'d like to have multiple test folders for different types of test and be able to execute the tests contained in each folder with a separate SBT action.
We\'d like to set up our SBT project so that we have multip开发者_如何学Cle test folders as opposed to one. So we\'d like to see:
how to let SBT generate more detailed outputs of tests? Now only thing I get is the name of method and stack trace - I would like to have some more control over it, to get rid of stack trace, and poss
is there any conven开发者_运维知识库ient way execute tests on multiple data sets - like in JUnit\'s parametrized tests?There\'s a new feature for testing multiple data sets coming in ScalaTest 1.5, wh