SAP TH_SCV_CUSTOM_ASSERT OO Class - Help Class for ABAP Unit Tests









TH_SCV_CUSTOM_ASSERT is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class TH_SCV_CUSTOM_ASSERT including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Inheritance

This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for TH_SCV_CUSTOM_ASSERT is CL_AUNIT_ASSERT

Method list of TH_SCV_CUSTOM_ASSERT SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
ASSERT_BRANCH_COVERAGEEnsure Expected Branch CoveragePublic
CALL METHOD th_scv_custom_assert=>ASSERT_BRANCH_COVERAGE...more details

ASSERT_BRANCH_COVERAGE_NODEEnsure Expected Branch CoveragePublic
CALL METHOD th_scv_custom_assert=>ASSERT_BRANCH_COVERAGE_NODE...more details

ASSERT_EQUALS_ALL_BLOCK_NODESPrivate
CALL METHOD th_scv_custom_assert=>ASSERT_EQUALS_ALL_BLOCK_NODES...more details

ASSERT_EQUALS_CONFIGURATIONEnsure Expected Results ConfigurationPublic
CALL METHOD th_scv_custom_assert=>ASSERT_EQUALS_CONFIGURATION...more details

ASSERT_EQUALS_SELECTIONChecks two selection objects for equalityPublic
CALL METHOD th_scv_custom_assert=>ASSERT_EQUALS_SELECTION...more details

ASSERT_PROCEDURE_COVERAGEEnsure Expected Program CoveragePublic
CALL METHOD th_scv_custom_assert=>ASSERT_PROCEDURE_COVERAGE...more details

ASSERT_PROCEDURE_COVERAGE_NODEEnsure Expected Program CoveragePublic
CALL METHOD th_scv_custom_assert=>ASSERT_PROCEDURE_COVERAGE_NODE...more details

ASSERT_SIZEEnsure Expected Table SizePublic
CALL METHOD th_scv_custom_assert=>ASSERT_SIZE...more details

ASSERT_STATEMENT_COVERAGEEnsure Expected Statement CoveragePublic
CALL METHOD th_scv_custom_assert=>ASSERT_STATEMENT_COVERAGE...more details

ASSERT_STATEMENT_COVERAGE_NODEEnsure Expected Statement CoveragePublic
CALL METHOD th_scv_custom_assert=>ASSERT_STATEMENT_COVERAGE_NODE...more details

GET_BLOCK_NODESPrivate
CALL METHOD th_scv_custom_assert=>GET_BLOCK_NODES...more details

SETUPPrivate
CALL METHOD th_scv_custom_assert=>SETUP...more details



TH_SCV_CUSTOM_ASSERT attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
AUTHORITY_CHECK_FAILUREInstance AttributeAuthorization CheckLIKE
IF_SCV_AUTHORITY_CHECK
Protected
AUTHORITY_CHECK_SUCCESSInstance AttributeAuthorization CheckLIKE
IF_SCV_AUTHORITY_CHECK
Protected
DEMO_MEASUREMENTInstance AttributeSingle or Merged Coverage MeasurementLIKE
IF_SCV_MEASUREMENT
Protected
FACTORYInstance AttributeFactory for Coverage MeasurementsLIKE
IF_SCV_FACTORY
Protected
FACTORY_INTERNALInstance AttributeCentral Access to Coverage APILIKE
CL_SCV_FACTORY
Protected
REPOSITORYInstance AttributePersistency for Coverage MeasurementsLIKE
IF_SCV_REPOSITORY
Protected
REPOSITORY_INTERNALInstance AttributePersistency for Coverage MeasurementsLIKE
CL_SCV_REPOSITORY
Protected




TH_SCV_CUSTOM_ASSERT types

TY_BLOCK_NODE -
TY_BLOCK_NODES -
TY_TDC_RESULTS -

Links to Related Class(s)

TH_SCV_C...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!