Polishing
This commit is contained in:
@@ -36,6 +36,7 @@ public class AnnotationMetadataAssemblerTests extends AbstractMetadataAssemblerT
|
||||
|
||||
private static final String OBJECT_NAME = "bean:name=testBean4";
|
||||
|
||||
|
||||
@Test
|
||||
public void testAttributeFromInterface() throws Exception {
|
||||
ModelMBeanInfo inf = getMBeanInfoFromAssembler();
|
||||
|
||||
@@ -89,6 +89,7 @@ public class WebConnectionHtmlUnitDriver extends HtmlUnitDriver {
|
||||
|
||||
/**
|
||||
* Return the current {@link WebClient}.
|
||||
* @since 4.3
|
||||
*/
|
||||
public WebClient getWebClient() {
|
||||
return this.webClient;
|
||||
|
||||
@@ -49,10 +49,10 @@ public class MockWebResponseBuilderTests {
|
||||
@Before
|
||||
public void setUp() throws Exception {
|
||||
this.webRequest = new WebRequest(new URL("http://example.com:80/test/this/here"));
|
||||
|
||||
this.responseBuilder = new MockWebResponseBuilder(System.currentTimeMillis(), this.webRequest, this.response);
|
||||
}
|
||||
|
||||
|
||||
// --- constructor
|
||||
|
||||
@Test(expected = IllegalArgumentException.class)
|
||||
@@ -65,6 +65,7 @@ public class MockWebResponseBuilderTests {
|
||||
new MockWebResponseBuilder(0L, new WebRequest(new URL("http://example.com:80/test/this/here")), null);
|
||||
}
|
||||
|
||||
|
||||
// --- build
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user