jar

org.japprove : japprove-core

Maven & Gradle

Jan 22, 2020
2 usages
5 stars

org.japprove:japprove-core · The core part of jApprove that provides the basic testing functionality.

Table Of Contents

Latest Version

Download org.japprove : japprove-core JAR file - Latest Versions:

All Versions

Download org.japprove : japprove-core JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x

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 japprove-core-1.2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.japprove.config

├─ org.japprove.config.ApprovalTestingConfiguration.class - [JAR]

org.japprove.annotations

├─ org.japprove.annotations.ApprovalTest.class - [JAR]

org.japprove.differ

├─ org.japprove.differ.Differ.class - [JAR]

org.japprove.files

├─ org.japprove.files.JsonFile.class - [JAR]

├─ org.japprove.files.TextFile.class - [JAR]

org.japprove.exceptions

├─ org.japprove.exceptions.ApprovingFailedException.class - [JAR]

├─ org.japprove.exceptions.BaselineCandidateCreationFailedException.class - [JAR]

├─ org.japprove.exceptions.BaselineCandidateNotFoundException.class - [JAR]

├─ org.japprove.exceptions.BaselineCreationFailedException.class - [JAR]

├─ org.japprove.exceptions.BaselineNotFoundException.class - [JAR]

├─ org.japprove.exceptions.CopyingFailedException.class - [JAR]

├─ org.japprove.exceptions.DiffingFailedException.class - [JAR]

├─ org.japprove.exceptions.FileCreationFailedException.class - [JAR]

├─ org.japprove.exceptions.VerificationFailedException.class - [JAR]

org.japprove.approver

├─ org.japprove.approver.Approver.class - [JAR]

org.japprove.engine

├─ org.japprove.engine.ApprovalTestingEngine.class - [JAR]

org.japprove.exceptions.errors

├─ org.japprove.exceptions.errors.VerificationFailedError.class - [JAR]

├─ org.japprove.exceptions.errors.VersionNotApprovedError.class - [JAR]

org.japprove.repositories

├─ org.japprove.repositories.BaselineRepository.class - [JAR]

├─ org.japprove.repositories.BaselineRepositoryImpl.class - [JAR]

org.japprove.parameterresolver

├─ org.japprove.parameterresolver.ApprovalTestParameterResolver.class - [JAR]

├─ org.japprove.parameterresolver.JsonVerifierParameterResolver.class - [JAR]

├─ org.japprove.parameterresolver.StringVerifierParameterResolver.class - [JAR]

org.japprove.verifier

├─ org.japprove.verifier.JsonVerifier.class - [JAR]

├─ org.japprove.verifier.StringVerifier.class - [JAR]

├─ org.japprove.verifier.Verifier.class - [JAR]

Advertisement