NoIssue: Fix description
This commit is contained in:
@@ -11,9 +11,9 @@ import static org.junit.jupiter.api.Assertions.assertThrows;
|
|||||||
@DisplayName("Sad Random Ints Tests")
|
@DisplayName("Sad Random Ints Tests")
|
||||||
public class IncorrectRandomIntsTests {
|
public class IncorrectRandomIntsTests {
|
||||||
|
|
||||||
@DisplayName("RandomInts.getSomeInts()")
|
@DisplayName("Do incorrect range bounds throw?")
|
||||||
@Test
|
@Test
|
||||||
void testThatMinBoundIsGreaterThanMaxBoundThrows() {
|
void testThatItThrowsWhenMinBoundIsGreaterThanMaxBound() {
|
||||||
// Arrange
|
// Arrange
|
||||||
int minBound = 10;
|
int minBound = 10;
|
||||||
int maxBound = 5;
|
int maxBound = 5;
|
||||||
Reference in New Issue
Block a user