License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.nordstrom.tools |
ArtifactId | ArtifactIdjunit-foundation |
Version | Version15.2.1 |
Type | Typejar |
Description |
DescriptionJUnit Foundation
This is the foundation framework for JUnit automation
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
junit-foundation-15.2.1.pom | |
junit-foundation-15.2.1.jar | 81 KB |
junit-foundation-15.2.1-sources.jar | 51 KB |
junit-foundation-15.2.1-javadoc.jar | 580 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nordstrom.tools/junit-foundation/ -->
<dependency>
<groupId>com.nordstrom.tools</groupId>
<artifactId>junit-foundation</artifactId>
<version>15.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.nordstrom.tools/junit-foundation/
implementation 'com.nordstrom.tools:junit-foundation:15.2.1'
// https://jarcasting.com/artifacts/com.nordstrom.tools/junit-foundation/
implementation ("com.nordstrom.tools:junit-foundation:15.2.1")
'com.nordstrom.tools:junit-foundation:jar:15.2.1'
<dependency org="com.nordstrom.tools" name="junit-foundation" rev="15.2.1">
<artifact name="junit-foundation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nordstrom.tools', module='junit-foundation', version='15.2.1')
)
libraryDependencies += "com.nordstrom.tools" % "junit-foundation" % "15.2.1"
[com.nordstrom.tools/junit-foundation "15.2.1"]
Group / Artifact | Type | Version |
---|---|---|
com.nordstrom.tools : java-utils | jar | 2.0.0 |
com.nordstrom.tools : settings | jar | 2.3.5 |
junit : junit | jar | 4.13.2 |
net.bytebuddy : byte-buddy | jar | 1.10.3 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
com.google.guava : guava | jar | 30.1-android |
pl.pragmatists : JUnitParams | jar | 1.1.1 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.10 |
net.bytebuddy : byte-buddy-agent | jar | 1.10.3 |
org.powermock : powermock-module-junit4 | jar | 2.0.9 |
org.powermock : powermock-api-mockito2 | jar | 2.0.9 |