We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9789ddc commit 6f64e84Copy full SHA for 6f64e84
1 file changed
app/test/processing/app/MessagesTest.kt
@@ -2,15 +2,18 @@ package processing.app
2
3
import org.junit.jupiter.api.Assertions.*
4
import org.junit.jupiter.api.Test
5
+import org.mockito.Mockito.*
6
7
class MessagesTest {
8
@Test
9
fun showMessage() {
10
+ // Mock output state; instead of output to terminal -> output to a data stream (byte array)
11
12
}
13
14
15
fun showWarning() {
16
+
17
18
19
0 commit comments