Class DiceTests
Inheritance
System.Object
DiceTests
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: osrlib.Tests
Assembly: osrlib.Tests.dll
Syntax
public class DiceTests
Methods
| Improve this Doc View SourceDiceRollsAlwaysWithinBounds()
Ensures that the DiceRoll always returns values within the desired range.
Declaration
[Fact]
public void DiceRollsAlwaysWithinBounds()
InvalidDiceRollThrowsException()
Declaration
[Fact]
public void InvalidDiceRollThrowsException()