Formatting changes

revert-70aa11f8
Sameera Wickramasekara 7 years ago
parent 91e3f002e4
commit ba6153bf1c

@ -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();

Loading…
Cancel
Save