Skip to content

Commit 6f64e84

Browse files
Import mockito
1 parent 9789ddc commit 6f64e84

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

app/test/processing/app/MessagesTest.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@ package processing.app
22

33
import org.junit.jupiter.api.Assertions.*
44
import org.junit.jupiter.api.Test
5+
import org.mockito.Mockito.*
56

67
class MessagesTest {
78
@Test
89
fun showMessage() {
10+
// Mock output state; instead of output to terminal -> output to a data stream (byte array)
911

1012
}
1113

1214
@Test
1315
fun showWarning() {
16+
1417
}
1518

1619
@Test

0 commit comments

Comments
 (0)