jar

com.github.writethemfirst : approvals-java

Maven & Gradle

Oct 14, 2019
4 usages
8 stars

Approvals-Java · Approval testing library for Java. Alleviates the burden of hand-writing assertions.

Table Of Contents

Latest Version

Download com.github.writethemfirst : approvals-java JAR file - Latest Versions:

All Versions

Download com.github.writethemfirst : approvals-java JAR file - All Versions:

Version Vulnerabilities Size Updated
0.12.x
0.11.x
0.10.x
0.9.x
0.8.x
0.7.x
0.6.x
0.5.x
0.4.x
0.4
0.3

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window approvals-java-0.12.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.writethemfirst.approvals

├─ com.github.writethemfirst.approvals.Approvals.class - [JAR]

├─ com.github.writethemfirst.approvals.Reporter.class - [JAR]

com.github.writethemfirst.approvals.utils

├─ com.github.writethemfirst.approvals.utils.CommandFinder.class - [JAR]

├─ com.github.writethemfirst.approvals.utils.ExecutableCommand.class - [JAR]

├─ com.github.writethemfirst.approvals.utils.FileUtils.class - [JAR]

├─ com.github.writethemfirst.approvals.utils.FileVisitorWithResult.class - [JAR]

├─ com.github.writethemfirst.approvals.utils.FunctionUtils.class - [JAR]

├─ com.github.writethemfirst.approvals.utils.StringUtils.class - [JAR]

com.github.writethemfirst.approvals.reporters.windows

├─ com.github.writethemfirst.approvals.reporters.windows.Windows.class - [JAR]

com.github.writethemfirst.approvals.reporters.linux

├─ com.github.writethemfirst.approvals.reporters.linux.Linux.class - [JAR]

com.github.writethemfirst.approvals.files

├─ com.github.writethemfirst.approvals.files.ApprovalFiles.class - [JAR]

├─ com.github.writethemfirst.approvals.files.ApprovalFolders.class - [JAR]

├─ com.github.writethemfirst.approvals.files.MatchesAndMismatches.class - [JAR]

com.github.writethemfirst.approvals.utils.stack

├─ com.github.writethemfirst.approvals.utils.stack.FindCaller.class - [JAR]

├─ com.github.writethemfirst.approvals.utils.stack.JavaDefaultFindCaller.class - [JAR]

├─ com.github.writethemfirst.approvals.utils.stack.StackUtils.class - [JAR]

com.github.writethemfirst.approvals.reporters

├─ com.github.writethemfirst.approvals.reporters.CommandReporter.class - [JAR]

├─ com.github.writethemfirst.approvals.reporters.CommandReporterSpec.class - [JAR]

├─ com.github.writethemfirst.approvals.reporters.FirstWorkingReporter.class - [JAR]

├─ com.github.writethemfirst.approvals.reporters.ReporterConfiguration.class - [JAR]

├─ com.github.writethemfirst.approvals.reporters.SupportedOs.class - [JAR]

├─ com.github.writethemfirst.approvals.reporters.ThrowsReporter.class - [JAR]

com.github.writethemfirst.approvals.utils.functions

├─ com.github.writethemfirst.approvals.utils.functions.Function1.class - [JAR]

├─ com.github.writethemfirst.approvals.utils.functions.Function2.class - [JAR]

├─ com.github.writethemfirst.approvals.utils.functions.Function3.class - [JAR]

├─ com.github.writethemfirst.approvals.utils.functions.Function4.class - [JAR]

├─ com.github.writethemfirst.approvals.utils.functions.Function5.class - [JAR]

com.github.writethemfirst.approvals.approvers

├─ com.github.writethemfirst.approvals.approvers.Approver.class - [JAR]

com.github.writethemfirst.approvals.reporters.macos

├─ com.github.writethemfirst.approvals.reporters.macos.MacOs.class - [JAR]