rest-assured-net icon indicating copy to clipboard operation
rest-assured-net copied to clipboard

Refactor logging code to make it testable

Open basdijkstra opened this issue 8 months ago • 0 comments

Right now there’s no way to verify that logging actually works other than looking at the test output.

By extracting the creation of logging output into a separate method / class I should be able to write proper tests for it.

basdijkstra avatar Feb 23 '25 10:02 basdijkstra