Added 2 Test Cases

This commit is contained in:
Batuhan Berk Başoğlu 2018-11-14 12:45:59 -05:00
parent 6495b19d9e
commit fd9888fcdc

View file

@ -0,0 +1,16 @@
package com.uottawa.olympus.olympusservices;
import org.junit.Test;
import static org.junit.Assert.*;
public class ServiceProviderTest2 {
@Test
public void testAvailabilities() {
}
@Test
public void testOtherInstances() {
}
}