Skip to content
This repository has been archived by the owner on Mar 16, 2020. It is now read-only.

47degrees/LambdaTest

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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