License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdorg.sodatest |
ArtifactId | ArtifactIdsodatest-examples-junit |
Last Version | Last Version0.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSodaTest JUnit Integration Example
An example of how the sodatest-junit artefact can be used to create a hierarchical structure of test sub-trees.
|
Project Organization |
Project OrganizationBelmont Technology Pty Ltd |
Filename | Size |
---|---|
sodatest-examples-junit-0.2.1.pom | |
sodatest-examples-junit-0.2.1.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sodatest/sodatest-examples-junit/ -->
<dependency>
<groupId>org.sodatest</groupId>
<artifactId>sodatest-examples-junit</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.sodatest/sodatest-examples-junit/
implementation 'org.sodatest:sodatest-examples-junit:0.2.1'
// https://jarcasting.com/artifacts/org.sodatest/sodatest-examples-junit/
implementation ("org.sodatest:sodatest-examples-junit:0.2.1")
'org.sodatest:sodatest-examples-junit:jar:0.2.1'
<dependency org="org.sodatest" name="sodatest-examples-junit" rev="0.2.1">
<artifact name="sodatest-examples-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sodatest', module='sodatest-examples-junit', version='0.2.1')
)
libraryDependencies += "org.sodatest" % "sodatest-examples-junit" % "0.2.1"
[org.sodatest/sodatest-examples-junit "0.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.8.1 |
Group / Artifact | Type | Version |
---|---|---|
org.sodatest : sodatest-junit | jar | 0.2.1 |