Package de.hybris.platform.sap.core.jco.rec
-
Interface Summary Interface Description RepositoryPlayback Interface for the PLAYBACK mode of the JCoRecorder.
There should be an implementation for every version of the repository-file.
For instance: JCoRecRepository for originally version of the repository-file. RepositoryPlayback100 for the first revised repository-file version.RepositoryPlaybackFactory This factory creates new instances ofRepositoryPlaybackimplementations depending on the RepositoryVersion in the repository-file.RepositoryRecording Interface for the RECORDING mode of the JCoRecorder.
There should be an implementation for every version of the repository-file.
For instance: JCoRecRepository for originally version of the repository-file. RepositoryRecording100 for the first revised repository-file version.RepositoryRecordingFactory This factory creates new instances of theRepositoryRecordingimplementations.VersionReader This interface helps theRepositoryPlaybackFactorydecide whichRepositoryPlaybackimplementation should get instantiated. -
Class Summary Class Description JCoRecJUnitTestWatcher Testwatcher for class SapcoreJCoRecJUnitTest.RecorderUtils Collection of final string definitions and methods that are used in the JCoRecorder.SapcoreJCoRecJUnitTest Base class for testing with the help of the JCoRecorder.SapcoreJCoRecorderTestPlaybackMode Makes a simple backend call. -
Enum Summary Enum Description JCoRecMode This enum represents the possible states for the JCoRecorder mode. -
Exception Summary Exception Description JCoRecException Exception for the JCoRecorder.JCoRecRuntimeException Runtime-Exception for the JCoRecorder. -
Annotation Types Summary Annotation Type Description JCoRecording Annotation for marking tests inherited fromSapcoreJCoRecJUnitTestfor recording.