Last Version

mysql-junit4 0.2

Convenience library for using embedded MySQL in Junt4 tests.

License

License

Categories

Categories

MySQL Data Databases JUnit Unit Testing
GroupId

GroupId

com.groupon.mysql
ArtifactId

ArtifactId

mysql-junit4
Version

Version

0.2
Type

Type

jar
Description

Description

mysql-junit4
Convenience library for using embedded MySQL in Junt4 tests.
Project URL

Project URL

https://github.com/groupon/mysql-junit4/
Project Organization

Project Organization

Groupon, Inc.
Source Code Management

Source Code Management

https://github.com/groupon/mysql-junit4/tree/master

Download mysql-junit4 0.2


<!-- https://jarcasting.com/artifacts/com.groupon.mysql/mysql-junit4/ -->
<dependency>
    <groupId>com.groupon.mysql</groupId>
    <artifactId>mysql-junit4</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.groupon.mysql/mysql-junit4/
implementation 'com.groupon.mysql:mysql-junit4:0.2'
// https://jarcasting.com/artifacts/com.groupon.mysql/mysql-junit4/
implementation ("com.groupon.mysql:mysql-junit4:0.2")
'com.groupon.mysql:mysql-junit4:jar:0.2'
<dependency org="com.groupon.mysql" name="mysql-junit4" rev="0.2">
  <artifact name="mysql-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.groupon.mysql', module='mysql-junit4', version='0.2')
)
libraryDependencies += "com.groupon.mysql" % "mysql-junit4" % "0.2"
[com.groupon.mysql/mysql-junit4 "0.2"]

Dependencies

compile (2)

Group / Artifact Type Version
com.groupon.mysql : mysql-embed jar 0.2
junit : junit jar 4.11

provided (2)

Group / Artifact Type Version
org.jdbi : jdbi jar 2.51
com.googlecode.flyway : flyway-core jar 2.2.1

test (1)

Group / Artifact Type Version
org.assertj : assertj-core jar 1.4.0

Project Modules

There are no modules declared in this project.