Skip to content
Snippets Groups Projects
Commit 7dfdb4b0 authored by PIERRON Laurent's avatar PIERRON Laurent :man_in_tuxedo_tone1:
Browse files

Adding .idea to .gitignore

parent b1fa800d
No related branches found
No related tags found
No related merge requests found
target target
.DS_Store .DS_Store
.vscode .vscode
.idea
...@@ -7,9 +7,9 @@ import javax.vecmath.Point3d; ...@@ -7,9 +7,9 @@ import javax.vecmath.Point3d;
/** /**
* Created by dparsons on 12/08/15. * Created by dparsons on 12/08/15.
*/ */
public class SphereTest { class SphereTest {
@Test @Test
public void testComputeVolume() throws Exception { void testComputeVolume() throws Exception {
Sphere mySphere = new Sphere(1.5); Sphere mySphere = new Sphere(1.5);
assertEquals(14.137166941154069, mySphere.computeVolume(), 0.0); assertEquals(14.137166941154069, mySphere.computeVolume(), 0.0);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment