how about now?

This commit is contained in:
IvanaE 2018-11-13 13:49:26 -05:00
parent 3e555f0b41
commit a422c6fc3d
2 changed files with 19 additions and 3 deletions

View file

@ -8,7 +8,8 @@ import static org.junit.Assert.*;
public class ServiceProviderTest {
ServiceProvider serviceprovider = new ServiceProvider("John123", "1234567890", "John", "Doe");
ServiceProvider serviceprovider = new ServiceProvider("John123", "1234567890", "John", "Doe",
"testaddress", "8888888888", "companydotcom", true);
/**
* Initiates an ServiceProvider account and tests if the random strings match to the required inputs.