组织ID: |
org.springframework |
项目ID: |
spring-test |
版本: |
4.1.4.RELEASE |
最后修改时间: |
2018-07-24 06:35:42 |
包类型: |
jar |
标题: |
Spring TestContext Framework |
描述: |
Spring TestContext Framework |
相关URL: |
https://github.com/spring-projects/spring-framework |
大小: |
490.77KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>4.1.4.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework:spring-test:4.1.4.RELEASE
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>4.1.4.RELEASE</version>
<name>Spring TestContext Framework</name>
<description>Spring TestContext Framework</description>
<url>https://github.com/spring-projects/spring-framework</url>
<organization>
<name>Spring IO</name>
<url>http://projects.spring.io/spring-framework</url>
</organization>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>jhoeller</id>
<name>Juergen Hoeller</name>
<email>jhoeller@pivotal.io</email>
</developer>
</developers>
<issueManagement>
<system>Jira</system>
<url>https://jira.springsource.org/browse/SPR</url>
</issueManagement>
<scm>
<connection>scm:git:git://github.com/spring-projects/spring-framework</connection>
<developerConnection>scm:git:git://github.com/spring-projects/spring-framework</developerConnection>
<url>https://github.com/spring-projects/spring-framework</url>
</scm>
<dependencies>
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<version>1.1.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.el</groupId>
<artifactId>javax.el-api</artifactId>
<version>2.2.5</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
<version>1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.portlet</groupId>
<artifactId>portlet-api</artifactId>
<version>2.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.servlet.jsp.jstl</groupId>
<artifactId>javax.servlet.jsp.jstl-api</artifactId>
<version>1.2.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.servlet.jsp</groupId>
<artifactId>javax.servlet.jsp-api</artifactId>
<version>2.2.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.0.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.taglibs</groupId>
<artifactId>taglibs-standard-jstlel</artifactId>
<version>1.2.1</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>taglibs-standard-spec</artifactId>
<groupId>org.apache.taglibs</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
<version>1.8.4</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>2.3.9</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>1.3</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.skyscreamer</groupId>
<artifactId>jsonassert</artifactId>
<version>1.2.3</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>4.1.4.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>4.1.4.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>4.1.4.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<version>4.1.4.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-orm</artifactId>
<version>4.1.4.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<version>4.1.4.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>4.1.4.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>4.1.4.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc-portlet</artifactId>
<version>4.1.4.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.8.8</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>xmlunit</groupId>
<artifactId>xmlunit</artifactId>
<version>1.5</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.mock.http.MockHttpOutputMessage.class
org.springframework.mock.http.MockHttpInputMessage.class
org.springframework.mock.http.client.MockAsyncClientHttpRequest.class
org.springframework.mock.http.client.MockClientHttpResponse.class
org.springframework.mock.http.client.MockClientHttpRequest.class
org.springframework.mock.web.MockHttpServletResponse$ResponsePrintWriter.class
org.springframework.mock.web.MockFilterChain.class
org.springframework.mock.web.MockFilterChain$ServletFilterProxy.class
org.springframework.mock.web.MockExpressionEvaluator$1.class
org.springframework.mock.web.MockExpressionEvaluator.class
org.springframework.mock.web.MockPageContext.class
org.springframework.mock.web.MockHttpServletResponse.class
org.springframework.mock.web.MockBodyContent.class
org.springframework.mock.web.MockJspWriter.class
org.springframework.mock.web.MockServletContext$MimeTypeResolver.class
org.springframework.mock.web.MockRequestDispatcher.class
org.springframework.mock.web.MockFilterChain$1.class
org.springframework.mock.web.PassThroughFilterChain.class
org.springframework.mock.web.DelegatingServletOutputStream.class
org.springframework.mock.web.MockServletContext.class
org.springframework.mock.web.DelegatingServletInputStream.class
org.springframework.mock.web.MockMultipartHttpServletRequest.class
org.springframework.mock.web.MockHttpServletResponse$ResponseServletOutputStream.class
org.springframework.mock.web.MockHttpSession.class
org.springframework.mock.web.MockSessionCookieConfig.class
org.springframework.mock.web.MockServletConfig.class
org.springframework.mock.web.MockAsyncContext.class
org.springframework.mock.web.MockHttpServletRequest.class
org.springframework.mock.web.HeaderValueHolder.class
org.springframework.mock.web.MockFilterConfig.class
org.springframework.mock.web.MockMultipartFile.class
org.springframework.mock.web.portlet.MockRenderResponse.class
org.springframework.mock.web.portlet.MockStateAwareResponse.class
org.springframework.mock.web.portlet.MockPortletURL.class
org.springframework.mock.web.portlet.MockPortletContext$MimeTypeResolver.class
org.springframework.mock.web.portlet.ServletWrappingPortletContext.class
org.springframework.mock.web.portlet.MockMimeResponse.class
org.springframework.mock.web.portlet.MockEvent.class
org.springframework.mock.web.portlet.MockRenderRequest.class
org.springframework.mock.web.portlet.MockEventRequest.class
org.springframework.mock.web.portlet.MockPortletResponse.class
org.springframework.mock.web.portlet.MockPortletContext.class
org.springframework.mock.web.portlet.MockPortletRequest.class
org.springframework.mock.web.portlet.MockCacheControl.class
org.springframework.mock.web.portlet.MockPortletConfig.class
org.springframework.mock.web.portlet.MockResourceURL.class
org.springframework.mock.web.portlet.MockPortletPreferences.class
org.springframework.mock.web.portlet.MockPortletRequestDispatcher.class
org.springframework.mock.web.portlet.MockEventResponse.class
org.springframework.mock.web.portlet.MockResourceRequest.class
org.springframework.mock.web.portlet.MockMultipartActionRequest.class
org.springframework.mock.web.portlet.MockActionResponse.class
org.springframework.mock.web.portlet.MockActionRequest.class
org.springframework.mock.web.portlet.MockPortalContext.class
org.springframework.mock.web.portlet.MockPortletSession.class
org.springframework.mock.web.portlet.MockResourceResponse.class
org.springframework.mock.web.portlet.MockBaseURL.class
org.springframework.mock.web.portlet.MockClientDataRequest.class
org.springframework.mock.jndi.SimpleNamingContext$1.class
org.springframework.mock.jndi.ExpectedLookupTemplate.class
org.springframework.mock.jndi.SimpleNamingContext$NameClassPairEnumeration.class
org.springframework.mock.jndi.SimpleNamingContext$AbstractNamingEnumeration.class
org.springframework.mock.jndi.SimpleNamingContext.class
org.springframework.mock.jndi.SimpleNamingContext$BindingEnumeration.class
org.springframework.mock.jndi.SimpleNamingContextBuilder.class
org.springframework.mock.jndi.SimpleNamingContextBuilder$1.class
org.springframework.mock.env.MockPropertySource.class
org.springframework.mock.env.MockEnvironment.class
org.springframework.test.AssertThrows.class
org.springframework.test.annotation.ProfileValueSource.class
org.springframework.test.annotation.DirtiesContext.class
org.springframework.test.annotation.DirtiesContext$HierarchyMode.class
org.springframework.test.annotation.ProfileValueSourceConfiguration.class
org.springframework.test.annotation.SystemProfileValueSource.class
org.springframework.test.annotation.DirtiesContext$ClassMode.class
org.springframework.test.annotation.ProfileValueUtils.class
org.springframework.test.annotation.Rollback.class
org.springframework.test.annotation.Repeat.class
org.springframework.test.annotation.Timed.class
org.springframework.test.annotation.IfProfileValue.class
org.springframework.test.web.ModelAndViewAssert.class
org.springframework.test.web.client.ResponseCreator.class
org.springframework.test.web.client.RequestMatcherClientHttpRequest.class
org.springframework.test.web.client.MockRestServiceServer$1.class
org.springframework.test.web.client.MockRestServiceServer.class
org.springframework.test.web.client.MockRestServiceServer$RequestMatcherClientHttpRequestFactory.class
org.springframework.test.web.client.ResponseActions.class
org.springframework.test.web.client.MockMvcClientHttpRequestFactory$1.class
org.springframework.test.web.client.MockMvcClientHttpRequestFactory.class
org.springframework.test.web.client.RequestMatcher.class
org.springframework.test.web.client.match.JsonPathRequestMatchers$3.class
org.springframework.test.web.client.match.MockRestRequestMatchers$3.class
org.springframework.test.web.client.match.ContentRequestMatchers$6.class
org.springframework.test.web.client.match.ContentRequestMatchers$3.class
org.springframework.test.web.client.match.XpathRequestMatchers.class
org.springframework.test.web.client.match.JsonPathRequestMatchers$2.class
org.springframework.test.web.client.match.ContentRequestMatchers$2.class
org.springframework.test.web.client.match.JsonPathRequestMatchers$1.class
org.springframework.test.web.client.match.MockRestRequestMatchers.class
org.springframework.test.web.client.match.ContentRequestMatchers$5.class
org.springframework.test.web.client.match.MockRestRequestMatchers$1.class
org.springframework.test.web.client.match.JsonPathRequestMatchers$5.class
org.springframework.test.web.client.match.ContentRequestMatchers.class
org.springframework.test.web.client.match.XpathRequestMatchers$8.class
org.springframework.test.web.client.match.ContentRequestMatchers$8.class
org.springframework.test.web.client.match.MockRestRequestMatchers$2.class
org.springframework.test.web.client.match.JsonPathRequestMatchers$4.class
org.springframework.test.web.client.match.MockRestRequestMatchers$6.class
org.springframework.test.web.client.match.JsonPathRequestMatchers$AbstractJsonPathRequestMatcher.class
org.springframework.test.web.client.match.ContentRequestMatchers$7.class
org.springframework.test.web.client.match.XpathRequestMatchers$2.class
org.springframework.test.web.client.match.XpathRequestMatchers$1.class
org.springframework.test.web.client.match.JsonPathRequestMatchers.class
org.springframework.test.web.client.match.MockRestRequestMatchers$7.class
org.springframework.test.web.client.match.XpathRequestMatchers$4.class
org.springframework.test.web.client.match.XpathRequestMatchers$10.class
org.springframework.test.web.client.match.XpathRequestMatchers$5.class
org.springframework.test.web.client.match.XpathRequestMatchers$9.class
org.springframework.test.web.client.match.XpathRequestMatchers$7.class
org.springframework.test.web.client.match.ContentRequestMatchers$1.class
org.springframework.test.web.client.match.ContentRequestMatchers$4.class
org.springframework.test.web.client.match.MockRestRequestMatchers$4.class
org.springframework.test.web.client.match.MockRestRequestMatchers$5.class
org.springframework.test.web.client.match.XpathRequestMatchers$3.class
org.springframework.test.web.client.match.XpathRequestMatchers$6.class
org.springframework.test.web.client.match.ContentRequestMatchers$AbstractXmlRequestMatcher.class
org.springframework.test.web.client.match.XpathRequestMatchers$AbstractXpathRequestMatcher.class
org.springframework.test.web.client.response.MockRestResponseCreators.class
org.springframework.test.web.client.response.DefaultResponseCreator.class
org.springframework.test.web.servlet.TestDispatcherServlet$1.class
org.springframework.test.web.servlet.MockMvc.class
org.springframework.test.web.servlet.MockMvcBuilderSupport.class
org.springframework.test.web.servlet.TestDispatcherServlet$2.class
org.springframework.test.web.servlet.RequestBuilder.class
org.springframework.test.web.servlet.SmartRequestBuilder.class
org.springframework.test.web.servlet.ResultHandler.class
org.springframework.test.web.servlet.ResultMatcher.class
org.springframework.test.web.servlet.ResultActions.class
org.springframework.test.web.servlet.MvcResult.class
org.springframework.test.web.servlet.DefaultMvcResult.class
org.springframework.test.web.servlet.MockMvcBuilderSupport$MockMvcBuildException.class
org.springframework.test.web.servlet.MockMvc$1.class
org.springframework.test.web.servlet.MockMvcBuilder.class
org.springframework.test.web.servlet.TestDispatcherServlet.class
org.springframework.test.web.servlet.result.ContentResultMatchers$1.class
org.springframework.test.web.servlet.result.FlashAttributeResultMatchers.class
org.springframework.test.web.servlet.result.ContentResultMatchers$7.class
org.springframework.test.web.servlet.result.RequestResultMatchers$7.class
org.springframework.test.web.servlet.result.CookieResultMatchers$8.class
org.springframework.test.web.servlet.result.ModelResultMatchers$14.class
org.springframework.test.web.servlet.result.StatusResultMatchers$5.class
org.springframework.test.web.servlet.result.StatusResultMatchers$4.class
org.springframework.test.web.servlet.result.HeaderResultMatchers$1.class
org.springframework.test.web.servlet.result.ContentResultMatchers.class
org.springframework.test.web.servlet.result.ModelResultMatchers$3.class
org.springframework.test.web.servlet.result.XpathResultMatchers$9.class
org.springframework.test.web.servlet.result.ContentResultMatchers$3.class
org.springframework.test.web.servlet.result.XpathResultMatchers$1.class
org.springframework.test.web.servlet.result.JsonPathResultMatchers$4.class
org.springframework.test.web.servlet.result.ModelResultMatchers$6.class
org.springframework.test.web.servlet.result.ModelResultMatchers$4.class
org.springframework.test.web.servlet.result.ModelResultMatchers$7.class
org.springframework.test.web.servlet.result.MockMvcResultMatchers.class
org.springframework.test.web.servlet.result.ModelResultMatchers$1.class
org.springframework.test.web.servlet.result.HeaderResultMatchers$4.class
org.springframework.test.web.servlet.result.CookieResultMatchers$10.class
org.springframework.test.web.servlet.result.RequestResultMatchers$1.class
org.springframework.test.web.servlet.result.ModelResultMatchers$12.class
org.springframework.test.web.servlet.result.StatusResultMatchers.class
org.springframework.test.web.servlet.result.StatusResultMatchers$9.class
org.springframework.test.web.servlet.result.ModelResultMatchers$8.class
org.springframework.test.web.servlet.result.MockMvcResultMatchers$3.class
org.springframework.test.web.servlet.result.XpathResultMatchers$3.class
org.springframework.test.web.servlet.result.CookieResultMatchers$6.class
org.springframework.test.web.servlet.result.FlashAttributeResultMatchers$3.class
org.springframework.test.web.servlet.result.FlashAttributeResultMatchers$1.class
org.springframework.test.web.servlet.result.ModelResultMatchers$2.class
org.springframework.test.web.servlet.result.PrintingResultHandler.class
org.springframework.test.web.servlet.result.ContentResultMatchers$5.class
org.springframework.test.web.servlet.result.CookieResultMatchers$4.class
org.springframework.test.web.servlet.result.HeaderResultMatchers$3.class
org.springframework.test.web.servlet.result.MockMvcResultMatchers$1.class
org.springframework.test.web.servlet.result.JsonPathResultMatchers$5.class
org.springframework.test.web.servlet.result.HandlerResultMatchers$3.class
org.springframework.test.web.servlet.result.ModelResultMatchers$5.class
org.springframework.test.web.servlet.result.RequestResultMatchers$8.class
org.springframework.test.web.servlet.result.MockMvcResultHandlers.class
org.springframework.test.web.servlet.result.ModelResultMatchers$13.class
org.springframework.test.web.servlet.result.CookieResultMatchers$1.class
org.springframework.test.web.servlet.result.HandlerResultMatchers.class
org.springframework.test.web.servlet.result.MockMvcResultHandlers$ConsolePrintingResultHandler$1.class
org.springframework.test.web.servlet.result.CookieResultMatchers$12.class
org.springframework.test.web.servlet.result.ModelResultMatchers$9.class
org.springframework.test.web.servlet.result.ModelResultMatchers$11.class
org.springframework.test.web.servlet.result.XpathResultMatchers$5.class
org.springframework.test.web.servlet.result.XpathResultMatchers$10.class
org.springframework.test.web.servlet.result.CookieResultMatchers.class
org.springframework.test.web.servlet.result.XpathResultMatchers$4.class
org.springframework.test.web.servlet.result.ContentResultMatchers$6.class
org.springframework.test.web.servlet.result.ContentResultMatchers$4.class
org.springframework.test.web.servlet.result.CookieResultMatchers$13.class
org.springframework.test.web.servlet.result.ModelResultMatchers$10.class
org.springframework.test.web.servlet.result.MockMvcResultMatchers$2.class
org.springframework.test.web.servlet.result.JsonPathResultMatchers$2.class
org.springframework.test.web.servlet.result.CookieResultMatchers$2.class
org.springframework.test.web.servlet.result.XpathResultMatchers$7.class
org.springframework.test.web.servlet.result.FlashAttributeResultMatchers$2.class
org.springframework.test.web.servlet.result.CookieResultMatchers$7.class
org.springframework.test.web.servlet.result.XpathResultMatchers$6.class
org.springframework.test.web.servlet.result.RequestResultMatchers$4.class
org.springframework.test.web.servlet.result.StatusResultMatchers$6.class
org.springframework.test.web.servlet.result.JsonPathResultMatchers.class
org.springframework.test.web.servlet.result.ContentResultMatchers$10.class
org.springframework.test.web.servlet.result.CookieResultMatchers$9.class
org.springframework.test.web.servlet.result.CookieResultMatchers$5.class
org.springframework.test.web.servlet.result.RequestResultMatchers$5.class
org.springframework.test.web.servlet.result.StatusResultMatchers$3.class
org.springframework.test.web.servlet.result.XpathResultMatchers$8.class
org.springframework.test.web.servlet.result.ContentResultMatchers$2.class
org.springframework.test.web.servlet.result.HandlerResultMatchers$1.class
org.springframework.test.web.servlet.result.RequestResultMatchers$3.class
org.springframework.test.web.servlet.result.XpathResultMatchers$2.class
org.springframework.test.web.servlet.result.ModelResultMatchers.class
org.springframework.test.web.servlet.result.HandlerResultMatchers$2.class
org.springframework.test.web.servlet.result.CookieResultMatchers$11.class
org.springframework.test.web.servlet.result.JsonPathResultMatchers$1.class
org.springframework.test.web.servlet.result.StatusResultMatchers$2.class
org.springframework.test.web.servlet.result.MockMvcResultHandlers$ConsolePrintingResultHandler.class
org.springframework.test.web.servlet.result.JsonPathResultMatchers$3.class
org.springframework.test.web.servlet.result.StatusResultMatchers$10.class
org.springframework.test.web.servlet.result.RequestResultMatchers.class
org.springframework.test.web.servlet.result.ViewResultMatchers$1.class
org.springframework.test.web.servlet.result.ViewResultMatchers$2.class
org.springframework.test.web.servlet.result.HandlerResultMatchers$4.class
org.springframework.test.web.servlet.result.HeaderResultMatchers.class
org.springframework.test.web.servlet.result.RequestResultMatchers$2.class
org.springframework.test.web.servlet.result.CookieResultMatchers$14.class
org.springframework.test.web.servlet.result.StatusResultMatchers$1.class
org.springframework.test.web.servlet.result.XpathResultMatchers.class
org.springframework.test.web.servlet.result.ContentResultMatchers$9.class
org.springframework.test.web.servlet.result.RequestResultMatchers$6.class
org.springframework.test.web.servlet.result.CookieResultMatchers$3.class
org.springframework.test.web.servlet.result.FlashAttributeResultMatchers$4.class
org.springframework.test.web.servlet.result.HeaderResultMatchers$2.class
org.springframework.test.web.servlet.result.MockMvcResultMatchers$4.class
org.springframework.test.web.servlet.result.CookieResultMatchers$15.class
org.springframework.test.web.servlet.result.StatusResultMatchers$7.class
org.springframework.test.web.servlet.result.ContentResultMatchers$8.class
org.springframework.test.web.servlet.result.ViewResultMatchers.class
org.springframework.test.web.servlet.result.StatusResultMatchers$8.class
org.springframework.test.web.servlet.result.PrintingResultHandler$ResultValuePrinter.class
org.springframework.test.web.servlet.request.ConfigurableSmartRequestBuilder.class
org.springframework.test.web.servlet.request.MockMultipartHttpServletRequestBuilder.class
org.springframework.test.web.servlet.request.RequestPostProcessor.class
org.springframework.test.web.servlet.request.MockMvcRequestBuilders.class
org.springframework.test.web.servlet.request.MockMvcRequestBuilders$1.class
org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder.class
org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder$StandaloneConfiguration.class
org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder.class
org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder.class
org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder$StaticStringValueResolver$1.class
org.springframework.test.web.servlet.setup.DefaultMockMvcBuilder.class
org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder$StaticRequestMappingHandlerMapping.class
org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder$StaticViewResolver.class
org.springframework.test.web.servlet.setup.StubWebApplicationContext$1.class
org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder$1.class
org.springframework.test.web.servlet.setup.StubWebApplicationContext.class
org.springframework.test.web.servlet.setup.MockMvcConfigurerAdapter.class
org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder$StaticStringValueResolver.class
org.springframework.test.web.servlet.setup.MockMvcConfigurer.class
org.springframework.test.web.servlet.setup.StubWebApplicationContext$StubBeanFactory.class
org.springframework.test.web.servlet.setup.PatternMappingFilterProxy.class
org.springframework.test.web.servlet.setup.ConfigurableMockMvcBuilder.class
org.springframework.test.web.servlet.setup.MockMvcBuilders.class
org.springframework.test.context.DefaultBootstrapContext.class
org.springframework.test.context.TestExecutionListeners$MergeMode.class
org.springframework.test.context.ContextLoader.class
org.springframework.test.context.DefaultTestContext.class
org.springframework.test.context.TestExecutionListeners.class
org.springframework.test.context.ActiveProfiles.class
org.springframework.test.context.ContextCache.class
org.springframework.test.context.ActiveProfilesResolver.class
org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.class
org.springframework.test.context.CacheAwareContextLoaderDelegate.class
org.springframework.test.context.TestPropertySource.class
org.springframework.test.context.SmartContextLoader.class
org.springframework.test.context.ContextConfigurationAttributes.class
org.springframework.test.context.MergedContextConfiguration.class
org.springframework.test.context.TestContextBootstrapper.class
org.springframework.test.context.ContextConfiguration.class
org.springframework.test.context.TestExecutionListener.class
org.springframework.test.context.BootstrapWith.class
org.springframework.test.context.BootstrapContext.class
org.springframework.test.context.TestContext.class
org.springframework.test.context.BootstrapUtils.class
org.springframework.test.context.ContextHierarchy.class
org.springframework.test.context.TestContextManager.class
org.springframework.test.context.web.WebMergedContextConfiguration.class
org.springframework.test.context.web.WebTestContextBootstrapper.class
org.springframework.test.context.web.GenericXmlWebContextLoader.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
json-path-1.1.0.jar
/com.jayway.jsonpath/json-path/1.1.0
查看json-path所有版本文件
javax.el-api-2.2.5.jar
/javax.el/javax.el-api/2.2.5
查看javax.el-api所有版本文件
javax.inject-1.jar
/javax.inject/javax.inject/1
查看javax.inject所有版本文件
portlet-api-2.0.jar
/javax.portlet/portlet-api/2.0
查看portlet-api所有版本文件
javax.servlet.jsp.jstl-api-1.2.1.jar
/javax.servlet.jsp.jstl/javax.servlet.jsp.jstl-api/1.2.1
查看javax.servlet.jsp.jstl-api所有版本文件
javax.servlet.jsp-api-2.2.1.jar
/javax.servlet.jsp/javax.servlet.jsp-api/2.2.1
查看javax.servlet.jsp-api所有版本文件
javax.servlet-api-3.0.1.jar
/javax.servlet/javax.servlet-api/3.0.1
查看javax.servlet-api所有版本文件
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
taglibs-standard-jstlel-1.2.1.jar
/org.apache.taglibs/taglibs-standard-jstlel/1.2.1
查看taglibs-standard-jstlel所有版本文件
aspectjweaver-1.8.4.jar
/org.aspectj/aspectjweaver/1.8.4
查看aspectjweaver所有版本文件
groovy-all-2.3.9.jar
/org.codehaus.groovy/groovy-all/2.3.9
查看groovy-all所有版本文件
hamcrest-core-1.3.jar
/org.hamcrest/hamcrest-core/1.3
查看hamcrest-core所有版本文件
jsonassert-1.2.3.jar
/org.skyscreamer/jsonassert/1.2.3
查看jsonassert所有版本文件
spring-beans-4.1.4.RELEASE.jar
/org.springframework/spring-beans/4.1.4.RELEASE
查看spring-beans所有版本文件
spring-context-4.1.4.RELEASE.jar
/org.springframework/spring-context/4.1.4.RELEASE
查看spring-context所有版本文件
spring-core-4.1.4.RELEASE.jar
/org.springframework/spring-core/4.1.4.RELEASE
查看spring-core所有版本文件
spring-jdbc-4.1.4.RELEASE.jar
/org.springframework/spring-jdbc/4.1.4.RELEASE
查看spring-jdbc所有版本文件
spring-orm-4.1.4.RELEASE.jar
/org.springframework/spring-orm/4.1.4.RELEASE
查看spring-orm所有版本文件
spring-tx-4.1.4.RELEASE.jar
/org.springframework/spring-tx/4.1.4.RELEASE
查看spring-tx所有版本文件
spring-web-4.1.4.RELEASE.jar
/org.springframework/spring-web/4.1.4.RELEASE
查看spring-web所有版本文件
spring-webmvc-4.1.4.RELEASE.jar
/org.springframework/spring-webmvc/4.1.4.RELEASE
查看spring-webmvc所有版本文件
spring-webmvc-portlet-4.1.4.RELEASE.jar
/org.springframework/spring-webmvc-portlet/4.1.4.RELEASE
查看spring-webmvc-portlet所有版本文件
testng-6.8.8.jar
/org.testng/testng/6.8.8
查看testng所有版本文件
xmlunit-1.5.jar
/xmlunit/xmlunit/1.5
查看xmlunit所有版本文件
|