jar

com.github.uscexp : jApiRecorder

Maven & Gradle

Oct 29, 2018
0 stars

A dynamic proxy to record and replay API method calls e.g. for testing porposes.

Table Of Contents

Latest Version

Download com.github.uscexp : jApiRecorder JAR file - Latest Versions:

All Versions

Download com.github.uscexp : jApiRecorder JAR file - All Versions:

Version Vulnerabilities Size Updated
1.4.x
1.3.x
1.2.x
1.1.x
1.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 jApiRecorder-1.4.0-Beta.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.uscexp.apirecorder.exception

├─ com.github.uscexp.apirecorder.exception.ContentTypeStrategyException.class - [JAR]

├─ com.github.uscexp.apirecorder.exception.ReadWriteStrategyException.class - [JAR]

├─ com.github.uscexp.apirecorder.exception.RecordReplayException.class - [JAR]

├─ com.github.uscexp.apirecorder.exception.ReplacementValueException.class - [JAR]

├─ com.github.uscexp.apirecorder.exception.ReplacementValueTreatmentException.class - [JAR]

com.github.uscexp.apirecorder

├─ com.github.uscexp.apirecorder.RecordInformation.class - [JAR]

├─ com.github.uscexp.apirecorder.RecordReplayConfiguration.class - [JAR]

├─ com.github.uscexp.apirecorder.RecordReplayManager.class - [JAR]

├─ com.github.uscexp.apirecorder.RecordReplayMode.class - [JAR]

com.github.uscexp.apirecorder.readwritestrategy

├─ com.github.uscexp.apirecorder.readwritestrategy.H2DbMode.class - [JAR]

├─ com.github.uscexp.apirecorder.readwritestrategy.H2ReadWriteStrategy.class - [JAR]

├─ com.github.uscexp.apirecorder.readwritestrategy.ReadWriteStrategy.class - [JAR]

com.github.uscexp.apirecorder.attributereplacement.replacementvalues

├─ com.github.uscexp.apirecorder.attributereplacement.replacementvalues.AbstractReplacementValue.class - [JAR]

├─ com.github.uscexp.apirecorder.attributereplacement.replacementvalues.ReplacementArgumentValue.class - [JAR]

├─ com.github.uscexp.apirecorder.attributereplacement.replacementvalues.ReplacementCommandTreatedValue.class - [JAR]

├─ com.github.uscexp.apirecorder.attributereplacement.replacementvalues.ReplacementGivenValue.class - [JAR]

├─ com.github.uscexp.apirecorder.attributereplacement.replacementvalues.ReplacementValue.class - [JAR]

├─ com.github.uscexp.apirecorder.attributereplacement.replacementvalues.ReplacementValueFactory.class - [JAR]

├─ com.github.uscexp.apirecorder.attributereplacement.replacementvalues.ReplacementValueImpl.class - [JAR]

com.github.uscexp.apirecorder.latencysimulation

├─ com.github.uscexp.apirecorder.latencysimulation.LatencyConfiguration.class - [JAR]

├─ com.github.uscexp.apirecorder.latencysimulation.LatencyData.class - [JAR]

├─ com.github.uscexp.apirecorder.latencysimulation.LatencyType.class - [JAR]

├─ com.github.uscexp.apirecorder.latencysimulation.Trace.class - [JAR]

com.github.uscexp.apirecorder.attributereplacement

├─ com.github.uscexp.apirecorder.attributereplacement.AttributeValueReplacer.class - [JAR]

├─ com.github.uscexp.apirecorder.attributereplacement.ReplacementConfiguration.class - [JAR]

com.github.uscexp.apirecorder.attributereplacement.replacementtreatment

├─ com.github.uscexp.apirecorder.attributereplacement.replacementtreatment.DateAddTreatment.class - [JAR]

├─ com.github.uscexp.apirecorder.attributereplacement.replacementtreatment.ReplacementValueTreatment.class - [JAR]

com.github.uscexp.apirecorder.contenttypestrategy

├─ com.github.uscexp.apirecorder.contenttypestrategy.ContentTypeStrategy.class - [JAR]

├─ com.github.uscexp.apirecorder.contenttypestrategy.XStreamContentTypeStrategy.class - [JAR]

Advertisement