Merge pull request #3137 from 4Science/issue-3055-some-renaming

Issue 3055 some renaming
This commit is contained in:
Tim Donohue
2021-02-01 11:43:01 -06:00
committed by GitHub
6 changed files with 9 additions and 9 deletions

View File

@@ -20,7 +20,7 @@ import org.dspace.scripts.factory.ScriptServiceFactory;
import org.dspace.scripts.service.ScriptService;
import org.junit.Test;
public class CurationTest extends AbstractIntegrationTestWithDatabase {
public class CurationIT extends AbstractIntegrationTestWithDatabase {
@Test(expected = ParseException.class)
public void curationWithoutEPersonParameterTest() throws Exception {

View File

@@ -35,11 +35,11 @@ import org.slf4j.LoggerFactory;
*
* @author mhwood
*/
public class ITCurator
public class CuratorReportTest
extends AbstractUnitTest {
Logger LOG = LoggerFactory.getLogger(ITCurator.class);
Logger LOG = LoggerFactory.getLogger(CuratorReportTest.class);
public ITCurator() {
public CuratorReportTest() {
}
@BeforeClass

View File

@@ -21,9 +21,9 @@ import org.junit.Test;
*
* @author mwood
*/
public class GroupServiceImplIT
public class GroupServiceImplTest
extends AbstractUnitTest {
public GroupServiceImplIT() {
public GroupServiceImplTest() {
super();
}

View File

@@ -35,7 +35,7 @@ import org.junit.Test;
/**
* Test class for the BitstreamEventProcessor
*/
public class BitstreamEventProcessorTest extends AbstractIntegrationTestWithDatabase {
public class BitstreamEventProcessorIT extends AbstractIntegrationTestWithDatabase {
private ConfigurationService configurationService = DSpaceServicesFactory.getInstance().getConfigurationService();

View File

@@ -41,7 +41,7 @@ import org.mockito.Mock;
/**
* Test for the ExportEventProcessor class
*/
public class ExportEventProcessorTest extends AbstractIntegrationTestWithDatabase {
public class ExportEventProcessorIT extends AbstractIntegrationTestWithDatabase {
@Mock
private final HttpServletRequest request = mock(HttpServletRequest.class);

View File

@@ -29,7 +29,7 @@ import org.junit.Test;
/**
* Test class for the ItemEventProcessor
*/
public class ItemEventProcessorTest extends AbstractIntegrationTestWithDatabase {
public class ItemEventProcessorIT extends AbstractIntegrationTestWithDatabase {
private final ConfigurationService configurationService