Fixed test files
This commit is contained in:
parent
3a4c792cb5
commit
672a241e88
3 changed files with 15 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
||||||
|
import static org.junit.Assert.*;
|
||||||
|
|
||||||
|
public class LogInTest {
|
||||||
|
|
||||||
|
}
|
|
@ -0,0 +1,5 @@
|
||||||
|
import static org.junit.Assert.*;
|
||||||
|
|
||||||
|
public class ServiceProviderTest {
|
||||||
|
|
||||||
|
}
|
|
@ -0,0 +1,5 @@
|
||||||
|
import static org.junit.Assert.*;
|
||||||
|
|
||||||
|
public class SignUpTest {
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in a new issue