Created
March 21, 2012 02:21
-
-
Save hugo-dc/2143798 to your computer and use it in GitHub Desktop.
ABAP Unit Test Assertions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class: | |
cl_aunit_assert | |
methods: | |
ASSERT_EQUALS | |
Validates the equality of two data objects | |
ASSERT_BOUND | |
Asserts the validity of the reference of a reference variable | |
ASSERT_NOT_BOUND | |
Asserts whether the reference of a reference variable is invalid | |
ASSERT_INITIAL | |
Asserts whether the data object has its initial value | |
ASSERT_NOT_INITIAL | |
Asserts whether the data object does NOT have its initial value | |
FAIL | |
Terminates the test with an error |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment