Added 2 Test Cases
This commit is contained in:
parent
6495b19d9e
commit
fd9888fcdc
1 changed files with 16 additions and 0 deletions
|
@ -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() {
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue