提交 499c858c 编写于 作者: S Sam Brannen

Suppress resource/deprecation warnings in integration tests

上级 81050113
/* /*
* Copyright 2002-2013 the original author or authors. * Copyright 2002-2014 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
...@@ -42,6 +42,7 @@ import static org.junit.Assert.*; ...@@ -42,6 +42,7 @@ import static org.junit.Assert.*;
* @author Chris Beams * @author Chris Beams
* @since 3.1 * @since 3.1
*/ */
@SuppressWarnings("resource")
public class EnableCachingIntegrationTests { public class EnableCachingIntegrationTests {
@Test @Test
......
/* /*
* Copyright 2002-2012 the original author or authors. * Copyright 2002-2014 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
...@@ -24,6 +24,7 @@ import org.springframework.test.jpa.AbstractJpaTests; ...@@ -24,6 +24,7 @@ import org.springframework.test.jpa.AbstractJpaTests;
* *
* @author Ramnivas Laddad * @author Ramnivas Laddad
*/ */
@SuppressWarnings("deprecation")
public class ComponentScanningWithLTWTests extends AbstractJpaTests { public class ComponentScanningWithLTWTests extends AbstractJpaTests {
public ComponentScanningWithLTWTests() { public ComponentScanningWithLTWTests() {
......
/* /*
* Copyright 2002-2012 the original author or authors. * Copyright 2002-2014 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
...@@ -67,7 +67,6 @@ import static org.springframework.beans.factory.support.BeanDefinitionBuilder.*; ...@@ -67,7 +67,6 @@ import static org.springframework.beans.factory.support.BeanDefinitionBuilder.*;
import static org.springframework.context.ConfigurableApplicationContext.*; import static org.springframework.context.ConfigurableApplicationContext.*;
import static org.springframework.core.env.EnvironmentIntegrationTests.Constants.*; import static org.springframework.core.env.EnvironmentIntegrationTests.Constants.*;
/** /**
* Integration tests for container support of {@link Environment} * Integration tests for container support of {@link Environment}
* interface. * interface.
...@@ -84,6 +83,7 @@ import static org.springframework.core.env.EnvironmentIntegrationTests.Constants ...@@ -84,6 +83,7 @@ import static org.springframework.core.env.EnvironmentIntegrationTests.Constants
* *
* @author Chris Beams * @author Chris Beams
*/ */
@SuppressWarnings("resource")
public class EnvironmentIntegrationTests { public class EnvironmentIntegrationTests {
private ConfigurableEnvironment prodEnv; private ConfigurableEnvironment prodEnv;
......
/* /*
* Copyright 2002-2012 the original author or authors. * Copyright 2002-2014 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
...@@ -22,6 +22,7 @@ import org.junit.Test; ...@@ -22,6 +22,7 @@ import org.junit.Test;
import org.springframework.beans.factory.config.PropertyPlaceholderConfigurer; import org.springframework.beans.factory.config.PropertyPlaceholderConfigurer;
import org.springframework.context.support.GenericApplicationContext; import org.springframework.context.support.GenericApplicationContext;
@SuppressWarnings("resource")
public class PropertyPlaceholderConfigurerEnvironmentIntegrationTests { public class PropertyPlaceholderConfigurerEnvironmentIntegrationTests {
@Test @Test
public void test() { public void test() {
......
/* /*
* Copyright 2002-2013 the original author or authors. * Copyright 2002-2014 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
...@@ -47,6 +47,7 @@ import static org.mockito.BDDMockito.*; ...@@ -47,6 +47,7 @@ import static org.mockito.BDDMockito.*;
* @author Chris Beams * @author Chris Beams
* @since 3.1 * @since 3.1
*/ */
@SuppressWarnings("resource")
public class ScheduledAndTransactionalAnnotationIntegrationTests { public class ScheduledAndTransactionalAnnotationIntegrationTests {
@Before @Before
......
/* /*
* Copyright 2002-2013 the original author or authors. * Copyright 2002-2014 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
...@@ -56,6 +56,7 @@ import org.springframework.transaction.interceptor.BeanFactoryTransactionAttribu ...@@ -56,6 +56,7 @@ import org.springframework.transaction.interceptor.BeanFactoryTransactionAttribu
* @author Chris Beams * @author Chris Beams
* @since 3.1 * @since 3.1
*/ */
@SuppressWarnings("resource")
public class EnableTransactionManagementIntegrationTests { public class EnableTransactionManagementIntegrationTests {
@Test @Test
......
/* /*
* Copyright 2002-2012 the original author or authors. * Copyright 2002-2014 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
...@@ -36,7 +36,9 @@ import org.springframework.context.annotation.Configuration; ...@@ -36,7 +36,9 @@ import org.springframework.context.annotation.Configuration;
* *
* @author Chris Beams * @author Chris Beams
*/ */
@SuppressWarnings("resource")
public class ProxyAnnotationDiscoveryTests { public class ProxyAnnotationDiscoveryTests {
@Test @Test
public void annotatedServiceWithoutInterface_PTC_true() { public void annotatedServiceWithoutInterface_PTC_true() {
AnnotationConfigApplicationContext ctx = new AnnotationConfigApplicationContext(); AnnotationConfigApplicationContext ctx = new AnnotationConfigApplicationContext();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册