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 4bb5511 commit 56581b7Copy full SHA for 56581b7
1 file changed
udp/src/test/java/com/pedro/udp/ExampleUnitTest.kt
@@ -0,0 +1,12 @@
1
+package com.pedro.udp
2
+
3
+import org.junit.Test
4
5
+import org.junit.Assert.*
6
7
+class ExampleUnitTest {
8
+ @Test
9
+ fun addition_isCorrect() {
10
+ assertEquals(4, 2 + 2)
11
+ }
12
+}
0 commit comments