Class ZCL_JKRT_TEST

Package ZJK_REG_TEST
Inheritance Hierarchy
  • ZCL_JKRT_OBJECT
    • ZCL_JKRT_TEST
Included interfaces
ZIF_JK_BG_RUNNABLE

Test (Regression Testing)

Methods Summary

Methods
Visibility Level Name Description
Public Static CREATE Creates a new test instance
Public Instance DISPLAY_COMPARISON Display output comparison
Public Instance DOWNLOAD_ACTUAL Download actual output
Public Instance DOWNLOAD_EXPECTED Download expected output
Public Instance EXECUTE Executes the test
Public Static FIND Finds a test by ID
Public Instance GET_ACT_OUTPUT Gets actual output
Public Instance GET_CASE Get Test Case
Public Instance GET_CASE_ID Gets case ID
Public Instance GET_CHANGED_BY Returns the name of the user who changed the object
Public Instance GET_DATA Get Data
Public Instance GET_DESCRIPTION Get test case description
Public Instance GET_EXEC_TIME Gets execution time
Public Instance GET_EXP_OUTPUT Gets expected output
Public Instance GET_ID Returns the result's ID
Public Instance GET_MESSAGE Gets result message
Public Instance GET_RESULT Get the result code
Public Instance GET_RESULT_ICON
Public Instance GET_TEXT Returns the result's text description
Public Instance GET_USR_COMMENT Gets user's comment
Public Static LOAD_FOR_RUN Load all tests belonging to a run
Public Instance SET_ACT_OUTPUT Sets actual output
Public Instance SET_CHANGED_BY Sets the user who changed the object
Public Instance SET_DESCRIPTION Sets description
Public Instance SET_EXP_OUTPUT Sets expected output
Public Instance SET_MESSAGE Sets result message
Public Instance SET_RESULT Sets result code
Public Instance SET_USR_COMMENT Sets user's comment
Public Instance UPDATE_STATUS Updates test result and message
Private Instance GET_COMPARE_VIEW
Private Static LOAD Load
Private Instance LOAD_ACTUAL_OUTPUT
Private Instance LOAD_EXPECTED_OUTPUT
Private Instance SET_CASE Sets case
Private Instance SET_RUN Sets run
Public Static ZIF_JK_BG_RUNNABLE~FIND Deseralizes an object and returns an instance
Public Instance ZIF_JK_BG_RUNNABLE~GET_KEY Get object serialization key
Public Instance ZIF_JK_BG_RUNNABLE~GET_TIMEOUT Returns timeout value (seconds)
Public Instance ZIF_JK_BG_RUNNABLE~ON_ERROR Error occurred
Public Instance ZIF_JK_BG_RUNNABLE~ON_TIMEOUT Timeout occurred
Public Instance ZIF_JK_BG_RUNNABLE~RUN Runs the task
Public Instance ZIF_JK_BG_RUNNABLE~SET_RUNTIME Sets execution time (ms)
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
Public Constant RESULT_ERROR Byte value
Public Constant RESULT_FAILED Byte value
Public Constant RESULT_NOT_TESTED Byte value
Public Constant RESULT_PASSED Byte value
Public Constant RESULT_TIMEOUT Byte Value
Private Instance AO_ACT_OUTPUT Action Output (Regression Testing)
Private Instance AO_CASE Test Case (Regression Testing)
Private Instance AO_EXP_OUTPUT Action Output (Regression Testing)
Private Instance AO_RUN Test Run (Regression Testing)
Private Instance AS_DATA Test (Regression Testing)

Method Detail

Attribute Detail