Skip to content

Commit 04f0670

Browse files
committed
Make Options accessible
1 parent 4a08e07 commit 04f0670

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/org/utplsql/api/TestRunner.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ public TestRunner randomTestOrderSeed( Integer seed ) {
129129
return this;
130130
}
131131

132+
public TestRunnerOptions getOptions() { return options; }
133+
132134
private void delayedAddReporters() {
133135
if (reporterFactory != null) {
134136
reporterNames.forEach(this::addReporter);

0 commit comments

Comments
 (0)