项目作者: 47degrees

项目描述 :
Functional testing for Scala.
高级语言: Scala
项目地址: git://github.com/47degrees/LambdaTest.git
创建时间: 2016-08-24T19:42:18Z
项目社区:https://github.com/47degrees/LambdaTest

开源协议:Apache License 2.0

下载


Latest version
Build Status
codecov.io
Maven Central
License

LambdaTest (ABANDONED)

DEPRECATION NOTICE

The LambdaTest was a small Scala library, written in a functional style, to write test suites for Scala code. It was developed between Nov 2016 and May 2018.
47 Degrees has discontinued the development and maintenance of this library. The source code is left here for those interested in studying it.

Introduction

LambdaTest is a testing library for Scala code.

LambdaTest has the following features.

  • Written entirely in Scala.
  • Fully functional using immutable testing state.
  • Simple with relatively little code (less than 1K lines of Scala).
  • Easy to customize and extend.
  • Can include ScalaCheck properties as tests.
  • Tests can be run either via SBT or directly.

Documentation

Blog Posts