Skip to content

Feature/add support for random order of execution #82

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Apr 5, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Make Options accessible
  • Loading branch information
pesse committed Apr 4, 2019
commit 04f06701ba90514ed1543099084a6f90cd7a32dd
2 changes: 2 additions & 0 deletions src/main/java/org/utplsql/api/TestRunner.java
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ public TestRunner randomTestOrderSeed( Integer seed ) {
return this;
}

public TestRunnerOptions getOptions() { return options; }

private void delayedAddReporters() {
if (reporterFactory != null) {
reporterNames.forEach(this::addReporter);
Expand Down