Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 939 Bytes

faq.md

File metadata and controls

21 lines (16 loc) · 939 Bytes

Table of Content

to update toc, please read this page.

Tests

Why is the test duration equal to Zero?

If you don't make an external call (eg HTTP call), the evaluation and test of a policy are really quick (few hundreds of microseconds). But IntelliJ stores duration with millisecond precision. Consequently, if your test takes less than a millisecond to be executed, it will be shown as 0 in the interface.

Nevertheless, you can see the raw test duration in the output console.

Why does the plugin not display PASS tests?

By default IntelliJ does not show pass tests. To show them you have to click on the "check" icon.

template editor