MVN

tech.sirwellington.alchemy : alchemy-test

Maven & Gradle

Apr 28, 2019
23 usages
2 stars

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.

<dependency>
    <groupId>tech.sirwellington.alchemy</groupId>
    <artifactId>alchemy-test</artifactId>
    <version>2.6.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.sirwellington.alchemy : alchemy-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.2

All Versions

Choose a version of tech.sirwellington.alchemy : alchemy-test to add to Maven or Gradle - All Versions:

  • Version Updated
  • alchemy-test-2.6.2

    Apr 28, 2019
  • alchemy-test-2.6.1

    Mar 22, 2019
  • alchemy-test-2.6

    Feb 24, 2019
  • alchemy-test-2.5

    Jul 09, 2018
  • alchemy-test-2.4.1

    Jul 05, 2018
  • alchemy-test-2.4

    Jul 03, 2018
  • alchemy-test-2.3

    Jul 03, 2018
  • alchemy-test-2.2.4

    Jun 30, 2018
  • alchemy-test-2.2.3

    Jun 30, 2018
  • alchemy-test-2.2.2

    Jun 26, 2018
  • alchemy-test-2.2.1

    Dec 03, 2017
  • alchemy-test-2.2

    Jul 05, 2017
  • alchemy-test-2.1.1

    Jun 12, 2017
  • alchemy-test-2.1

    Jun 07, 2017
  • alchemy-test-2.0

    Jun 05, 2017
  • alchemy-test-1.7

    Jun 04, 2017
  • alchemy-test-1.6

    May 27, 2017
  • alchemy-test-1.5

    Feb 17, 2016
  • alchemy-test-1.4

    Dec 24, 2015
  • alchemy-test-1.3

    Dec 17, 2015
  • alchemy-test-1.2.1

    Nov 21, 2015
  • alchemy-test-1.2

    Nov 09, 2015
  • alchemy-test-1.1

    Oct 20, 2015

How to add a dependency to Maven

Add the following tech.sirwellington.alchemy : alchemy-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.sirwellington.alchemy</groupId>
    <artifactId>alchemy-test</artifactId>
    <version>2.6.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.sirwellington.alchemy : alchemy-test gradle dependency to your build.gradle file:

implementation 'tech.sirwellington.alchemy:alchemy-test:2.6.2'

Gradle Kotlin DSL: Add the following tech.sirwellington.alchemy : alchemy-test gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.sirwellington.alchemy:alchemy-test:2.6.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.sirwellington.alchemy : alchemy-test sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.sirwellington.alchemy" % "alchemy-test" % "2.6.2"