Skip to content
Snippets Groups Projects
Commit 6ccbd573 authored by Galina Kristensen's avatar Galina Kristensen
Browse files

Add JavaDoc to DeckofCardsTest

parent fd287fb7
No related branches found
No related tags found
1 merge request!2oppg2
......@@ -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({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment