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

Skip to content

Commit 5f1e9ab

Browse files
committed
Reorganizing test directory structure.
1 parent 0ddabcc commit 5f1e9ab

5 files changed

Lines changed: 33 additions & 33 deletions

File tree

File renamed without changes.

test/ut_expectations/test_expect_not_to_be_null.pks renamed to test/core/expectations/test_expect_not_to_be_null.pks

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,37 +3,37 @@ is
33
--%suite(expectations - not_to_be_null)
44
--%suitepath(utplsql.core.expectations.not_to_be_null)
55

6-
--%test(Gives succes for not null blob)
6+
--%test(Gives success for not null blob)
77
procedure blob_not_null;
88

9-
--%test(Gives succes for blob with length 0)
9+
--%test(Gives success for blob with length 0)
1010
procedure blob_0_lengt;
1111

12-
--%test(Gives succes for not null boolean)
12+
--%test(Gives success for not null boolean)
1313
procedure boolean_not_null;
1414

15-
--%test(Gives succes for not null clob)
15+
--%test(Gives success for not null clob)
1616
procedure clob_not_null;
1717

18-
--%test(Gives succes for clob with length 0)
18+
--%test(Gives success for clob with length 0)
1919
procedure clob_0_lengt;
2020

21-
--%test(Gives succes for not null date)
21+
--%test(Gives success for not null date)
2222
procedure date_not_null;
2323

24-
--%test(Gives succes for not null number)
24+
--%test(Gives success for not null number)
2525
procedure number_not_null;
2626

27-
--%test(Gives succes for not null timestamp)
27+
--%test(Gives success for not null timestamp)
2828
procedure timestamp_not_null;
2929

30-
--%test(Gives succes for not null timestamp with local time zone)
30+
--%test(Gives success for not null timestamp with local time zone)
3131
procedure timestamp_with_ltz_not_null;
3232

33-
--%test(Gives succes for not null timestamp with time zone)
33+
--%test(Gives success for not null timestamp with time zone)
3434
procedure timestamp_with_tz_not_null;
3535

36-
--%test(Gives succes for not null varchar2)
36+
--%test(Gives success for not null varchar2)
3737
procedure varchar2_not_null;
3838

3939
--%test(Gives failure with null blob)
File renamed without changes.
File renamed without changes.

test/install_tests.sql

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,43 +3,43 @@ whenever sqlerror exit failure rollback
33
whenever oserror exit failure rollback
44

55
--Install helpers
6-
@helpers/ut_test_table.sql
7-
@helpers/ut_example_tests.pks
8-
@helpers/ut_example_tests.pkb
9-
@helpers/ut_without_body.pks
10-
@helpers/ut_with_invalid_body.pks
11-
@helpers/ut_with_invalid_body.pkb
6+
@@helpers/ut_test_table.sql
7+
@@helpers/ut_example_tests.pks
8+
@@helpers/ut_example_tests.pkb
9+
@@helpers/ut_without_body.pks
10+
@@helpers/ut_with_invalid_body.pks
11+
@@helpers/ut_with_invalid_body.pkb
1212

1313
--Install tests
14-
@core.pks
15-
@core/test_ut_utils.pks
16-
@core/annotations/test_annotation_parser.pks
17-
@core/test_matchers.pks
18-
@core/test_output_buffer.pks
19-
@core/test_suite_manager.pks
14+
@@core.pks
15+
@@core/test_ut_utils.pks
16+
@@core/annotations/test_annotation_parser.pks
17+
@@core/test_matchers.pks
18+
@@core/test_output_buffer.pks
19+
@@core/test_suite_manager.pks
2020
@@core/reporters/test_coverage.pks
2121
@@core/reporters/test_coverage/test_coverage_sonar_reporter.pks
2222
@@core/reporters/test_coverage/test_coveralls_reporter.pks
2323
@@core/reporters/test_xunit_reporter.pks
24-
@ut_expectations/test_expectations_cursor.pks
25-
@ut_expectations/test_expect_not_to_be_null.pks
24+
@@core/expectations/test_expectations_cursor.pks
25+
@@core/expectations/test_expect_not_to_be_null.pks
2626
@@test_ut_runner.pks
2727
@@core/annotations/test_annotation_manager.pks
2828
@@core/test_ut_suite.pks
2929
@@core/test_ut_test.pks
3030

31-
@core.pkb
32-
@core/test_ut_utils.pkb
33-
@core/annotations/test_annotation_parser.pkb
34-
@core/test_matchers.pkb
35-
@core/test_output_buffer.pkb
36-
@core/test_suite_manager.pkb
31+
@@core.pkb
32+
@@core/test_ut_utils.pkb
33+
@@core/annotations/test_annotation_parser.pkb
34+
@@core/test_matchers.pkb
35+
@@core/test_output_buffer.pkb
36+
@@core/test_suite_manager.pkb
3737
@@core/reporters/test_coverage.pkb
3838
@@core/reporters/test_coverage/test_coverage_sonar_reporter.pkb
3939
@@core/reporters/test_coverage/test_coveralls_reporter.pkb
4040
@@core/reporters/test_xunit_reporter.pkb
41-
@ut_expectations/test_expectations_cursor.pkb
42-
@ut_expectations/test_expect_not_to_be_null.pkb
41+
@@core/expectations/test_expectations_cursor.pkb
42+
@@core/expectations/test_expect_not_to_be_null.pkb
4343
@@test_ut_runner.pkb
4444
@@core/annotations/test_annotation_manager.pkb
4545
@@core/test_ut_suite.pkb

0 commit comments

Comments
 (0)