| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing |
| GroupId | GroupIdorg.sodatest |
| ArtifactId | ArtifactIdsodatest-junit |
| Version | Version0.2.1 |
| Type | Typejar |
| Description |
DescriptionSodaTest JUnit Integration
contains the JUnitSodaTestLauncherTestBase which you can create subclasses of in your own test tree to easily get JUnit running your SodaTests.
|
| Project Organization |
Project OrganizationBelmont Technology Pty Ltd |
| Filename | Size |
|---|---|
| sodatest-junit-0.2.1.pom | |
| sodatest-junit-0.2.1.jar | 24 KB |
| sodatest-junit-0.2.1-sources.jar | 7 KB |
| sodatest-junit-0.2.1-javadoc.jar | 32 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.sodatest/sodatest-junit/ -->
<dependency>
<groupId>org.sodatest</groupId>
<artifactId>sodatest-junit</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.sodatest/sodatest-junit/
implementation 'org.sodatest:sodatest-junit:0.2.1'
// https://jarcasting.com/artifacts/org.sodatest/sodatest-junit/
implementation ("org.sodatest:sodatest-junit:0.2.1")
'org.sodatest:sodatest-junit:jar:0.2.1'
<dependency org="org.sodatest" name="sodatest-junit" rev="0.2.1">
<artifact name="sodatest-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sodatest', module='sodatest-junit', version='0.2.1')
)
libraryDependencies += "org.sodatest" % "sodatest-junit" % "0.2.1"
[org.sodatest/sodatest-junit "0.2.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.sodatest : sodatest-runtime | jar | 0.2.1 |
| org.scala-lang : scala-library | jar | 2.8.1 |
| junit : junit | jar | 4.5 |