Class ZCL_JKRT_CASE

Package ZJK_REG_TEST
Inheritance Hierarchy
  • ZCL_JKRT_OBJECT
    • ZCL_JKRT_CASE
Included interfaces
ZIF_JK_AUTHORIZABLE, ZIF_JK_LOCKABLE

Test Case (Regression Testing)

Methods Summary

Methods
Visibility Level Name Description
Public Instance ADD_NEW_OUTPUT Adds new output to be generated
Public Instance ADD_OUTPUT Adds a new output to the case
Public Instance COMPARE_OUTPUT Compares an output with the expected output
Public Static CREATE Create Test Case
Public Static EXISTS Checks if a test case exists in the database
Public Static FIND Search for a test case in the registry or the database
Public Instance GENERATE_OUTPUT Generates output
Public Instance GET_AREA Returns the application area of the case
Public Instance GET_COMPARISON_MESSAGE Returns comparison message
Public Instance GET_CONFIG Get Config
Public Instance GET_CREATE_DATE Get create date
Public Instance GET_CREATE_TIME Get create time
Public Instance GET_CREATOR Get creator
Public Instance GET_DATA Get Data
Public Instance GET_DESCRIPTION Get Description
Public Instance GET_EXP_OUTPUT Get Expected Output
Public Instance GET_ID Get Case ID
Public Instance GET_LOG Returns output log
Public Instance GET_PENDING_REQUEST Gets the pending output
Public Instance GET_TIMEOUT Returns the timeeout value for the case
Public Instance GET_TYPE_ID Get test type ID
Public Instance HAS_EXP_OUTPUT Returns 'X' if expected output is defined
Public Instance HAS_PENDING_REQUEST Returns 'X' if the test case has an unprocessed output
Public Instance IS_USED_IN_SUITES Returns 'X' if the case is used in at least one suite
Public Static LOAD_FOR_SUITE Loads all cases for a suite
Public Instance SET_DESCRIPTION Set Description
Public Instance SET_EXP_OUTPUT Sets expected output
Public Instance SET_TIMEOUT Set the timeout value (seconds)
Public Instance UPDATE_EXP_OUTPUT Updates expected output in database
Private Instance DELETE_LOG Deletes output log
Private Instance GET_NEXT_ID Get next test case ID
Private Static LOAD Loads a test case from the database
Private Instance LOAD_LOG Loads the output log
Private Instance SET_AREA Sets the application area for this case
Public Instance ZIF_JK_AUTHORIZABLE~AUTHORIZE Authorize activity on the object
Public Instance ZIF_JK_LOCKABLE~LOCK Locks the object
Public Instance ZIF_JK_LOCKABLE~UNLOCK Unlocks the object
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_CONFIG Test Case Configuration (Regression Testing)
Private Instance AO_EXP_OUTPUT Action Output (Regression Testing)
Private Instance AO_LOG Regression Test Output Log
Private Instance AO_SETUP Test Case Setup (Regression Testing)
Private Instance AREA Test Case Application Area
Private Instance AS_DATA Test Case (Regression Testing)
Private Instance AV_COMPARISON_MESSAGE
Public Constant ZIF_JK_AUTHORIZABLE~AC_CHANGE Activity
Public Constant ZIF_JK_AUTHORIZABLE~AC_COPY Activity
Public Constant ZIF_JK_AUTHORIZABLE~AC_CREATE Activity
Public Constant ZIF_JK_AUTHORIZABLE~AC_DELETE Activity
Public Constant ZIF_JK_AUTHORIZABLE~AC_DISPLAY Activity
Public Constant ZIF_JK_AUTHORIZABLE~AC_EXECUTE Activity

Method Detail

Attribute Detail