how about now?
This commit is contained in:
parent
3e555f0b41
commit
a422c6fc3d
2 changed files with 19 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue