package comp1110.exam;
import org.junit.Rule;
import org.junit.rules.Timeout;
Copyright By PowCoder代写 加微信 powcoder
import static org.junit.Assert.*;
* COMP1110 Exam, Question 3.2
public class Q3GetMaxCoStarsTest {
public Timeout globalTimeout = Timeout.millis(500);
String[] names = new String[]{
“Boyz n da Hood”,
“Higher Learning”
int[] years = new int[]{
String[] directors = new String[]{
String[][] actors = new String[][]{
new String[]{” “, ” “, ” “},
new String[]{“Ice Cube”, “Cuba Gooding, Jr.”, ” “, ” “},
new String[]{” “, “Ice Cube”, ” “}
// FIXME add one or more JUnit unit tests for the getMaxCoStars() method of the Q3Hollywood class
程序代写 CS代考 加微信: powcoder QQ: 1823890830 Email: powcoder@163.com