9101112131415
private GCD gcd; protected void setUp() throws Exception { super.setUp(); gcd = new GCD(); }