TabletopAssistant / DiceKit

Swift framework for expressing and evaluating dice notation (e.g., d20, 4d6+4, 3d8×10+2), which is commonly used in tabletop role-playing games.
Apache License 2.0
14 stars 1 forks source link

Cleanup `Equatable` unit tests to use utility generic methods #54

Closed brentleyjones closed 9 years ago

brentleyjones commented 9 years ago

It's too much of a pain and repetition to test Equatable. They are all basically the same, so they should be able to be automated.