Skip to content

Conversation

@deviantintegral
Copy link
Owner

No description provided.

Remove testGetStatusCode() as it is redundant with
testWithStatusDoesNotModifyOriginal() which also tests getStatusCode().

Coverage and mutation score are maintained at 100%.
Remove testWithStatus() as it is redundant with
testWithStatusDoesNotModifyOriginal() which tests the same withStatus()
call with identical status code and reason phrase assertions.

Coverage and mutation score are maintained at 100%.
Remove testGetReasonPhrase() as it is redundant with
testWithStatusDoesNotModifyOriginal() which also tests getReasonPhrase().

Coverage and mutation score are maintained at 100%.
Remove testGetHarResponse() as it is redundant with
testGetHarResponseReturnsClone() and testWithBodyDoesNotModifyOriginal()
which also call getHarResponse().

Coverage and mutation score are maintained at 100%.
Remove testGetHeader() as it is redundant with other tests that also
call getHeader() (testWithHeader, testWithAddedHeader, etc.).

Coverage and mutation score are maintained at 100%.
Remove testHasHeader() as it is redundant with testWithoutHeader()
which also calls hasHeader().

Coverage and mutation score are maintained at 100%.
Remove testGetHeaders() as it is redundant with other header tests.

Coverage and mutation score are maintained at 100%.
Remove testGetProtocolVersion() as it is redundant with
testWithProtocolVersion() which also tests getProtocolVersion().

Coverage and mutation score are maintained at 100%.
Remove testWithAddedHeader() as it is redundant with
testGetHeaderLine() and testWithAddedHeaderArrayValue() which also
call withAddedHeader().

Coverage and mutation score are maintained at 100%.
Remove testWithAddedHeaderArrayValue() as it is redundant with
testGetHeaderLine() which also calls withAddedHeader().

Coverage and mutation score are maintained at 100%.
Remove testGetBody() as it is redundant with testWithBody() and
testWithBodyDoesNotModifyOriginal() which also call getBody().

Coverage and mutation score are maintained at 100%.
Remove testWithBody() as it is redundant with
testWithBodyDoesNotModifyOriginal() which also calls withBody() and
getBody().

Coverage and mutation score are maintained at 100%.
@deviantintegral deviantintegral marked this pull request as ready for review December 18, 2025 00:52
@deviantintegral deviantintegral merged commit 3a559b3 into test-cleanup Dec 18, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants