Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 plsql,并且我有一些包含过程和函数的包,并且一些方法包含异常。
我必须编写一些单元测试来测试方法中的异常。
你能告诉我我该怎么做吗?
这可能吗?
感谢您的时间!
BR,约翰
如果你真的想测试一个异常......只需在你的程序中使用 RAISE(exception) 并确保当你运行测试时,它会命中这个 raise 语句;