Releases: utPLSQL/utPLSQL-SQLDeveloper
Releases · utPLSQL/utPLSQL-SQLDeveloper
utPLSQL for SQL Developer v1.0.0
New
- #6 - Run utPLSQL tests in a dedicated utPLSQL view
- Realtime reporter as dockable window
- Green progress bar while all tests succeed
- Red progress bar when one or more tests failed or errored
- Asynchronous test execution
- Continuously updated test results (in near realtime)
- Browse through test overview (keys
Up,Down,PgUp,PgDn,Home,Endor scroll wheel) - Open test package in the PL/SQL editor on double-click
- Sort tests by status, indicators, suitepath/description, execution time
- Reset sort order (by test execution)
- Show common suitepath prefix in column header
- Hyperlinks for code references in test details tabs (failures, errors, warnings and info)
- Report warning and info messages on suite level in last test of a suite
- Synchronize test details tab based on selected test and its status
- Enable/disable counters per run (disabled, warnings, info)
- Enable/disable indicators per test (warnings, info)
- Enable/disable test description in overview
- Run tests in parallel (is useful for independent tests only)
- Rerun all tests (in same window or in a new worksheet)
- Rerun selected tests (in same window or in a new worksheet)
- History of last test runs
- Clear history of last test runs (except currently selected run)
- Requires utPLSQL v3.1.4 or higher (otherwise tests run in a worksheet)
- Preferences
- Use realtime reporter?
- Realtime reporter preferences
- Number of runs in history
- Show disabled counter?
- Show warnings counter?
- Show info counter?
- Show warning indicator?
- Show info indicator?
- Show description (if present)?
- Synchronize detail tab based on test status?
Improved
- Updated utPLSQL logo in context menu
- Preferences grouped in tabs
- Run utPLSQL test
- Realtime Reporter
- Generate utPLSQL test
- oddgen
Fixed
- #59 - Always use the utPLSQL annotation API to identify a test based on the cursor position within a PL/SQL editor
utPLSQL for SQL Developer v0.7.1
utPLSQL for SQL Developer v0.7.0
New
- #46 Manage utPLSQL core compatiblity explicitely
If utPLSQL v3.1.3 or later is installed, then the new annotation API is used.
Descriptions will be shown in the oddgen navigator window, when defined for a test, context or suite.
Improved
- #51 oddgen "Run test" generator is slow
Fixed
- #49 Wrong indentation in SQL Developer package body code template
utPLSQL for SQL Developer v0.6.4
Fixed
- #47 Connections of unshared worksheet are not closed
utPLSQL for SQL Developer v0.6.3
Fixed
- #44 utPLSQL suitepath is case-insensitive
utPLSQL for SQL Developer v0.6.2
Fixed
- #42 ut3 schema hardcoded in oddgen report
utPLSQL for SQL Developer v0.6.1
Fixed
- #40 Code coverage report not produced on Windows platforms
utPLSQL for SQL Developer v0.6.0
New
- #9 Support Code Coverage