This website works better with JavaScript.
Home
Explore
Help
Sign In
korndoerferpi67188
/
ChareSWE
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
1. Testfall
master
blckxsepia
6 years ago
parent
f112e10987
commit
3b1643850c
1 changed files
with
15 additions
and
0 deletions
Split View
Show Diff Stats
15
0
src/TestKorndoerfer.java
+ 15
- 0
src/TestKorndoerfer.java
View File
@@ -0,0 +1,15 @@
import org.junit.Test;
import static org.junit.Assert.*;
public class TestKorndoerfer {
@Test
public void testMulitply(){
int i =2;
int result =i*2;
assertEquals(4, result);
}
}
Write
Preview
Loading…
Cancel
Save