is not current version
Last Version 5.0.0

Testing Utilities 4.1.0

This module contains a number of utilities and helpers to help with testing. It consists of a number of mostly independent parts.

License

License

Categories

Categories

Net
GroupId

GroupId

net.morimekta.utils
ArtifactId

ArtifactId

testing
Version

Version

4.1.0
Type

Type

jar
Description

Description

Testing Utilities
This module contains a number of utilities and helpers to help with testing. It consists of a number of mostly independent parts.
Project URL

Project URL

https://gitlab.com/morimekta/utils-testing
Source Code Management

Source Code Management

https://gitlab.com/morimekta/utils-testing.git

Download testing 4.1.0


<!-- https://jarcasting.com/artifacts/net.morimekta.utils/testing/ -->
<dependency>
    <groupId>net.morimekta.utils</groupId>
    <artifactId>testing</artifactId>
    <version>4.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.morimekta.utils/testing/
implementation 'net.morimekta.utils:testing:4.1.0'
// https://jarcasting.com/artifacts/net.morimekta.utils/testing/
implementation ("net.morimekta.utils:testing:4.1.0")
'net.morimekta.utils:testing:jar:4.1.0'
<dependency org="net.morimekta.utils" name="testing" rev="4.1.0">
  <artifact name="testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.morimekta.utils', module='testing', version='4.1.0')
)
libraryDependencies += "net.morimekta.utils" % "testing" % "4.1.0"
[net.morimekta.utils/testing "4.1.0"]

Dependencies

test (3)

Group / Artifact Type Version
org.hamcrest : hamcrest-library jar 2.2
org.junit.jupiter : junit-jupiter jar 5.8.1
org.mockito : mockito-junit-jupiter jar 3.12.4

Project Modules

There are no modules declared in this project.