Compare commits
No commits in common. "becdc0e088d65afb088e57f76a448fd0755bef2f" and "9a7642a516cbc53caa2f8b12c53460867b61fc00" have entirely different histories.
becdc0e088
...
9a7642a516
1
.idea/ChareSWE.iml
generated
1
.idea/ChareSWE.iml
generated
@ -7,6 +7,5 @@
|
|||||||
</content>
|
</content>
|
||||||
<orderEntry type="inheritedJdk" />
|
<orderEntry type="inheritedJdk" />
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
<orderEntry type="library" name="jars" level="project" />
|
|
||||||
</component>
|
</component>
|
||||||
</module>
|
</module>
|
@ -1,6 +0,0 @@
|
|||||||
public class HelloWorld {
|
|
||||||
public static void main(String[] args) {
|
|
||||||
|
|
||||||
System.out.println("Hallo Welt");
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,47 +0,0 @@
|
|||||||
import org.junit.Test;
|
|
||||||
import static org.junit.Assert.*;
|
|
||||||
|
|
||||||
public class Testamadoubahaa {
|
|
||||||
|
|
||||||
@Test
|
|
||||||
public void testTrue(){
|
|
||||||
assertTrue(1==1);
|
|
||||||
assertEquals(4, 2*2);
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
@Test
|
|
||||||
public void testMultiply(){
|
|
||||||
|
|
||||||
// Arrange
|
|
||||||
int i = 2;
|
|
||||||
|
|
||||||
// Act
|
|
||||||
int result = i * 2;
|
|
||||||
|
|
||||||
// Assert
|
|
||||||
assertEquals(4, result);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Test
|
|
||||||
|
|
||||||
public void testOne(){
|
|
||||||
|
|
||||||
//
|
|
||||||
int j = 23 ;
|
|
||||||
int a = 38;
|
|
||||||
|
|
||||||
// Act
|
|
||||||
int res = j + a;
|
|
||||||
|
|
||||||
// Assert
|
|
||||||
|
|
||||||
assertEquals(100, res);
|
|
||||||
|
|
||||||
|
|
||||||
//
|
|
||||||
|
|
||||||
//
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user