程序代写 COMP1110 Exam, Question 3.2

package comp1110.exam;

import org.junit.Rule;
import org.junit.rules.Timeout;

Copyright By PowCoder代写 加微信 powcoder

* COMP1110 Exam, Question 3.2
public class Q3GetMaxCoauthorsTest {
public Timeout globalTimeout = Timeout.millis(500);

int[] isbns = new int[]{
743477111,
521618746,
743477103,
743477545,
679783261,
141439661,
141439580,
192802631,
int[] years = new int[]{
String[][] authors = new String[][]{
{” “, ” “, ” “},
{” “, ” “, ” “},
{” “, ” . Mowat”, ” “, ” “},
{” “, ” “, ” “},
{” “, ” “},
{” “, ” “, “Deidre Shauna Lynch”},
String[] titles = new String[]{
“An Excellent conceited Tragedie of Romeo and Juliet”,
“The Tragicall Historie of Hamlet, Prince of Denmark”,
“The Tragedy of Macbeth”,
“A Midsummer Night’s Dream”,
“Pride and Prejudice”,
“Sense and Sensibility”,
“Persuasion”,
float[] ratings = new float[] {

// FIXME add one or more JUnit unit tests for the getMaxCoauthors() method of the Q3Library class

程序代写 CS代考 加微信: powcoder QQ: 1823890830 Email: powcoder@163.com