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.yugabyte |
| ArtifactId | ArtifactIdjunit |
| Last Version | Last Version4.12-yb-1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJUnit
JUnit is a unit testing framework for Java, created by Erich Gamma and Kent Beck.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| junit-4.12-yb-1.pom | |
| junit-4.12-yb-1.jar | 306 KB |
| junit-4.12-yb-1-sources.jar | 196 KB |
| junit-4.12-yb-1-javadoc.jar | 978 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.yugabyte/junit/ -->
<dependency>
<groupId>com.yugabyte</groupId>
<artifactId>junit</artifactId>
<version>4.12-yb-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.yugabyte/junit/
implementation 'com.yugabyte:junit:4.12-yb-1'
// https://jarcasting.com/artifacts/com.yugabyte/junit/
implementation ("com.yugabyte:junit:4.12-yb-1")
'com.yugabyte:junit:jar:4.12-yb-1'
<dependency org="com.yugabyte" name="junit" rev="4.12-yb-1">
<artifact name="junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yugabyte', module='junit', version='4.12-yb-1')
)
libraryDependencies += "com.yugabyte" % "junit" % "4.12-yb-1"
[com.yugabyte/junit "4.12-yb-1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.hamcrest : hamcrest-core | jar | 1.3 |
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:
| Version |
|---|
|
4.12-yb-1
|