Test 1
This commit is contained in:
parent
a27904a7b2
commit
f49195c805
13
TriangleCheckerAssignment.iml
Normal file
13
TriangleCheckerAssignment.iml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<module type="JAVA_MODULE" version="4">
|
||||||
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||||
|
<exclude-output />
|
||||||
|
<content url="file://$MODULE_DIR$">
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
|
||||||
|
</content>
|
||||||
|
<orderEntry type="inheritedJdk" />
|
||||||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
<orderEntry type="library" name="jars" level="project" />
|
||||||
|
</component>
|
||||||
|
</module>
|
@ -2,7 +2,7 @@ import org.junit.Test;
|
|||||||
import static org.junit.Assert.*;
|
import static org.junit.Assert.*;
|
||||||
|
|
||||||
public class TriangleCheckerTest {
|
public class TriangleCheckerTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testValidTriangle() {
|
public void testValidTriangle() {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user