Formatting changes

This commit is contained in:
Sameera Wickramasekara 2017-10-13 22:49:40 +05:30
parent 91e3f002e4
commit ba6153bf1c

View File

@ -165,7 +165,8 @@ public class CertificateManagementServiceImplNegativeTests extends PowerMockTest
instance.searchCertificates(MOCK_SERIAL);
}
@Test(description = "This test case tests behaviour when an error occurs while searching for the certificate by the serial",expectedExceptions = CertificateManagementException.class)
@Test(description = "This test case tests behaviour when an error occurs while searching for the certificate by the serial"
,expectedExceptions = CertificateManagementException.class)
public void negativeTestSearchCertificates2() throws CertificateManagementException {
CertificateManagementDAOFactory.init(daoExceptionDatasource);
CertificateManagementServiceImpl instance1 = CertificateManagementServiceImpl.getInstance();