Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit a04fb8ba authored by Joze RIHTARSIC's avatar Joze RIHTARSIC
Browse files

sml connector test

parent 0403960a
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,7 @@ import org.springframework.context.annotation.Configuration;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.TestPropertySource;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
import org.springframework.test.context.junit4.SpringRunner;
import static org.junit.Assert.*;
import static org.mockito.ArgumentMatchers.any;
......@@ -44,6 +45,7 @@ import static org.mockito.Mockito.verify;
* Created by JRC
* since 4.1.
*/
@RunWith(SpringRunner.class)
public class SmlConnectorTestDomain extends SmlConnectorTestBase{
// private static List<IManageParticipantIdentifierWS> smlClientMocks = new ArrayList<>();
......
......@@ -33,6 +33,7 @@ import org.springframework.context.annotation.Configuration;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.TestPropertySource;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
import org.springframework.test.context.junit4.SpringRunner;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
......@@ -45,6 +46,7 @@ import static org.mockito.Mockito.verify;
* Created by JRC
* since 4.1.
*/
@RunWith(SpringRunner.class)
public class SmlConnectorTestParticipant extends SmlConnectorTestBase {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment