COLA Tests

COLA Tests is a plugin that automatically injects BDD stories into normal JUnit POJOs.

License

License

Categories

Categories

Gradle Build Tools Ant
GroupId

GroupId

com.github.bmsantos
ArtifactId

ArtifactId

cola-gradle-plugin
Last Version

Last Version

0.5.0
Release Date

Release Date

Type

Type

jar
Description

Description

COLA Tests
COLA Tests is a plugin that automatically injects BDD stories into normal JUnit POJOs.

Download cola-gradle-plugin

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.bmsantos/cola-gradle-plugin/ -->
<dependency>
    <groupId>com.github.bmsantos</groupId>
    <artifactId>cola-gradle-plugin</artifactId>
    <version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bmsantos/cola-gradle-plugin/
implementation 'com.github.bmsantos:cola-gradle-plugin:0.5.0'
// https://jarcasting.com/artifacts/com.github.bmsantos/cola-gradle-plugin/
implementation ("com.github.bmsantos:cola-gradle-plugin:0.5.0")
'com.github.bmsantos:cola-gradle-plugin:jar:0.5.0'
<dependency org="com.github.bmsantos" name="cola-gradle-plugin" rev="0.5.0">
  <artifact name="cola-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bmsantos', module='cola-gradle-plugin', version='0.5.0')
)
libraryDependencies += "com.github.bmsantos" % "cola-gradle-plugin" % "0.5.0"
[com.github.bmsantos/cola-gradle-plugin "0.5.0"]

Dependencies

compile (2)

Group / Artifact Type Version
com.github.bmsantos : cola-tests jar 0.5.0
org.codehaus.plexus : plexus-utils jar 3.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.hamcrest : hamcrest-library jar 1.3

Project Modules

There are no modules declared in this project.

Versions

Version
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
0.0.3