License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.fitbur.testify.examples |
ArtifactId | ArtifactIdexample-junit-unittest |
Last Version | Last Version0.1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAn opinionated Java Testing Framework faithful to testing principles
and best practices.
|
Project Organization |
Project OrganizationSharmarke Aden |
<!-- https://jarcasting.com/artifacts/com.fitbur.testify.examples/example-junit-unittest/ -->
<dependency>
<groupId>com.fitbur.testify.examples</groupId>
<artifactId>example-junit-unittest</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.fitbur.testify.examples/example-junit-unittest/
implementation 'com.fitbur.testify.examples:example-junit-unittest:0.1.3'
// https://jarcasting.com/artifacts/com.fitbur.testify.examples/example-junit-unittest/
implementation ("com.fitbur.testify.examples:example-junit-unittest:0.1.3")
'com.fitbur.testify.examples:example-junit-unittest:jar:0.1.3'
<dependency org="com.fitbur.testify.examples" name="example-junit-unittest" rev="0.1.3">
<artifact name="example-junit-unittest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fitbur.testify.examples', module='example-junit-unittest', version='0.1.3')
)
libraryDependencies += "com.fitbur.testify.examples" % "example-junit-unittest" % "0.1.3"
[com.fitbur.testify.examples/example-junit-unittest "0.1.3"]
Group / Artifact | Type | Version |
---|---|---|
com.fitbur.testify.junit : unit-test | jar | 0.1.3 |
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.0.40-beta |
org.assertj : assertj-core | jar | 3.3.0 |