Added 2 Test Cases

This commit is contained in:
Batuhan Berk Başoğlu 2018-11-14 12:45:59 -05:00
parent e45e742d71
commit 2eb8555ae5

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() {
}
}