Class ZCL_JKRT_LOG

Package ZJK_REG_TEST
Inheritance Hierarchy
  • ZCL_JKRT_OBJECT
    • ZCL_JKRT_LOG

Regression Test Output Log

Methods Summary

Methods
Visibility Level Name Description
Public Instance ADD_REQUEST Adds a request to the log
Public Instance CONSTRUCTOR CONSTRUCTOR
Public Static CREATE Creates a new log
Public Static FIND_FOR_CASE Finds a log for a test case
Public Instance GET_CASE Returns a test case to which the log belongs
Public Instance GET_ID Gets the log's test case ID
Public Instance GET_PENDING_REQUEST Returns a pending output request
Public Instance GET_REQUESTS Gets output requests
Public Instance HAS_PENDING_REQUEST Returns 'X' if a pending output request exists
Public Instance REMOVE Removes an entry from the log
Methods inherited from ZCL_JKRT_OBJECT
Visibility Level Name Description
Public Instance COPY Copies the object
Public Instance DELETE Deletes the object from the database
Public Instance INSERT Inserts the object into the database
Public Instance IS_CLEAN Checks if the object is clean (not modified)
Public Instance IS_DELETED Checks if the object is deleted
Public Instance IS_DIRTY Checks if the object is dirty (modified)
Public Instance IS_LOADING Returns 'X' if object is being loaded
Public Instance IS_NEW Checks if the object is new
Public Instance RELOAD Reloads object from the database
Public Instance SAVE Saves the object in the database
Public Instance UPDATE Updates the object in the database
Protected Instance MARK_CLEAN Marks the object as clean (not modified)
Protected Instance MARK_DELETED Marks the object as deleted
Protected Instance MARK_DIRTY Marks the object as dirty (modified)
Protected Instance MARK_LOADED Marks object as loaded
Protected Instance MARK_LOADING Marks object as being loaded
Protected Instance MARK_NEW Marks the object as new

Attributes Summary

Attributes
Visibility Level Name Description
Private Instance AO_CASE Test Case (Regression Testing)
Private Instance AT_DEL_REQUESTS Table of output requests
Private Instance AT_REQUESTS Table of output requests

Method Detail

Attribute Detail