Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 17ed198

Browse files
changed name and description to match new output structure
1 parent e570e48 commit 17ed198

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

test/core/reporters/test_realtime_reporter.pks

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ create or replace package test_realtime_reporter as
1515
--%test(Escape special characters in data such as the test suite description)
1616
procedure escaped_characters;
1717

18-
--%test(Provide a startTestEvent node before starting a test with testNumber and totalNumberOfTests)
19-
procedure number_of_starttestevent_nodes;
18+
--%test(Provide a node before starting a test with testNumber and totalNumberOfTests)
19+
procedure pre_test_nodes;
2020

21-
--%test(Provide a endTestEvent node after completion of a test with test results)
22-
procedure endtestevent_nodes;
21+
--%test(Provide a node after completion of a test with test results)
22+
procedure post_test_nodes;
2323

2424
--%test(Provide expectation message for a failed test)
2525
procedure single_failed_message;

0 commit comments

Comments
 (0)