approvals-scala


License

License

Categories

Categories

Scala Languages
GroupId

GroupId

com.github.writethemfirst
ArtifactId

ArtifactId

approvals-scala_2.13
Last Version

Last Version

0.12.2
Release Date

Release Date

Type

Type

jar
Description

Description

approvals-scala
approvals-scala
Project URL

Project URL

https://github.com/WriteThemFirst/approvals-scala
Project Organization

Project Organization

com.github.writethemfirst
Source Code Management

Source Code Management

https://github.com/WriteThemFirst/approvals-scala

Download approvals-scala_2.13

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.writethemfirst/approvals-scala_2.13/ -->
<dependency>
    <groupId>com.github.writethemfirst</groupId>
    <artifactId>approvals-scala_2.13</artifactId>
    <version>0.12.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.writethemfirst/approvals-scala_2.13/
implementation 'com.github.writethemfirst:approvals-scala_2.13:0.12.2'
// https://jarcasting.com/artifacts/com.github.writethemfirst/approvals-scala_2.13/
implementation ("com.github.writethemfirst:approvals-scala_2.13:0.12.2")
'com.github.writethemfirst:approvals-scala_2.13:jar:0.12.2'
<dependency org="com.github.writethemfirst" name="approvals-scala_2.13" rev="0.12.2">
  <artifact name="approvals-scala_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.writethemfirst', module='approvals-scala_2.13', version='0.12.2')
)
libraryDependencies += "com.github.writethemfirst" % "approvals-scala_2.13" % "0.12.2"
[com.github.writethemfirst/approvals-scala_2.13 "0.12.2"]

Dependencies

compile (4)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.13.1
org.scalatest : scalatest_2.13 jar 3.1.0
com.github.writethemfirst : approvals-java jar 0.12.0
com.lihaoyi : pprint_2.13 jar 0.5.8

Project Modules

There are no modules declared in this project.

Write Them First!


Approvals-Scala

Approvals-Scala is a lightweight open source assertion/verification library to facilitate unit testing. It alleviates the burden of hand-writing assertions.

Get Approvals-Scala

Approvals-Scala is released on Bintray.

Sbt

In your build.sbt, add this dependency:

resolvers += Resolver.bintrayRepo("writethemfirst", "maven")

libraryDependencies += "com.github.writethemfirst" % "approvals-scala" % "1.0.1"

Sample project

First, if you'd just want a sample project to see it in action, we have one for you!

Help/Contribute

This project is completely open to any contributions! (and remember: feedback is a valuable contribution!)

Do not hesitate to:

  1. Submit issues about any feedbacks you may have about the library,
  2. Send us a Pull Request with any contribution you think about,
  3. Have a look at open issues if you want to find a topic to work on,

Before contributing though, please have a look at our Code of Conduct (because we value humans and their differences) and to our Contribution Guide (because we think that a few rules allow to work faster and safer).

Do not hesitate to discuss anything from those documents if you feel they need any modification though.

License

Our code is released under GNU General Public License v3.0.

com.github.writethemfirst

Write Them First!

Because we believe tests are to be written first, we decided to build tools to ease their development!

Versions

Version
0.12.2
0.12.1