Skip to content

Commit a1045cb

Browse files
expose run in UtplsqlRunner for testing purposes
1 parent 6df7d05 commit a1045cb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sqldev/src/main/java/org/utplsql/sqldev/runner/UtplsqlRunner.java

+6
Original file line numberDiff line numberDiff line change
@@ -469,4 +469,10 @@ public Thread getProducerThread() {
469469
public Thread getConsumerThread() {
470470
return consumerThread;
471471
}
472+
473+
// for testing purposes only
474+
public Run getRun() {
475+
return run;
476+
}
477+
472478
}

0 commit comments

Comments
 (0)