Gut 6.4.0 released

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By bitwes

Another Gut release (6.4.0). This one introduces Spies and fixes a dumb mistake with original doubles implementation. There’s also a new assert and a couple command line options. Thanks goes out to Myrkeim and cmfmcf for their PRs.

I’ve been dog fooding this release in my own game and I like where it’s heading. Doubling, stubbing and using the new spy asserts has helped me remove some dependencies from tests and made my unit tests more unit-like and less integration-like.

I’ve also been having a lot of fun creating Inner Test classes for better organization of my test scripts. Inner Test classes were introduced in the last release and I’m already not sure how I made it this far without them.

I’d love to hear any feedback. As always…happy testing everybody.