You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h1id="how-to-get-support">How to get support<aclass="headerlink" href="#how-to-get-support" title="Permanent link">¶</a></h1>
1030
1030
<ul>
1031
1031
<li>Look into <ahref="https://github.com/utPLSQL/utPLSQL/discussions">utPLSQL github discussions</a> to find support, ask questions and share ideas</li>
@@ -1053,7 +1053,7 @@ <h1 id="how-to-get-support">How to get support<a class="headerlink" href="#how-t
<h2id="what-is-utplsql">What is utPLSQL<aclass="headerlink" href="#what-is-utplsql" title="Permanent link">¶</a></h2>
1118
1118
<p>utPLSQL is a Unit Testing framework for Oracle PL/SQL.
1119
1119
The framework follows industry standards and best patterns of modern Unit Testing frameworks like <ahref="http://junit.org/junit4/">JUnit</a> and <ahref="http://rspec.info/">RSpec</a></p>
<p>Annotations are used to configure tests and suites in a declarative way similar to modern OOP languages. This way, test configuration is stored along with the test logic inside the test package.
1336
1336
No additional configuration files or tables are needed for test cases. The annotation names are based on popular testing frameworks such as JUnit.
1337
1337
The framework runner searches for all the suitable annotated packages, automatically configures suites, forms the suite hierarchy, executes it and reports results in specified formats.</p>
0 commit comments