Last Version

Examples 0.1.3

An opinionated Java Testing Framework faithful to testing principles and best practices.

License

License

GroupId

GroupId

com.fitbur.testify.examples
ArtifactId

ArtifactId

examples
Version

Version

0.1.3
Type

Type

pom
Description

Description

Examples
An opinionated Java Testing Framework faithful to testing principles and best practices.
Project Organization

Project Organization

Sharmarke Aden

Download examples 0.1.3

Filename Size
examples-0.1.3.pom 3 KB
Browse

<!-- https://jarcasting.com/artifacts/com.fitbur.testify.examples/examples/ -->
<dependency>
    <groupId>com.fitbur.testify.examples</groupId>
    <artifactId>examples</artifactId>
    <version>0.1.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.fitbur.testify.examples/examples/
implementation 'com.fitbur.testify.examples:examples:0.1.3'
// https://jarcasting.com/artifacts/com.fitbur.testify.examples/examples/
implementation ("com.fitbur.testify.examples:examples:0.1.3")
'com.fitbur.testify.examples:examples:pom:0.1.3'
<dependency org="com.fitbur.testify.examples" name="examples" rev="0.1.3">
  <artifact name="examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.fitbur.testify.examples', module='examples', version='0.1.3')
)
libraryDependencies += "com.fitbur.testify.examples" % "examples" % "0.1.3"
[com.fitbur.testify.examples/examples "0.1.3"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • example-junit-unittest
  • example-junit-spring-integrationtest
  • example-junit-spring-systemtest
  • example-junit-springboot-systemtest