JUnit 4
JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks.
For more information, please visit:
License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.github.baev |
ArtifactId | ArtifactIdjunit-model |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJunit Model
The parent pom.xml for our open source projects
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
junit-model-1.0.pom | |
junit-model-1.0.jar | 16 KB |
junit-model-1.0-sources.jar | 9 KB |
junit-model-1.0-javadoc.jar | 76 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.baev/junit-model/ -->
<dependency>
<groupId>com.github.baev</groupId>
<artifactId>junit-model</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.baev/junit-model/
implementation 'com.github.baev:junit-model:1.0'
// https://jarcasting.com/artifacts/com.github.baev/junit-model/
implementation ("com.github.baev:junit-model:1.0")
'com.github.baev:junit-model:jar:1.0'
<dependency org="com.github.baev" name="junit-model" rev="1.0">
<artifact name="junit-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.baev', module='junit-model', version='1.0')
)
libraryDependencies += "com.github.baev" % "junit-model" % "1.0"
[com.github.baev/junit-model "1.0"]
JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks.
For more information, please visit: