Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
idatt2003 programmering 2 Galina Kristensen
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
Galina Kristensen
idatt2003 programmering 2 Galina Kristensen
Commits
6ccbd573
Commit
6ccbd573
authored
10 months ago
by
Galina Kristensen
Browse files
Options
Downloads
Patches
Plain Diff
Add JavaDoc to DeckofCardsTest
parent
fd287fb7
No related branches found
No related tags found
1 merge request
!2
oppg2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/test/java/DeckOfCardsTest.java
+9
-0
9 additions, 0 deletions
src/test/java/DeckOfCardsTest.java
with
9 additions
and
0 deletions
src/test/java/DeckOfCardsTest.java
+
9
−
0
View file @
6ccbd573
...
...
@@ -5,6 +5,15 @@ import org.junit.jupiter.params.ParameterizedTest;
import
org.junit.jupiter.params.provider.CsvSource
;
import
static
org
.
junit
.
jupiter
.
api
.
Assertions
.*;
/**
* Test class for DeckOfCards class
* First parameterized to test accessor methods
* Then a visual String test to ensure the class is constructed properly
*
* @version 1.0
* @author Galina Kristensen
*/
public
class
DeckOfCardsTest
{
@ParameterizedTest
@CsvSource
({
...
...
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