Skip to content

Why CustomDump has dependency on xctest-dynamic-overlay #90

Discussion options

You must be logged in to vote

@InderKumarRathore One of Custom Dump's main tools is XCTAssertNoDifference, which provides a nice, human-readable version of XCTAssertEqual. It requires XCTest Dynamic Overlay to define test tools inside a library target. You can learn more about the library here: https://github.com/pointfreeco/xctest-dynamic-overlay

It's a very lightweight interface to XCTest, though, so it should compile quite fast and not be a burdensome dependency to bring in. Do you have any concerns?

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by InderKumarRathore
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #89 on May 12, 2023 14:51.