Skip to content

Unit-Test Assert Validator #449

@lucasborin

Description

@lucasborin

💡 Code pal for ABAP follows the Clean ABAP. If the issue relates to coding style, please submit it here.

Check Name
Unit-Test Assert Validator

Actual Behavior

    cl_abap_unit_assert=>assert_equals( exp = lt_data_to_post[ 5 ]-guid act = lt_data_to_post[ 6 ]-guid ).
    cl_abap_unit_assert=>assert_equals( exp = lt_data_to_post[ 7 ]-guid act = lt_data_to_post[ 8 ]-guid ).

Raises the issue.

Expected Behavior
Distinct lines. Therefore, no issue.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working correctly

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions