Skip to content

Commit 67b43a3

Browse files
add infoCounter (number of tests with server output)
This is a virtual counter, not provided by the realtime reporter. It's only available on Run level, hence it is not put into the Counter class.
1 parent e9e6a81 commit 67b43a3

File tree

1 file changed

+1
-0
lines changed
  • sqldev/src/main/java/org/utplsql/sqldev/model/runner

1 file changed

+1
-0
lines changed

sqldev/src/main/java/org/utplsql/sqldev/model/runner/Run.xtend

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ class Run extends AbstractModel {
2929
String endTime
3030
Double executionTime
3131
Counter counter
32+
Integer infoCount
3233
String errorStack
3334
String serverOutput
3435
LinkedHashMap<String, Test> tests

0 commit comments

Comments
 (0)