File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
spring-test/src/test/java/org/springframework/test/web/client Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2012 the original author or authors.
2
+ * Copyright 2002-2014 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
29
29
import static org .springframework .test .web .client .match .MockRestRequestMatchers .*;
30
30
31
31
/**
32
- * Tests for {@link MockClientHttpRequestFactory}.
32
+ * Tests for
33
+ * {@link org.springframework.test.web.client.MockMvcClientHttpRequestFactory}.
33
34
*
34
35
* @author Rossen Stoyanchev
35
36
*/
@@ -64,7 +65,7 @@ public void noFurtherRequestsExpected() throws Exception {
64
65
this .factory .createRequest (new URI ("/foo" ), HttpMethod .GET );
65
66
}
66
67
catch (AssertionError error ) {
67
- assertEquals ("No further requests expected" , error .getMessage ());
68
+ assertEquals ("No further requests expected: HTTP GET /foo " , error .getMessage ());
68
69
}
69
70
}
70
71
You can’t perform that action at this time.
0 commit comments