- Scala Test-Driven Development
- Gaurav Sood
- 143字
- 2021-07-08 10:44:58
Testing frameworks
A testing framework is used for the automated testing of software. It is primarily a collection of postulations, perceptions, and observations which support automated testing of application code. Testing frameworks are not limited to just unit testing, they can very well be used for integration, smoke, and acceptance testing. There are two main frameworks for testing application code written in Scala: ScalaTest and Specs2. Both are equally easy to use and the choice of one over the other will depend on your testing approach. For example, ScalaTest uses the JUnit like testing structure, whereas the Specs2 test by itself is not prosaic but cleaves more closely to an immutability ideal.
ScalaTest is arguably more popular as it makes a transition from JUnit easier. For this reason, we will start with ScalaTest and in later chapters we will compare them both.
- Learning NServiceBus(Second Edition)
- ExtGWT Rich Internet Application Cookbook
- Visual Basic程序設(shè)計(jì)教程
- Learning AWS Lumberyard Game Development
- 基于差分進(jìn)化的優(yōu)化方法及應(yīng)用
- Visual C++串口通信技術(shù)詳解(第2版)
- Bootstrap 4 Cookbook
- jQuery技術(shù)內(nèi)幕:深入解析jQuery架構(gòu)設(shè)計(jì)與實(shí)現(xiàn)原理
- Mudbox 2013 Cookbook
- Java EE 7 Development with WildFly
- Implementing Domain:Specific Languages with Xtext and Xtend
- 生成藝術(shù):Processing視覺(jué)創(chuàng)意入門(mén)
- Learning QGIS(Second Edition)
- 深入理解C++11:C++11新特性解析與應(yīng)用
- Mastering Python for Data Science