Skip to content
This repository has been archived by the owner on Jul 25, 2021. It is now read-only.

cjww-development/testing-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apache-2.0 license Download

testing-framework

To utilise this library add this to your sbt build file.

"com.cjww-dev.libs" % "testing-framework_2.13" % "x.x.x" 

To may also need to add this resolver to your sbt build file.

resolvers ++= Seq("cjww-dev" at "http://dl.bintray.com/cjww-development/releases")
Major Version Scala Version
1.x.x - 2.x.x 2.11.x
3.x.x. 2.12.x
4.x.x 2.13.x

About

'testing-framework' has been created to provide a 'one stop shop' for everything that you might need when writing unit tests or integration tests in an SBT project or a scala play project.

License

This code is open source software licensed under the Apache 2.0 License