View on GitHub

Multi User Test Runner

JUnit (4.12+) test runner for integration testing web-app authorization with multiple users

Main Docs Latest JavaDoc Changelog Example

Multi User Test Runner

1.0.0-beta1

Changes

Breaking Changes

Version 1.0 removes deprecated APIs and feature in order to make the library cleaner and easier to use. Expectation API2 is from now onwards known as Expectation API. From 1.0 onwards the API will considered stable.

Migration Guide

Since the old methods for writing the tests have been removed the tests using these methods should be migrated to the new API.

The API introduced in 0.5 has changed slightly so some modifications are needed even for the tests using newer APIs. Most notably the package has been changed from fi.vincit.multiusertest.rule.expectation2 to fi.vincit.multiusertest.rule.expectation and package fi.vincit.multiusertest.rule.expection classes have been moved under fi.vincit.multiusertest.rule.expectation.

0.5.0

Changes

Version 0.5 aim is to clean APIs and code base from legacy code. This will break backwards compatibility.

Breaking Changes

0.4.0

Changes

Breaking Changes

0.3.0

Changes

Breaking Changes

0.3.0-RC2

Changes

0.3.0-RC1

Changes

Breaking Changes

0.2 (Internal Release)

Changes

Breaking Changes

0.1 (Internal Release)

Changes/Features