ABAP_TESTDOUBLE -

The following messages are stored in message class ABAP_TESTDOUBLE: .
It is part of development package SABP_UNIT_TEST_DOUBLE_CORE in software component BC-DWB-TOO-UT. This development package consists of objects that can be grouped under "Strictely Internal: Not released yet".
Message Nr
Message Text
000&4 Invalid method call &1 on test double API
001&4 Error while creating test double &1
002&4 Method &1 was expected to be called &2 times, but was called &3 times
003&4 Invalid test double object
004&4 Parameter &1 not set
005&4 Incorrect name &1 used in SET_PARAMETER configuration for method &2
006&4 Exception object not bound
007&4 The configured event &1 does not exist in interface &2
008&4 Importing parameters not allowed in config call. Use SET_PARAMETER
009&4 Expect TIMES( &1 ) already set for the same configuration
010&4 Fatal error occured. Please contact support
011&4 NEXT_PARAMETER call not possible. Check HAS_NEXT_PARAMETER before call
012&4 Setting of values not allowed as iterator is active
013&4 Cannot create test double. An interface with name &1 does not exist
014&4 The configured exception &1 is not declared in method &2
015&4The configured event parameter &1 is not valid for event &2
016&4 Incorrect value data type configured for parameter &1 in SET_PARAMETER
017&4 Incorrect event parameters or mandatory event parameter not passed.
018&4 Multiple matchers not allowed for the method &1
019&4 Duplicate usage of parameter &1
020&4 Times cannot be set twice
021&4 Times cannot be less than 1
022&4 Illegal combination of &1 with SET_ANSWER
023&4 Illegal combination of &1 with SET_MATCHER
024&4 Illegal combination of &1 with RAISE_EXCEPTION
025&4 Illegal combination of multiple call for &1
026&4 Illegal config call. Previous configuration not complete
027&4 Is Called Times cannot be negative
028&4 Illegal configuration for &1. Static methods not supported
029&4 No returning parameter exists for method &1
030&4 Invalid parameter &1 in IGNORE_PARAMETER
031&4 Old and class-based exceptions cannot be used at the same time
032&4 Double cannot be created for a FINAL class
033&4 Double cannot be created for a STATIC class
034&4 Double cannot be created for constructors with mandatory parameters
035&4 Double cannot be created for class having private constructor
036&4 Double cannot be created if all methods in a class are set to FINAL
037&4 Double cannot be created if all methods in a class are STATIC
038&4 Double cannot be created if all methods are either FINAL or STATIC
039&4 Double cannot be created for a class set as FOR TESTING
040&4 Double cannot be created for class having methods that can't be mocked
041&4 Double cannot be created for class that is set as CREATE PRIVATE
Privacy Policy