Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 806f922c authored by rodrfla's avatar rodrfla
Browse files

EDELIVERY-2301 Refactored ConfigFile class, used @Value annotation instead

parent 87ab01d4
No related branches found
No related tags found
No related merge requests found
/*
* Copyright 2017 European Commission | CEF eDelivery
*
* Licensed under the EUPL, Version 1.1 or – as soon they will be approved by the European Commission - subsequent versions of the EUPL (the "Licence");
* You may not use this work except in compliance with the Licence.
*
* You may obtain a copy of the Licence at:
* https://joinup.ec.europa.eu/software/page/eupl
* or file: LICENCE-EUPL-v1.1.pdf
*
* Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the Licence for the specific language governing permissions and limitations under the Licence.
*/
import eu.europa.ec.edelivery.smp.config.SmpAppConfig;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
/**
* Created by gutowpa on 13/07/2017.
*/
//@RunWith(SpringRunner.class)
@RunWith(SpringJUnit4ClassRunner.class)
//@WebAppConfiguration
@ContextConfiguration(classes = SmpAppConfig.class)
public class ContextTest {
@Test
public void test(){
}
}
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