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

Expand test coverage of `MinimizationExpression` and `MaximizationExpression` #121

Closed brentleyjones closed 8 years ago

brentleyjones commented 8 years ago

Our test coverage of MinimizationExpression, MinimizationExpressionResult, MaximizationExpression, and MaximizationExpressionResult is lower than I would like. See NegationExpression and NegationExpressionResult for example test coverage.