what about now

This commit is contained in:
IvanaE 2018-11-16 15:56:09 -05:00
parent 04c895262e
commit 60c1329bcd

View file

@ -8,6 +8,7 @@ public class ServiceProviderTest2 {
ServiceProvider serviceprovider = new ServiceProvider("John123", "1234567890", "John", "Doe",
"testaddress", "8888888888", "companydotcom", true);
/**
* sets availabilities and tests them.
*/
@ -29,6 +30,7 @@ public class ServiceProviderTest2 {
*/
@Test
public void testOtherInstances() {
serviceprovider.setDescription("LOL");
assertEquals( "testaddress", serviceprovider.getAddress() );
assertEquals( "8888888888", serviceprovider.getPhonenumber() );
assertEquals( "companydotcom", serviceprovider.getCompanyname() );