Simplifying the test method name.
This commit is contained in:
parent
8d9d76cc09
commit
425b8905ec
|
@ -14,7 +14,7 @@ class SimpleTest5 {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@Disabled
|
@Disabled
|
||||||
fun `JUnit should complain and report failed assertions`() {
|
fun `3 is equal to 4`() {
|
||||||
Assertions.assertEquals(3, 4) {
|
Assertions.assertEquals(3, 4) {
|
||||||
"Three does not equal four"
|
"Three does not equal four"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue