Commit 44d112c3 authored by a-j.towse's avatar a-j.towse

WIP UNITTEST

parent 7879f847
import static org.junit.Assert.assertEquals;
import org.junit.Test;
public class unitTest {
@Test
public void Constructors(){
Zoo myZoo = new Zoo();
//Fish Constructor
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment