License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdnz.ac.waikato.modeljunit |
ArtifactId | ArtifactIdmodeljunit |
Last Version | Last Version2.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionModelJUnit
Java library and GUI for supporting Model-Based Testing.
The models are extended finite state machines (EFSM) that are written in Java.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
modeljunit-2.5.pom | |
modeljunit-2.5.jar | 497 KB |
modeljunit-2.5-sources.jar | 484 KB |
modeljunit-2.5-javadoc.jar | 1 MB |
modeljunit-2.5-jar-with-dependencies.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/nz.ac.waikato.modeljunit/modeljunit/ -->
<dependency>
<groupId>nz.ac.waikato.modeljunit</groupId>
<artifactId>modeljunit</artifactId>
<version>2.5</version>
</dependency>
// https://jarcasting.com/artifacts/nz.ac.waikato.modeljunit/modeljunit/
implementation 'nz.ac.waikato.modeljunit:modeljunit:2.5'
// https://jarcasting.com/artifacts/nz.ac.waikato.modeljunit/modeljunit/
implementation ("nz.ac.waikato.modeljunit:modeljunit:2.5")
'nz.ac.waikato.modeljunit:modeljunit:jar:2.5'
<dependency org="nz.ac.waikato.modeljunit" name="modeljunit" rev="2.5">
<artifact name="modeljunit" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.ac.waikato.modeljunit', module='modeljunit', version='2.5')
)
libraryDependencies += "nz.ac.waikato.modeljunit" % "modeljunit" % "2.5"
[nz.ac.waikato.modeljunit/modeljunit "2.5"]
Group / Artifact | Type | Version |
---|---|---|
asm : asm | jar | 3.1 |
net.sf.jung : jung-algorithms | jar | 2.0.1 |
net.sf.jung : jung-api | jar | 2.0.1 |
net.sf.jung : jung-graph-impl | jar | 2.0.1 |
net.sf.jung : jung-io | jar | 2.0.1 |
net.sf.jung : jung-jai | jar | 2.0.1 |
net.sf.jung : jung-visualization | jar | 2.0.1 |
junit : junit | jar | 4.4 |
org.uispec4j : uispec4j | jar | 2.4 |