zaproxy / zest

Mozilla Public License 2.0
102 stars 36 forks source link

Remove `printStackTrace` calls in tests #245

Closed thc202 closed 1 year ago

thc202 commented 1 year ago

Let the exception bubble up instead of (possibly) hiding an error. For the tests changed use BeforeEach to setup the preconditions, more idiomatic than using initialisation blocks.

thc202 commented 1 year ago

Best viewed ignoring whitespace changes.