mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-21 21:39:05 +00:00
+ updated petclinic dependency metadata from junit 4.4->4.5; servlet 2.4->2.5
+ deprecated AssertThrows (slated for complete removal by 3.0 GA) git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@466 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
@@ -81,7 +81,9 @@ package org.springframework.test;
|
||||
* @author Rick Evans
|
||||
* @author Juergen Hoeller
|
||||
* @since 2.0
|
||||
* @deprecated favor use of JUnit 4's {@code @Test(expected=...)} support
|
||||
*/
|
||||
@Deprecated
|
||||
public abstract class AssertThrows {
|
||||
|
||||
private final Class expectedException;
|
||||
|
||||
Reference in New Issue
Block a user