httpexpect icon indicating copy to clipboard operation
httpexpect copied to clipboard

Issue #269 Unit tests for Request and Response properties of AssertionContext

Open m-posluszny opened this issue 5 months ago • 1 comments

I've written all required unit tests for success and failure scenarios for AssertionContext needed for https://github.com/gavv/httpexpect/issues/269 Placed it under expect_test.go

I've implemented a new interface for AssertionHandler that stores context state, so later I can use it to validate fields.

m-posluszny avatar Jan 10 '24 16:01 m-posluszny