Tagged Questions
2
votes
1answer
131 views
What is a domain of automatic testing tools such as ScalaCheck?
I've seen not so many examples of testing with automatic tools, i.e. serializing/deserializing of JSON (which was paired in the following way:
val actual = deserialize(serialize(string))), checking ...