File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- create or replace type ut_be_greater_or_equal under ut_matcher_bi_operand (
1+ create or replace type ut_be_greater_or_equal under ut_comparison_matcher (
22 /*
33 utPLSQL - Version X.X.X.X
44 Copyright 2016 - 2017 utPLSQL Project
Original file line number Diff line number Diff line change 1- create or replace type ut_be_greater_than under ut_matcher_bi_operand (
1+ create or replace type ut_be_greater_than under ut_comparison_matcher (
22 /*
33 utPLSQL - Version X.X.X.X
44 Copyright 2016 - 2017 utPLSQL Project
Original file line number Diff line number Diff line change 1- create or replace type ut_be_less_or_equal under ut_matcher_bi_operand (
1+ create or replace type ut_be_less_or_equal under ut_comparison_matcher (
22 /*
33 utPLSQL - Version X.X.X.X
44 Copyright 2016 - 2017 utPLSQL Project
Original file line number Diff line number Diff line change 1- create or replace type ut_be_less_than under ut_matcher_bi_operand (
1+ create or replace type ut_be_less_than under ut_comparison_matcher (
22 /*
33 utPLSQL - Version X.X.X.X
44 Copyright 2016 - 2017 utPLSQL Project
Original file line number Diff line number Diff line change 1- create or replace type body ut_matcher_bi_operand as
1+ create or replace type body ut_comparison_matcher as
22 /*
33 utPLSQL - Version X.X.X.X
44 Copyright 2016 - 2017 utPLSQL Project
Original file line number Diff line number Diff line change 1- create or replace type ut_matcher_bi_operand under ut_matcher(
1+ create or replace type ut_comparison_matcher under ut_matcher(
22 /*
33 utPLSQL - Version X.X.X.X
44 Copyright 2016 - 2017 utPLSQL Project
Original file line number Diff line number Diff line change 1- create or replace type ut_equal under ut_matcher_bi_operand (
1+ create or replace type ut_equal under ut_comparison_matcher (
22 /*
33 utPLSQL - Version X.X.X.X
44 Copyright 2016 - 2017 utPLSQL Project
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ whenever sqlerror exit failure rollback
139139@@expectations/ data_values/ ut_data_value_varchar2 .tps
140140@@expectations/ data_values/ ut_data_value_yminterval .tps
141141@@expectations/ matchers/ ut_matcher .tps
142- @@expectations/ matchers/ ut_matcher_bi_operand .tps
142+ @@expectations/ matchers/ ut_comparison_matcher .tps
143143@@expectations/ matchers/ ut_be_false .tps
144144@@expectations/ matchers/ ut_be_greater_or_equal .tps
145145@@expectations/ matchers/ ut_be_greater_than .tps
@@ -184,7 +184,7 @@ whenever sqlerror exit failure rollback
184184@@expectations/ data_values/ ut_data_value_varchar2 .tpb
185185@@expectations/ data_values/ ut_data_value_yminterval .tpb
186186@@expectations/ matchers/ ut_matcher .tpb
187- @@expectations/ matchers/ ut_matcher_bi_operand .tpb
187+ @@expectations/ matchers/ ut_comparison_matcher .tpb
188188@@expectations/ matchers/ ut_be_false .tpb
189189@@expectations/ matchers/ ut_be_greater_or_equal .tpb
190190@@expectations/ matchers/ ut_be_greater_than .tpb
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ drop type ut_be_less_than;
133133
134134drop type ut_be_false;
135135
136- drop type ut_matcher_bi_operand ;
136+ drop type ut_comparison_matcher ;
137137
138138drop type ut_matcher;
139139
Original file line number Diff line number Diff line change @@ -463,8 +463,8 @@ begin
463463 ' source/expectations/matchers/ut_match.tps' ,
464464 ' source/expectations/matchers/ut_matcher.tpb' ,
465465 ' source/expectations/matchers/ut_matcher.tps' ,
466- ' source/expectations/matchers/ut_matcher_bi_operand .tpb' ,
467- ' source/expectations/matchers/ut_matcher_bi_operand .tps' ,
466+ ' source/expectations/matchers/ut_comparison_matcher .tpb' ,
467+ ' source/expectations/matchers/ut_comparison_matcher .tps' ,
468468 ' source/reporters/ut_ansiconsole_helper.pkb' ,
469469 ' source/reporters/ut_ansiconsole_helper.pks' ,
470470 ' source/reporters/ut_coverage_html_reporter.tpb' ,
You can’t perform that action at this time.
0 commit comments