mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 15:03:18 +00:00
Merge pull request #3137 from 4Science/issue-3055-some-renaming
Issue 3055 some renaming
This commit is contained in:
@@ -20,7 +20,7 @@ import org.dspace.scripts.factory.ScriptServiceFactory;
|
|||||||
import org.dspace.scripts.service.ScriptService;
|
import org.dspace.scripts.service.ScriptService;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
public class CurationTest extends AbstractIntegrationTestWithDatabase {
|
public class CurationIT extends AbstractIntegrationTestWithDatabase {
|
||||||
|
|
||||||
@Test(expected = ParseException.class)
|
@Test(expected = ParseException.class)
|
||||||
public void curationWithoutEPersonParameterTest() throws Exception {
|
public void curationWithoutEPersonParameterTest() throws Exception {
|
@@ -35,11 +35,11 @@ import org.slf4j.LoggerFactory;
|
|||||||
*
|
*
|
||||||
* @author mhwood
|
* @author mhwood
|
||||||
*/
|
*/
|
||||||
public class ITCurator
|
public class CuratorReportTest
|
||||||
extends AbstractUnitTest {
|
extends AbstractUnitTest {
|
||||||
Logger LOG = LoggerFactory.getLogger(ITCurator.class);
|
Logger LOG = LoggerFactory.getLogger(CuratorReportTest.class);
|
||||||
|
|
||||||
public ITCurator() {
|
public CuratorReportTest() {
|
||||||
}
|
}
|
||||||
|
|
||||||
@BeforeClass
|
@BeforeClass
|
@@ -21,9 +21,9 @@ import org.junit.Test;
|
|||||||
*
|
*
|
||||||
* @author mwood
|
* @author mwood
|
||||||
*/
|
*/
|
||||||
public class GroupServiceImplIT
|
public class GroupServiceImplTest
|
||||||
extends AbstractUnitTest {
|
extends AbstractUnitTest {
|
||||||
public GroupServiceImplIT() {
|
public GroupServiceImplTest() {
|
||||||
super();
|
super();
|
||||||
}
|
}
|
||||||
|
|
@@ -35,7 +35,7 @@ import org.junit.Test;
|
|||||||
/**
|
/**
|
||||||
* Test class for the BitstreamEventProcessor
|
* Test class for the BitstreamEventProcessor
|
||||||
*/
|
*/
|
||||||
public class BitstreamEventProcessorTest extends AbstractIntegrationTestWithDatabase {
|
public class BitstreamEventProcessorIT extends AbstractIntegrationTestWithDatabase {
|
||||||
|
|
||||||
private ConfigurationService configurationService = DSpaceServicesFactory.getInstance().getConfigurationService();
|
private ConfigurationService configurationService = DSpaceServicesFactory.getInstance().getConfigurationService();
|
||||||
|
|
@@ -41,7 +41,7 @@ import org.mockito.Mock;
|
|||||||
/**
|
/**
|
||||||
* Test for the ExportEventProcessor class
|
* Test for the ExportEventProcessor class
|
||||||
*/
|
*/
|
||||||
public class ExportEventProcessorTest extends AbstractIntegrationTestWithDatabase {
|
public class ExportEventProcessorIT extends AbstractIntegrationTestWithDatabase {
|
||||||
|
|
||||||
@Mock
|
@Mock
|
||||||
private final HttpServletRequest request = mock(HttpServletRequest.class);
|
private final HttpServletRequest request = mock(HttpServletRequest.class);
|
@@ -29,7 +29,7 @@ import org.junit.Test;
|
|||||||
/**
|
/**
|
||||||
* Test class for the ItemEventProcessor
|
* Test class for the ItemEventProcessor
|
||||||
*/
|
*/
|
||||||
public class ItemEventProcessorTest extends AbstractIntegrationTestWithDatabase {
|
public class ItemEventProcessorIT extends AbstractIntegrationTestWithDatabase {
|
||||||
|
|
||||||
|
|
||||||
private final ConfigurationService configurationService
|
private final ConfigurationService configurationService
|
Reference in New Issue
Block a user