file-butler

A library to help apply tdd through help functions

License

License

GroupId

GroupId

dev.thiagosouto
ArtifactId

ArtifactId

file-butler
Last Version

Last Version

0.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

file-butler
A library to help apply tdd through help functions
Project URL

Project URL

https://github.com/othiagosouto/test-butler
Source Code Management

Source Code Management

https://github.com/othiagosouto/test-butler

Download file-butler

How to add to project

<!-- https://jarcasting.com/artifacts/dev.thiagosouto/file-butler/ -->
<dependency>
    <groupId>dev.thiagosouto</groupId>
    <artifactId>file-butler</artifactId>
    <version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/dev.thiagosouto/file-butler/
implementation 'dev.thiagosouto:file-butler:0.3.0'
// https://jarcasting.com/artifacts/dev.thiagosouto/file-butler/
implementation ("dev.thiagosouto:file-butler:0.3.0")
'dev.thiagosouto:file-butler:jar:0.3.0'
<dependency org="dev.thiagosouto" name="file-butler" rev="0.3.0">
  <artifact name="file-butler" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.thiagosouto', module='file-butler', version='0.3.0')
)
libraryDependencies += "dev.thiagosouto" % "file-butler" % "0.3.0"
[dev.thiagosouto/file-butler "0.3.0"]

Dependencies

runtime (3)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.4.20
com.google.code.gson : gson jar 2.8.6
com.squareup.moshi : moshi jar 1.11.0

test (2)

Group / Artifact Type Version
com.google.truth : truth jar 1.1
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

Test-butler

Test-butler is a lib to improve TDD experience with a collection of utils methods

License

Copyright 2020 Thiago Souto Silva de Barros Santos

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Versions

Version
0.3.0
0.2.0