| License |
License |
|---|---|
| GroupId | GroupIdfi.vincit |
| ArtifactId | ArtifactIdmulti-user-test-runner |
| Last Version | Last Version1.0.0-beta1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMulti User Test Runner
JUnit 4.12+ test runner for testing authentication with multiple users. Makes testing
authorization with multiple user/role combination easier and reduces amount of boilerplate
code.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/fi.vincit/multi-user-test-runner/ -->
<dependency>
<groupId>fi.vincit</groupId>
<artifactId>multi-user-test-runner</artifactId>
<version>1.0.0-beta1</version>
</dependency>
// https://jarcasting.com/artifacts/fi.vincit/multi-user-test-runner/
implementation 'fi.vincit:multi-user-test-runner:1.0.0-beta1'
// https://jarcasting.com/artifacts/fi.vincit/multi-user-test-runner/
implementation ("fi.vincit:multi-user-test-runner:1.0.0-beta1")
'fi.vincit:multi-user-test-runner:jar:1.0.0-beta1'
<dependency org="fi.vincit" name="multi-user-test-runner" rev="1.0.0-beta1">
<artifact name="multi-user-test-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='fi.vincit', module='multi-user-test-runner', version='1.0.0-beta1')
)
libraryDependencies += "fi.vincit" % "multi-user-test-runner" % "1.0.0-beta1"
[fi.vincit/multi-user-test-runner "1.0.0-beta1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.hamcrest : hamcrest-all | jar | 1.3 |
| junit : junit | jar | 4.12 |
| org.mockito : mockito-all | jar | 1.10.19 |
| Version |
|---|
|
1.0.0-beta1
|
|
0.5.0
|
|
0.5.0-beta2
|
|
0.5.0-beta1
|
|
0.4.0
|
|
0.4.0-RC2
|
|
0.4.0-RC1
|
|
0.3.0
|
|
0.3.0-RC2
|
|
0.3.0-RC1
|