License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing JMeter Application Testing & Monitoring |
GroupId | GroupIdorg.apache.jmeter |
ArtifactId | ArtifactIdApacheJMeter_junit-test |
Last Version | Last Version5.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache JMeter JUnit sample test classes
Apache JMeter is open source software, a 100% pure Java desktop application designed to load test
functional behavior and measure performance. It was originally designed for testing Web Applications but has
since expanded to other test functions.
|
Filename | Size |
---|---|
ApacheJMeter_junit-test-5.1.1.pom | |
ApacheJMeter_junit-test-5.1.1.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.jmeter/ApacheJMeter_junit-test/ -->
<dependency>
<groupId>org.apache.jmeter</groupId>
<artifactId>ApacheJMeter_junit-test</artifactId>
<version>5.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.jmeter/ApacheJMeter_junit-test/
implementation 'org.apache.jmeter:ApacheJMeter_junit-test:5.1.1'
// https://jarcasting.com/artifacts/org.apache.jmeter/ApacheJMeter_junit-test/
implementation ("org.apache.jmeter:ApacheJMeter_junit-test:5.1.1")
'org.apache.jmeter:ApacheJMeter_junit-test:jar:5.1.1'
<dependency org="org.apache.jmeter" name="ApacheJMeter_junit-test" rev="5.1.1">
<artifact name="ApacheJMeter_junit-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.jmeter', module='ApacheJMeter_junit-test', version='5.1.1')
)
libraryDependencies += "org.apache.jmeter" % "ApacheJMeter_junit-test" % "5.1.1"
[org.apache.jmeter/ApacheJMeter_junit-test "5.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.spockframework : spock-core | jar | 1.2-groovy-2.4 |
cglib : cglib-nodep | jar | 3.2.9 |
org.objenesis : objenesis | jar | 2.6 |
org.hamcrest : hamcrest-core | jar | 1.3 |
org.exparity : hamcrest-date | jar | 2.0.4 |