Difference
Difference copied to clipboard
Simple way to identify what is different between 2 instances of any type. Must have for TDD.
Hello. I have found a bug where `Difference` finds difference between two equally objects. Example code that represents the issue: ```swift import UIKit import Difference class ViewController: UIViewController { override...
Hey Krzysztof! First of all, thank you for all the tools that you share with the community, they are always very useful. Our Paris team are very grateful :) We...
Hey Krzysztof! Thank you for this library! This is super useful!!! 🎉 My team mates also find this very useful!! Hope this thank-you note cheers up your day 👍 Best...
I've imported Difference to another framework and now I'm getting linker error when building the app/tests, because Difference.Difference shadows Difference. Warning from archiving the framework: public enum 'Difference.Difference' shadows module...
What is the best way to use this with https://developer.apple.com/documentation/testing? Great work on a really useful library!