Skip to content

Commit

Permalink
Update names of test tools (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
ConjuringCoffee committed Mar 20, 2023
1 parent 9a4c90c commit 37c1413
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions clean-abap/CleanABAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -4595,13 +4595,10 @@ with standard ABAP unit tests and test doubles.
However, there are tools that will allow you
to tackle trickier cases in elegant ways:

- Use the `CL_OSQL_REPLACE` service
to test complex OpenSQL statements
by redirecting them to a test data bin
that can be filled with test data
without interfering with the rest of the system.
- Use the OSQL test environment (`CL_OSQL_TEST_ENVIRONMENT`) to test complex OpenSQL statements
by redirecting them to test data defined in the unit test without interfering with the rest of the system.

- Use the CDS test framework to test your CDS views.
- Use the CDS test environment (`CL_CDS_TEST_ENVIRONMENT`) to test your CDS views.

#### Use test seams as temporary workaround

Expand Down

0 comments on commit 37c1413

Please sign in to comment.