Class ZCL_JKRT_SUITE

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

Test Suite (Regression Testing)

Methods Summary

Methods
Visibility Level Name Description
Public Instance ADD_CASE Adds a new test case
Public Instance CONTAINS Checks if a case is part of the suite
Public Static CREATE Create New Test Suite
Public Static EXISTS Checks if a test suite exists in the database
Public Static FIND Searches for a suite in the registry or the databse
Public Static FIND_FOR_CASE Finds all suites using a specified case
Public Instance GET_AREA Returns the application area of this suite
Public Instance GET_CASES Get Test Cases
Public Instance GET_DATA Get Data
Public Instance GET_ID Get ID
Public Instance GET_PENDING_REQUESTS Gets pending output requests
Public Instance HAS_CASES Returns 'X' if the suite has at least one case
Public Instance REMOVE_CASE Removes a case from the suite
Public Instance SET_DESCRIPTION Set Description
Private Static LOAD Load Test Suite from DB
Private Instance LOAD_CASES Loads cases
Private Instance LOCK_CASES Locks the suite's cases
Private Instance SAVE_CASES Saves test cases
Private Instance SAVE_RELATIONS Save Suite-Cases Relations
Private Instance SET_AREA Sets the application area for this suite
Private Instance UNLOCK_CASES Unlocks the suite's cases
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 AREA Test Case Application Area
Private Instance AS_DATA Test Suite (Regression Testing)
Private Instance AT_CASES Test Cases Table (Regression Testing)
Private Instance AV_CASES_LOADED Data element for domain BOOLE: TRUE (='X') and FALSE (=' ')
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