a

alchemy-test

Part of the Alchemy collection. Testing your code should be as fun and simple as writing it. Alchemy Test is a Unit Test Library that makes it easier to test your code by providing syntactic sugar for unit-testing and mocking.
https://github.com/SirWellington/alchemy-test
Files download
File Operation
alchemy-test-2.6.jar download
alchemy-test-2.6.pom download
alchemy-test-2.6-sources.jar download
Apache Maven
<dependency>
  <groupId>tech.sirwellington.alchemy</groupId>
  <artifactId>alchemy-test</artifactId>
  <version>2.6</version>
</dependency>
Gradle Groovy
implementation 'tech.sirwellington.alchemy:alchemy-test:2.6'
Gradle Kotlin
implementation("tech.sirwellington.alchemy:alchemy-test:2.6")
Scala SBT
libraryDependencies += "tech.sirwellington.alchemy" % "alchemy-test" % "2.6"
Groovy Grape
@Grapes(
  @Grab(group='tech.sirwellington.alchemy', module='alchemy-test', version='2.6')
)
Apache Ivy
<dependency org="tech.sirwellington.alchemy" name="alchemy-test" rev="2.6" />
Leiningen
[tech.sirwellington.alchemy/alchemy-test "2.6"]
Apache Buildr
'tech.sirwellington.alchemy:alchemy-test:jar:2.6'