utPLSQL-PLSQL-Developer
utPLSQL-PLSQL-Developer copied to clipboard
Show custom message from excpect
The custom message is not displayed in PL/SQL Developer
ut.expect(acc.pa_zins.anzahl_tage(p_startdatum, p_enddatum, p_methode)
, ' für Daten: '||to_char(p_startdatum,'dd.mm.yyyy')||' bis: '||to_char(p_enddatum,'dd.mm.yyyy'))
.to_equal(p_resultat);
This is how it looks in TOAD: