License |
License |
---|---|
GroupId | GroupIdorg.itest |
ArtifactId | ArtifactIditest-scenario |
Version | Version1.5.0 |
Type | Typejar |
Description |
Descriptionitest-scenario
Java ITest Framework is designed to simplify unit testing to minimum.
You define tests by providing initial data and expected result data.
The test data are placed just in your source code you want to test, as java annotations.
|
Project URL |
Project URL |
Filename | Size |
---|---|
itest-scenario-1.5.0.pom | |
itest-scenario-1.5.0.jar | 11 KB |
itest-scenario-1.5.0-sources.jar | 5 KB |
itest-scenario-1.5.0-javadoc.jar | 65 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.itest/itest-scenario/ -->
<dependency>
<groupId>org.itest</groupId>
<artifactId>itest-scenario</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.itest/itest-scenario/
implementation 'org.itest:itest-scenario:1.5.0'
// https://jarcasting.com/artifacts/org.itest/itest-scenario/
implementation ("org.itest:itest-scenario:1.5.0")
'org.itest:itest-scenario:jar:1.5.0'
<dependency org="org.itest" name="itest-scenario" rev="1.5.0">
<artifact name="itest-scenario" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.itest', module='itest-scenario', version='1.5.0')
)
libraryDependencies += "org.itest" % "itest-scenario" % "1.5.0"
[org.itest/itest-scenario "1.5.0"]
Group / Artifact | Type | Version |
---|---|---|
org.itest : itest-engine | jar | 1.5.0 |
org.springframework : spring-context | jar | 2.5.6.SEC03 |