S

ScaffoldUnit

ScaffoldUnit will help you to prepare the database data context when you do unit test.
https://github.com/alexxiyang/ScaffoldUnit
The Apache Software License, Version 2.0
Alex Yang
Files download
File Operation
ScaffoldUnit-1.0.0-RELEASE.jar download
ScaffoldUnit-1.0.0-RELEASE.pom download
ScaffoldUnit-1.0.0-RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>org.crazycake</groupId>
  <artifactId>ScaffoldUnit</artifactId>
  <version>1.0.0-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.crazycake:ScaffoldUnit:1.0.0-RELEASE'
Gradle Kotlin
implementation("org.crazycake:ScaffoldUnit:1.0.0-RELEASE")
Scala SBT
libraryDependencies += "org.crazycake" % "ScaffoldUnit" % "1.0.0-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.crazycake', module='ScaffoldUnit', version='1.0.0-RELEASE')
)
Apache Ivy
<dependency org="org.crazycake" name="ScaffoldUnit" rev="1.0.0-RELEASE" />
Leiningen
[org.crazycake/ScaffoldUnit "1.0.0-RELEASE"]
Apache Buildr
'org.crazycake:ScaffoldUnit:jar:1.0.0-RELEASE'