+ 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)
This commit is contained in:
Chris Beams
2008-12-18 18:32:05 +00:00
parent 986bb1995d
commit 685f2fbc1c
4 changed files with 21 additions and 13 deletions

View File

@@ -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;