jar

de.a9d3.testing : base-test

Maven & Gradle

Oct 23, 2019
17 stars

base-test · A project which helps you testing your java classes for basic things like getter==setter, hashCode and equals methods and other programming schemas. Also provides a convenient way to instantiate classes with seeded random data.

Table Of Contents

Latest Version

Download de.a9d3.testing : base-test JAR file - Latest Versions:

All Versions

Download de.a9d3.testing : base-test JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x
0.0.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 base-test-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

de.a9d3.testing.tuple

├─ de.a9d3.testing.tuple.MethodTuple.class - [JAR]

├─ de.a9d3.testing.tuple.Tuple.class - [JAR]

de.a9d3.testing.checks

├─ de.a9d3.testing.checks.CheckHelperFunctions.class - [JAR]

├─ de.a9d3.testing.checks.CheckInterface.class - [JAR]

├─ de.a9d3.testing.checks.CopyConstructorCheck.class - [JAR]

├─ de.a9d3.testing.checks.DefensiveCopyingCheck.class - [JAR]

├─ de.a9d3.testing.checks.EmptyCollectionCheck.class - [JAR]

├─ de.a9d3.testing.checks.GetterIsSetterCheck.class - [JAR]

├─ de.a9d3.testing.checks.HashcodeAndEqualsCheck.class - [JAR]

├─ de.a9d3.testing.checks.PublicVariableCheck.class - [JAR]

de.a9d3.testing.executer.exception

├─ de.a9d3.testing.executer.exception.CheckFailedException.class - [JAR]

de.a9d3.testing.testdata

├─ de.a9d3.testing.testdata.TestDataProvider.class - [JAR]

├─ de.a9d3.testing.testdata.TestDataStatics.class - [JAR]

de.a9d3.testing.executer

├─ de.a9d3.testing.executer.Executor.class - [JAR]

├─ de.a9d3.testing.executer.SingleThreadExecutor.class - [JAR]

de.a9d3.testing.method

├─ de.a9d3.testing.method.GenericMatcher.class - [JAR]

├─ de.a9d3.testing.method.GetterSetterMatcher.class - [JAR]

├─ de.a9d3.testing.method.IsSetterMatcher.class - [JAR]

├─ de.a9d3.testing.method.MethodMatcherInterface.class - [JAR]

de.a9d3.testing

├─ de.a9d3.testing.GlobalStatics.class - [JAR]

de.a9d3.testing.method_extractor

├─ de.a9d3.testing.method_extractor.GetterIsSetterExtractor.class - [JAR]

├─ de.a9d3.testing.method_extractor.MethodExtractor.class - [JAR]