Multi 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.

License

License

GroupId

GroupId

fi.vincit
ArtifactId

ArtifactId

multi-user-test-runner
Last Version

Last Version

1.0.0-beta1
Release Date

Release Date

Type

Type

jar
Description

Description

Multi 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

https://Vincit.github.io/multi-user-test-runner/
Source Code Management

Source Code Management

https://github.com/Vincit/multi-user-test-runner

Download multi-user-test-runner

How to add to project

<!-- 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"]

Dependencies

test (3)

Group / Artifact Type Version
org.hamcrest : hamcrest-all jar 1.3
junit : junit jar 4.12
org.mockito : mockito-all jar 1.10.19

Project Modules

There are no modules declared in this project.
fi.vincit

Vincit

Software Development Expert

Versions

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