public class RandomChooserTest extends Object
Constructor and Description |
---|
RandomChooserTest() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
void |
testChooseRandomDeck() |
void |
testChooserandomInt()
Test method for
RandomChooser.chooserandom(int, int) . |
void |
testChooserandomInts() |
void |
testChooserandomWrep()
Test method for
RandomChooser.chooserandomWrep(int, int) } . |
void |
testRandomSubset() |
void |
testRepeat()
Check correctness of the sampling algorithm for choosing subsets of size 2.
|
void |
testRepeatSubset()
Check correctness of the sampling algorithm for choosing subsets of size 2.
|
public void testChooseRandomDeck()
public void testChooserandomInt()
RandomChooser.chooserandom(int, int)
.public void testChooserandomInts()
public void testChooserandomWrep()
RandomChooser.chooserandomWrep(int, int)
} .public void testRandomSubset()
public void testRepeat()
public void testRepeatSubset()
Copyright © 2003–2023 UBC Michael Smith Laboratories. All rights reserved.