Package com.takenoko.weather
Class DiceTest.Roll
java.lang.Object
com.takenoko.weather.DiceTest.Roll
- Enclosing class:
- DiceTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
-
Constructor Details
-
Roll
Roll()
-
-
Method Details
-
shouldReturnANumberBetween0And5WhenRandomIsBetween0And5
@Test @DisplayName("should return a number between 0 and 5 when random is between 0 and 5") void shouldReturnANumberBetween0And5WhenRandomIsBetween0And5()
-