| Visibility and Level |
Name |
Documentation |
| public instance |
constructor |
|
| protected instance |
| and |
| importing |
actual |
type ANY optional |
|
message |
type STRING optional |
|
level |
type INT1 default IF_ABAP_UNIT_CONSTANT=>SEVERITY-MEDIUM |
|
quit |
type INT1 default IF_ABAP_UNIT_CONSTANT=>QUIT-TEST |
| returning |
value(result) |
type ref to ZCL_ABAP_SENCHA |
|
Parameters
| actual |
|
| message |
|
| level |
|
| quit |
|
| result |
|
|
| protected instance |
| assert |
| importing |
actual |
type ANY optional |
|
message |
type STRING optional |
|
level |
type INT1 default IF_ABAP_UNIT_CONSTANT=>SEVERITY-MEDIUM |
|
quit |
type INT1 default IF_ABAP_UNIT_CONSTANT=>QUIT-TEST |
| returning |
value(result) |
type ref to ZCL_ABAP_SENCHA |
|
Parameters
| actual |
|
| message |
|
| level |
|
| quit |
|
| result |
|
|
| protected instance |
| assert_return_code |
| importing |
return_code |
type SYSUBRC default SY-SUBRC |
|
message |
type STRING optional |
|
level |
type INT1 default IF_ABAP_UNIT_CONSTANT=>SEVERITY-MEDIUM |
|
quit |
type INT1 default IF_ABAP_UNIT_CONSTANT=>QUIT-TEST |
| returning |
value(result) |
type ref to ZCL_ABAP_SENCHA |
|
Parameters
| return_code |
|
| message |
|
| level |
|
| quit |
|
| result |
|
|
| protected instance |
| assert_subrc |
| importing |
subrc |
type SYSUBRC default SY-SUBRC |
|
message |
type STRING optional |
|
level |
type INT1 default IF_ABAP_UNIT_CONSTANT=>SEVERITY-MEDIUM |
|
quit |
type INT1 default IF_ABAP_UNIT_CONSTANT=>QUIT-TEST |
| returning |
value(result) |
type ref to ZCL_ABAP_SENCHA |
|
Parameters
| subrc |
|
| message |
|
| level |
|
| quit |
|
| result |
|
|
| protected instance |
| assume |
| importing |
condition |
type ANY |
|
message |
type STRING optional |
| returning |
value(result) |
type ref to ZCL_ABAP_SENCHA |
|
Parameters
|
| protected instance |
| assume_return_code |
| importing |
return_code |
type SYSUBRC default SY-SUBRC |
|
expected |
type SYSUBRC |
|
message |
type STRING optional |
| returning |
value(result) |
type ref to ZCL_ABAP_SENCHA |
|
Parameters
| return_code |
|
| expected |
|
| message |
|
| result |
|
|
| protected instance |
| assume_subrc |
| importing |
subrc |
type SYSUBRC default SY-SUBRC |
|
expected |
type SYSUBRC |
|
message |
type STRING optional |
| returning |
value(result) |
type ref to ZCL_ABAP_SENCHA |
|
Parameters
| subrc |
|
| expected |
|
| message |
|
| result |
|
|
| protected instance |
| between |
| importing |
actual |
type ANY optional |
|
lower |
type NUMERIC |
|
upper |
type NUMERIC |
|
message |
type STRING optional |
|
level |
type INT1 default IF_ABAP_UNIT_CONSTANT=>SEVERITY-MEDIUM |
|
quit |
type INT1 default IF_ABAP_UNIT_CONSTANT=>QUIT-TEST |
| returning |
value(result) |
type ref to ZCL_ABAP_SENCHA |
|
Parameters
| actual |
|
| lower |
|
| upper |
|
| message |
|
| level |
|
| quit |
|
| result |
|
|
| protected instance |
| bound |
| importing |
actual |
type ANY optional |
|
message |
type STRING optional |
|
level |
type INT1 default IF_ABAP_UNIT_CONSTANT=>SEVERITY-MEDIUM |
|
quit |
type INT1 default IF_ABAP_UNIT_CONSTANT=>QUIT-TEST |
| returning |
value(result) |
type ref to ZCL_ABAP_SENCHA |
|
Parameters
| actual |
|
| message |
|
| level |
|
| quit |
|
| result |
|
|
| protected instance |
| configure_call |
| importing |
test_double |
type ref to OBJECT |
| returning |
value(result) |
type ref to IF_ABAP_TESTDOUBLE_CONFIG |
|
Parameters
|
| protected instance |
| contained_in |
| importing |
actual |
type ANY optional |
|
value |
type ANY |
|
upper |
type NUMERIC optional |
|
message |
type STRING optional |
|
level |
type INT1 default IF_ABAP_UNIT_CONSTANT=>SEVERITY-MEDIUM |
|
quit |
type INT1 default IF_ABAP_UNIT_CONSTANT=>QUIT-TEST |
| returning |
value(result) |
type ref to ZCL_ABAP_SENCHA |
|
Parameters
|
| protected instance |
| covers_pattern |
| importing |
actual |
type ANY optional |
|
pattern |
type ANY |
|
message |
type STRING optional |
|
level |
type INT1 default IF_ABAP_UNIT_CONSTANT=>SEVERITY-MEDIUM |
|
quit |
type INT1 default IF_ABAP_UNIT_CONSTANT=>QUIT-TEST |
| returning |
value(result) |
type ref to ZCL_ABAP_SENCHA |
|
Parameters
| actual |
|
| pattern |
|
| message |
|
| level |
|
| quit |
|
| result |
|
|
| protected instance |
| cover_pattern |
| importing |
actual |
type ANY optional |
|
pattern |
type CSEQUENCE |
|
message |
type STRING optional |
|
level |
type INT1 default IF_ABAP_UNIT_CONSTANT=>SEVERITY-MEDIUM |
|
quit |
type INT1 default IF_ABAP_UNIT_CONSTANT=>QUIT-TEST |
| returning |
value(result) |
type ref to ZCL_ABAP_SENCHA |
|
Parameters
| actual |
|
| pattern |
|
| message |
|
| level |
|
| quit |
|
| result |
|
|
| protected instance |
| create_test_double |
| importing |
name |
type ABAP_NAME |
| returning |
value(result) |
type ref to OBJECT |
|
Parameters
|
| protected instance |
| describe |
| importing |
description |
type STRING |
| returning |
value(result) |
type ref to ZCL_ABAP_SENCHA |
|
Parameters
|
| protected instance |
| equal |
| importing |
actual |
type ANY optional |
|
expected |
type ANY |
|
float_tolerance |
type F optional |
|
ignore_hash_sequence |
type ABAP_BOOL default ABAP_FALSE |
|
message |
type STRING optional |
|
level |
type INT1 default IF_ABAP_UNIT_CONSTANT=>SEVERITY-MEDIUM |
|
quit |
type INT1 default IF_ABAP_UNIT_CONSTANT=>QUIT-TEST |
| returning |
value(result) |
type ref to ZCL_ABAP_SENCHA |
|
Parameters
| actual |
|
| expected |
|
| float_tolerance |
|
| ignore_hash_sequence |
|
| message |
|
| level |
|
| quit |
|
| result |
|
|
| protected instance |
| equals |
| importing |
actual |
type ANY optional |
|
expected |
type ANY |
|
float_tolerance |
type F optional |
|
ignore_hash_sequence |
type ABAP_BOOL default ABAP_FALSE |
|
message |
type STRING optional |
|
level |
type INT1 default IF_ABAP_UNIT_CONSTANT=>SEVERITY-MEDIUM |
|
quit |
type INT1 default IF_ABAP_UNIT_CONSTANT=>QUIT-TEST |
| returning |
value(result) |
type ref to ZCL_ABAP_SENCHA |
|
Parameters
| actual |
|
| expected |
|
| float_tolerance |
|
| ignore_hash_sequence |
|
| message |
|
| level |
|
| quit |
|
| result |
|
|
| protected instance |
| equals_to |
| importing |
actual |
type ANY optional |
|
expected |
type ANY |
|
float_tolerance |
type F optional |
|
ignore_hash_sequence |
type ABAP_BOOL default ABAP_FALSE |
|
message |
type STRING optional |
|
level |
type INT1 default IF_ABAP_UNIT_CONSTANT=>SEVERITY-MEDIUM |
|
quit |
type INT1 default IF_ABAP_UNIT_CONSTANT=>QUIT-TEST |
| returning |
value(result) |
type ref to ZCL_ABAP_SENCHA |
|
Parameters
| actual |
|
| expected |
|
| float_tolerance |
|
| ignore_hash_sequence |
|
| message |
|
| level |
|
| quit |
|
| result |
|
|
| protected instance |
| equal_to |
| importing |
actual |
type ANY optional |
|
expected |
type ANY |
|
float_tolerance |
type F optional |
|
ignore_hash_sequence |
type ABAP_BOOL default ABAP_FALSE |
|
message |
type STRING optional |
|
level |
type INT1 default IF_ABAP_UNIT_CONSTANT=>SEVERITY-MEDIUM |
|
quit |
type INT1 default IF_ABAP_UNIT_CONSTANT=>QUIT-TEST |
| returning |
value(result) |
type ref to ZCL_ABAP_SENCHA |
|
Parameters
| actual |
|
| expected |
|
| float_tolerance |
|
| ignore_hash_sequence |
|
| message |
|
| level |
|
| quit |
|
| result |
|
|
| protected instance |
| expect |
| importing |
actual |
type ANY optional |
|
message |
type STRING optional |
|
level |
type INT1 default IF_ABAP_UNIT_CONSTANT=>SEVERITY-MEDIUM |
|
quit |
type INT1 default IF_ABAP_UNIT_CONSTANT=>QUIT-TEST |
| returning |
value(result) |
type ref to ZCL_ABAP_SENCHA |
|
Parameters
| actual |
|
| message |
|
| level |
|
| quit |
|
| result |
|
|
| protected instance |
| expect_return_code |
| importing |
return_code |
type SYSUBRC default SY-SUBRC |
|
message |
type STRING optional |
|
level |
type INT1 default IF_ABAP_UNIT_CONSTANT=>SEVERITY-MEDIUM |
|
quit |
type INT1 default IF_ABAP_UNIT_CONSTANT=>QUIT-TEST |
| returning |
value(result) |
type ref to ZCL_ABAP_SENCHA |
|
Parameters
| return_code |
|
| message |
|
| level |
|
| quit |
|
| result |
|
|
| protected instance |
| expect_subrc |
| importing |
subrc |
type SYSUBRC default SY-SUBRC |
|
message |
type STRING optional |
|
level |
type INT1 default IF_ABAP_UNIT_CONSTANT=>SEVERITY-MEDIUM |
|
quit |
type INT1 default IF_ABAP_UNIT_CONSTANT=>QUIT-TEST |
| returning |
value(result) |
type ref to ZCL_ABAP_SENCHA |
|
Parameters
| subrc |
|
| message |
|
| level |
|
| quit |
|
| result |
|
|
| protected instance |
| fail |
| importing |
detail |
type CSEQUENCE optional |
| returning |
value(result) |
type ref to ZCL_ABAP_SENCHA |
|
Parameters
|
| protected instance |
| false |
| importing |
actual |
type ANY optional |
|
message |
type STRING optional |
|
level |
type INT1 default IF_ABAP_UNIT_CONSTANT=>SEVERITY-MEDIUM |
|
quit |
type INT1 default IF_ABAP_UNIT_CONSTANT=>QUIT-TEST |
| returning |
value(result) |
type ref to ZCL_ABAP_SENCHA |
|
Parameters
| actual |
|
| message |
|
| level |
|
| quit |
|
| result |
|
|
| protected instance |
| get_mock_for |
| importing |
name |
type ABAP_NAME |
| returning |
value(result) |
type ref to OBJECT |
|
Parameters
|
| protected instance |
| get_test_double_for |
| importing |
name |
type ABAP_NAME |
| returning |
value(result) |
type ref to OBJECT |
|
Parameters
|
| protected instance |
| given |
| importing |
description |
type STRING optional |
| returning |
value(result) |
type ref to ZCL_ABAP_SENCHA |
|
Parameters
|
| protected instance |
| initial |
| importing |
actual |
type ANY optional |
|
message |
type STRING optional |
|
level |
type INT1 default IF_ABAP_UNIT_CONSTANT=>SEVERITY-MEDIUM |
|
quit |
type INT1 default IF_ABAP_UNIT_CONSTANT=>QUIT-TEST |
| returning |
value(result) |
type ref to ZCL_ABAP_SENCHA |
|
Parameters
| actual |
|
| message |
|
| level |
|
| quit |
|
| result |
|
|
| protected instance |
| it |
| importing |
description |
type STRING |
| returning |
value(result) |
type ref to ZCL_ABAP_SENCHA |
|
Parameters
|
| protected instance |
| length_of |
| importing |
actual |
type ANY optional |
|
length |
type NUMERIC |
|
message |
type STRING optional |
|
level |
type INT1 default IF_ABAP_UNIT_CONSTANT=>SEVERITY-MEDIUM |
|
quit |
type INT1 default IF_ABAP_UNIT_CONSTANT=>QUIT-TEST |
| returning |
value(result) |
type ref to ZCL_ABAP_SENCHA |
|
Parameters
| actual |
|
| length |
|
| message |
|
| level |
|
| quit |
|
| result |
|
|
| protected instance |
| matches_pattern |
| importing |
actual |
type ANY optional |
|
pattern |
type ANY |
|
message |
type STRING optional |
|
level |
type INT1 default IF_ABAP_UNIT_CONSTANT=>SEVERITY-MEDIUM |
|
quit |
type INT1 default IF_ABAP_UNIT_CONSTANT=>QUIT-TEST |
| returning |
value(result) |
type ref to ZCL_ABAP_SENCHA |
|
Parameters
| actual |
|
| pattern |
|
| message |
|
| level |
|
| quit |
|
| result |
|
|
| protected instance |
| matches_regex |
| importing |
actual |
type ANY optional |
|
regex |
type CSEQUENCE |
|
message |
type STRING optional |
|
level |
type INT1 default IF_ABAP_UNIT_CONSTANT=>SEVERITY-MEDIUM |
|
quit |
type INT1 default IF_ABAP_UNIT_CONSTANT=>QUIT-TEST |
| returning |
value(result) |
type ref to ZCL_ABAP_SENCHA |
|
Parameters
| actual |
|
| regex |
|
| message |
|
| level |
|
| quit |
|
| result |
|
|
| protected instance |
| match_pattern |
| importing |
actual |
type ANY optional |
|
pattern |
type ANY |
|
message |
type STRING optional |
|
level |
type INT1 default IF_ABAP_UNIT_CONSTANT=>SEVERITY-MEDIUM |
|
quit |
type INT1 default IF_ABAP_UNIT_CONSTANT=>QUIT-TEST |
| returning |
value(result) |
type ref to ZCL_ABAP_SENCHA |
|
Parameters
| actual |
|
| pattern |
|
| message |
|
| level |
|
| quit |
|
| result |
|
|
| protected instance |
| match_regex |
| importing |
actual |
type ANY optional |
|
regex |
type CSEQUENCE |
|
message |
type STRING optional |
|
level |
type INT1 default IF_ABAP_UNIT_CONSTANT=>SEVERITY-MEDIUM |
|
quit |
type INT1 default IF_ABAP_UNIT_CONSTANT=>QUIT-TEST |
| returning |
value(result) |
type ref to ZCL_ABAP_SENCHA |
|
Parameters
| actual |
|
| regex |
|
| message |
|
| level |
|
| quit |
|
| result |
|
|
| protected instance |
| mock |
| importing |
name |
type ABAP_NAME |
| returning |
value(result) |
type ref to OBJECT |
|
Parameters
|
| protected instance |
| not |
| returning |
value(result) |
type ref to ZCL_ABAP_SENCHA |
|
Parameters
|
| protected instance |
| not_bound |
| importing |
actual |
type ANY optional |
|
message |
type STRING optional |
|
level |
type INT1 default IF_ABAP_UNIT_CONSTANT=>SEVERITY-MEDIUM |
|
quit |
type INT1 default IF_ABAP_UNIT_CONSTANT=>QUIT-TEST |
| returning |
value(result) |
type ref to ZCL_ABAP_SENCHA |
|
Parameters
| actual |
|
| message |
|
| level |
|
| quit |
|
| result |
|
|
| protected instance |
| not_cover_pattern |
| importing |
actual |
type ANY optional |
|
pattern |
type CSEQUENCE |
|
message |
type STRING optional |
|
level |
type INT1 default IF_ABAP_UNIT_CONSTANT=>SEVERITY-MEDIUM |
|
quit |
type INT1 default IF_ABAP_UNIT_CONSTANT=>QUIT-TEST |
| returning |
value(result) |
type ref to ZCL_ABAP_SENCHA |
|
Parameters
| actual |
|
| pattern |
|
| message |
|
| level |
|
| quit |
|
| result |
|
|
| protected instance |
| not_initial |
| importing |
actual |
type ANY optional |
|
message |
type STRING optional |
|
level |
type INT1 default IF_ABAP_UNIT_CONSTANT=>SEVERITY-MEDIUM |
|
quit |
type INT1 default IF_ABAP_UNIT_CONSTANT=>QUIT-TEST |
| returning |
value(result) |
type ref to ZCL_ABAP_SENCHA |
|
Parameters
| actual |
|
| message |
|
| level |
|
| quit |
|
| result |
|
|
| protected instance |
| one_of |
| importing |
actual |
type ANY optional |
|
table |
type ANY TABLE |
|
upper |
type NUMERIC optional |
|
message |
type STRING optional |
|
level |
type INT1 default IF_ABAP_UNIT_CONSTANT=>SEVERITY-MEDIUM |
|
quit |
type INT1 default IF_ABAP_UNIT_CONSTANT=>QUIT-TEST |
| returning |
value(result) |
type ref to ZCL_ABAP_SENCHA |
|
Parameters
|
| protected instance |
| return_code |
| importing |
return_code |
type SYSUBRC default SY-SUBRC |
|
message |
type STRING optional |
|
level |
type INT1 default IF_ABAP_UNIT_CONSTANT=>SEVERITY-MEDIUM |
|
quit |
type INT1 default IF_ABAP_UNIT_CONSTANT=>QUIT-TEST |
| returning |
value(result) |
type ref to ZCL_ABAP_SENCHA |
|
Parameters
| return_code |
|
| message |
|
| level |
|
| quit |
|
| result |
|
|
| protected instance |
| satisfies |
| importing |
actual |
type ANY optional |
|
actual_as_text |
type CSEQUENCE optional |
|
constraint |
type ref to IF_CONSTRAINT |
|
message |
type STRING optional |
|
level |
type INT1 default IF_ABAP_UNIT_CONSTANT=>SEVERITY-MEDIUM |
|
quit |
type INT1 default IF_ABAP_UNIT_CONSTANT=>QUIT-TEST |
| returning |
value(result) |
type ref to ZCL_ABAP_SENCHA |
|
Parameters
| actual |
|
| actual_as_text |
|
| constraint |
|
| message |
|
| level |
|
| quit |
|
| result |
|
|
| protected instance |
| satisfy |
| importing |
actual |
type ANY optional |
|
actual_as_text |
type CSEQUENCE optional |
|
constraint |
type ref to IF_CONSTRAINT |
|
message |
type STRING optional |
|
level |
type INT1 default IF_ABAP_UNIT_CONSTANT=>SEVERITY-MEDIUM |
|
quit |
type INT1 default IF_ABAP_UNIT_CONSTANT=>QUIT-TEST |
| returning |
value(result) |
type ref to ZCL_ABAP_SENCHA |
|
Parameters
| actual |
|
| actual_as_text |
|
| constraint |
|
| message |
|
| level |
|
| quit |
|
| result |
|
|
| protected instance |
| skip |
| importing |
details |
type CSEQUENCE |
| returning |
value(result) |
type ref to ZCL_ABAP_SENCHA |
|
Parameters
|
| protected instance |
| subrc |
| importing |
subrc |
type SYSUBRC default SY-SUBRC |
|
message |
type STRING optional |
|
level |
type INT1 default IF_ABAP_UNIT_CONSTANT=>SEVERITY-MEDIUM |
|
quit |
type INT1 default IF_ABAP_UNIT_CONSTANT=>QUIT-TEST |
| returning |
value(result) |
type ref to ZCL_ABAP_SENCHA |
|
Parameters
| subrc |
|
| message |
|
| level |
|
| quit |
|
| result |
|
|
| protected instance |
| the |
| importing |
actual |
type ANY optional |
|
message |
type STRING optional |
|
level |
type INT1 default IF_ABAP_UNIT_CONSTANT=>SEVERITY-MEDIUM |
|
quit |
type INT1 default IF_ABAP_UNIT_CONSTANT=>QUIT-TEST |
| returning |
value(result) |
type ref to ZCL_ABAP_SENCHA |
|
Parameters
| actual |
|
| message |
|
| level |
|
| quit |
|
| result |
|
|
| protected instance |
| then |
| importing |
description |
type STRING optional |
| returning |
value(result) |
type ref to ZCL_ABAP_SENCHA |
|
Parameters
|
| protected instance |
| true |
| importing |
actual |
type ANY optional |
|
message |
type STRING optional |
|
level |
type INT1 default IF_ABAP_UNIT_CONSTANT=>SEVERITY-MEDIUM |
|
quit |
type INT1 default IF_ABAP_UNIT_CONSTANT=>QUIT-TEST |
| returning |
value(result) |
type ref to ZCL_ABAP_SENCHA |
|
Parameters
| actual |
|
| message |
|
| level |
|
| quit |
|
| result |
|
|
| protected instance |
| v |
| importing |
actual |
type ANY optional |
|
message |
type STRING optional |
|
level |
type INT1 default IF_ABAP_UNIT_CONSTANT=>SEVERITY-MEDIUM |
|
quit |
type INT1 default IF_ABAP_UNIT_CONSTANT=>QUIT-TEST |
| returning |
value(result) |
type ref to ZCL_ABAP_SENCHA |
|
Parameters
| actual |
|
| message |
|
| level |
|
| quit |
|
| result |
|
|
| protected instance |
| value |
| importing |
actual |
type ANY optional |
|
message |
type STRING optional |
|
level |
type INT1 default IF_ABAP_UNIT_CONSTANT=>SEVERITY-MEDIUM |
|
quit |
type INT1 default IF_ABAP_UNIT_CONSTANT=>QUIT-TEST |
| returning |
value(result) |
type ref to ZCL_ABAP_SENCHA |
|
Parameters
| actual |
|
| message |
|
| level |
|
| quit |
|
| result |
|
|
| protected instance |
| value_of |
| importing |
actual |
type ANY optional |
|
message |
type STRING optional |
|
level |
type INT1 default IF_ABAP_UNIT_CONSTANT=>SEVERITY-MEDIUM |
|
quit |
type INT1 default IF_ABAP_UNIT_CONSTANT=>QUIT-TEST |
| returning |
value(result) |
type ref to ZCL_ABAP_SENCHA |
|
Parameters
| actual |
|
| message |
|
| level |
|
| quit |
|
| result |
|
|
| protected instance |
| verify |
| importing |
test_double |
type ref to OBJECT |
|
Parameters
|
| protected instance |
| verify_expectations |
| importing |
test_double |
type ref to OBJECT |
|
Parameters
|
| protected instance |
| when |
| importing |
description |
type STRING optional |
| returning |
value(result) |
type ref to ZCL_ABAP_SENCHA |
|
Parameters
|