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

Skip to content

Commit 42cf8ee

Browse files
change description of the tests to reflect the requirements as suggested by jgebal
1 parent 1672248 commit 42cf8ee

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

test/core/reporters/test_realtime_reporter.pks

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,40 +6,40 @@ create or replace package test_realtime_reporter as
66
--%beforeall
77
procedure create_test_suites_and_run;
88

9-
--%test(Check XML report structure)
9+
--%test(Provide a report structure with pre-run information and event based messages per suite and per test)
1010
procedure xml_report_structure;
1111

12-
--%test(Check total number of tests)
12+
--%test(Provide the total number of tests as part of the pre-run information structure)
1313
procedure total_number_of_tests;
1414

15-
--%test(Check escaped characters in test suite description)
15+
--%test(Escape special characters in data such as the test suite description)
1616
procedure escaped_characters;
1717

18-
--%test(Check number of startTestEvent nodes)
18+
--%test(Provide a startTestEvent node before starting a test with testNumber and totalNumberOfTests)
1919
procedure number_of_starttestevent_nodes;
2020

21-
--%test(Check testNumber and totalNumberOfTests in endTestEvent nodes)
21+
--%test(Provide a endTestEvent node after completion of a test with test results)
2222
procedure endtestevent_nodes;
2323

24-
--%test(Check expectation message for a failed test)
24+
--%test(Provide expectation message for a failed test)
2525
procedure single_failed_message;
2626

27-
--%test(Check existence of multiple expectation messages for a failed test)
27+
--%test(Provide expectation messages for each failed assertion of a failed test)
2828
procedure multiple_failed_messages;
2929

30-
--%test(Check for serveroutput of test)
30+
--%test(Provide dbms_output produced in a test)
3131
procedure serveroutput_of_test;
3232

33-
--%test(Check for serveroutput of testsuite)
33+
--%test(Provide dbms_output produced in a testsuite)
3434
procedure serveroutput_of_testsuite;
3535

36-
--%test(Check for error stack of test)
36+
--%test(Provide the error stack of a test)
3737
procedure error_stack_of_test;
3838

39-
--%test(Check for error stack of testsuite)
39+
--%test(Provide the error stack of a testsuite)
4040
procedure error_stack_of_testsuite;
4141

42-
--%test(Check description of reporter)
42+
--%test(Provide a description of the reporter explaining the use for SQL Developer)
4343
procedure get_description;
4444

4545
--%afterall

0 commit comments

Comments
 (0)