package comp1110.exam;
import org.junit.Rule;
import org.junit.Test;
Copyright By PowCoder代写 加微信 powcoder
import org.junit.rules.Timeout;
* COMP1110 Final Exam, Question 2ii
public class Q2TotalStockValueTest {
public Timeout globalTimeout = Timeout.millis(500);
// FIXME add one ore more JUnit unit tests that test the totalStockValue() method of the Q2SimpleStockManager class.
程序代写 CS代考 加微信: powcoder QQ: 1823890830 Email: powcoder@163.com