Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sphere
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PIERRON Laurent
sphere
Commits
7dfdb4b0
Commit
7dfdb4b0
authored
2 years ago
by
PIERRON Laurent
Browse files
Options
Downloads
Patches
Plain Diff
Adding .idea to .gitignore
parent
b1fa800d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
src/test/java/fr/nancy/iut/SphereTest.java
+2
-2
2 additions, 2 deletions
src/test/java/fr/nancy/iut/SphereTest.java
with
3 additions
and
2 deletions
.gitignore
+
1
−
0
View file @
7dfdb4b0
target
.DS_Store
.vscode
.idea
This diff is collapsed.
Click to expand it.
src/test/java/fr/nancy/iut/SphereTest.java
+
2
−
2
View file @
7dfdb4b0
...
...
@@ -7,9 +7,9 @@ import javax.vecmath.Point3d;
/**
* Created by dparsons on 12/08/15.
*/
public
class
SphereTest
{
class
SphereTest
{
@Test
public
void
testComputeVolume
()
throws
Exception
{
void
testComputeVolume
()
throws
Exception
{
Sphere
mySphere
=
new
Sphere
(
1.5
);
assertEquals
(
14.137166941154069
,
mySphere
.
computeVolume
(),
0.0
);
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment