Browse Source

1. Testfall

master
blckxsepia 5 years ago
parent
commit
3b1643850c
1 changed files with 15 additions and 0 deletions
  1. 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);


}

}

Loading…
Cancel
Save