组织ID: |
org.springframework |
项目ID: |
spring-test |
版本: |
3.2.6.RELEASE |
最后修改时间: |
2018-07-26 07:07:57 |
包类型: |
jar |
标题: |
Spring TestContext Framework |
描述: |
Spring TestContext Framework |
相关URL: |
https://github.com/SpringSource/spring-framework |
大小: |
447.17KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>3.2.6.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework:spring-test:3.2.6.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>3.2.6.RELEASE</version>
<name>Spring TestContext Framework</name>
<description>Spring TestContext Framework</description>
<url>https://github.com/SpringSource/spring-framework</url>
<organization>
<name>SpringSource</name>
<url>http://springsource.org/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@gopivotal.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/SpringSource/spring-framework</connection>
<developerConnection>scm:git:git://github.com/SpringSource/spring-framework</developerConnection>
<url>https://github.com/SpringSource/spring-framework</url>
</scm>
<dependencies>
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<version>0.8.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.persistence</groupId>
<artifactId>persistence-api</artifactId>
<version>1.0</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</groupId>
<artifactId>jsp-api</artifactId>
<version>2.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
<version>1.7.2</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.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>3.2.6.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>3.2.6.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>3.2.6.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<version>3.2.6.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-orm</artifactId>
<version>3.2.6.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<version>3.2.6.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>3.2.6.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc-portlet</artifactId>
<version>3.2.6.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.5.2</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>xmlunit</groupId>
<artifactId>xmlunit</artifactId>
<version>1.3</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
<version>1.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
<version>1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.0.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>3.2.6.RELEASE</version>
<scope>provided</scope>
</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.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.MockServletConfig.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.AbstractDependencyInjectionSpringContextTests.class
org.springframework.test.AbstractTransactionalSpringContextTests.class
org.springframework.test.AbstractSingleSpringContextTests.class
org.springframework.test.AbstractSpringContextTests.class
org.springframework.test.AbstractTransactionalDataSourceSpringContextTests.class
org.springframework.test.AssertThrows.class
org.springframework.test.ConditionalTestCase.class
org.springframework.test.annotation.ProfileValueSource.class
org.springframework.test.annotation.AbstractAnnotationAwareTransactionalTests$TestExecutionCallback.class
org.springframework.test.annotation.DirtiesContext.class
org.springframework.test.annotation.DirtiesContext$HierarchyMode.class
org.springframework.test.annotation.ExpectedException.class
org.springframework.test.annotation.ProfileValueSourceConfiguration.class
org.springframework.test.annotation.SystemProfileValueSource.class
org.springframework.test.annotation.DirtiesContext$ClassMode.class
org.springframework.test.annotation.NotTransactional.class
org.springframework.test.annotation.ProfileValueUtils.class
org.springframework.test.annotation.AbstractAnnotationAwareTransactionalTests$1.class
org.springframework.test.annotation.Rollback.class
org.springframework.test.annotation.AbstractAnnotationAwareTransactionalTests.class
org.springframework.test.annotation.Repeat.class
org.springframework.test.annotation.Timed.class
org.springframework.test.annotation.IfProfileValue.class
org.springframework.test.jpa.AbstractAspectjJpaTests.class
org.springframework.test.jpa.AbstractJpaTests.class
org.springframework.test.jpa.OrmXmlOverridingShadowingClassLoader.class
org.springframework.test.jpa.AbstractJpaTests$LoadTimeWeaverInjectingBeanPostProcessor.class
org.springframework.test.jpa.AbstractJpaTests$ShadowingLoadTimeWeaver.class
org.springframework.test.web.ModelAndViewAssert.class
org.springframework.test.web.AbstractModelAndViewTests.class
org.springframework.test.context.ContextLoader.class
org.springframework.test.context.TestExecutionListeners.class
org.springframework.test.context.ActiveProfiles.class
org.springframework.test.context.ContextCache.class
org.springframework.test.context.ContextLoaderUtils.class
org.springframework.test.context.CacheAwareContextLoaderDelegate.class
org.springframework.test.context.SmartContextLoader.class
org.springframework.test.context.ContextConfigurationAttributes.class
org.springframework.test.context.MergedContextConfiguration.class
org.springframework.test.context.ContextConfiguration.class
org.springframework.test.context.TestExecutionListener.class
org.springframework.test.context.TestContext.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.GenericXmlWebContextLoader.class
org.springframework.test.context.web.WebDelegatingSmartContextLoader.class
org.springframework.test.context.web.ServletTestExecutionListener.class
org.springframework.test.context.web.WebAppConfiguration.class
org.springframework.test.context.web.AnnotationConfigWebContextLoader.class
org.springframework.test.context.web.AbstractGenericWebContextLoader.class
org.springframework.test.context.transaction.TransactionalTestExecutionListener$1.class
org.springframework.test.context.transaction.BeforeTransaction.class
org.springframework.test.context.transaction.TransactionConfigurationAttributes.class
org.springframework.test.context.transaction.TransactionalTestExecutionListener$TransactionContext.class
org.springframework.test.context.transaction.TransactionalTestExecutionListener.class
org.springframework.test.context.transaction.TransactionConfiguration.class
org.springframework.test.context.transaction.AfterTransaction.class
org.springframework.test.context.junit38.AbstractTransactionalJUnit38SpringContextTests.class
org.springframework.test.context.junit38.AbstractJUnit38SpringContextTests$1.class
org.springframework.test.context.junit38.AbstractJUnit38SpringContextTests$TestExecutionCallback.class
org.springframework.test.context.junit38.AbstractJUnit38SpringContextTests.class
org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests.class
org.springframework.test.context.testng.AbstractTestNGSpringContextTests.class
org.springframework.test.context.support.DependencyInjectionTestExecutionListener.class
org.springframework.test.context.support.GenericPropertiesContextLoader.class
org.springframework.test.context.support.DirtiesContextTestExecutionListener.class
org.springframework.test.context.support.AnnotationConfigContextLoader.class
org.springframework.test.context.support.AnnotationConfigContextLoaderUtils.class
org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.class
org.springframework.test.context.support.GenericXmlContextLoader.class
org.springframework.test.context.support.AbstractContextLoader.class
org.springframework.test.context.support.AbstractGenericContextLoader.class
org.springframework.test.context.support.AbstractTestExecutionListener.class
org.springframework.test.context.support.DelegatingSmartContextLoader.class
org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests.class
org.springframework.test.context.junit4.SpringJUnit4ClassRunner.class
org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests.class
org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.class
org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.class
org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.class
org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.class
org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.class
org.springframework.test.context.junit4.statements.SpringFailOnTimeout.class
org.springframework.test.context.junit4.statements.SpringRepeat.class
org.springframework.test.jdbc.SimpleJdbcTestUtils.class
org.springframework.test.jdbc.JdbcTestUtils.class
org.springframework.test.util.AssertionErrors.class
org.springframework.test.util.ReflectionTestUtils.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.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.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.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.ModelResultMatchers$8.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.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
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
json-path-0.8.1.jar
/com.jayway.jsonpath/json-path/0.8.1
查看json-path所有版本文件
persistence-api-1.0.jar
/javax.persistence/persistence-api/1.0
查看persistence-api所有版本文件
portlet-api-2.0.jar
/javax.portlet/portlet-api/2.0
查看portlet-api所有版本文件
jsp-api-2.1.jar
/javax.servlet.jsp/jsp-api/2.1
查看jsp-api所有版本文件
servlet-api-2.5.jar
/javax.servlet/servlet-api/2.5
查看servlet-api所有版本文件
junit-4.11.jar
/junit/junit/4.11
查看junit所有版本文件
aspectjweaver-1.7.2.jar
/org.aspectj/aspectjweaver/1.7.2
查看aspectjweaver所有版本文件
hamcrest-core-1.3.jar
/org.hamcrest/hamcrest-core/1.3
查看hamcrest-core所有版本文件
spring-beans-3.2.6.RELEASE.jar
/org.springframework/spring-beans/3.2.6.RELEASE
查看spring-beans所有版本文件
spring-context-3.2.6.RELEASE.jar
/org.springframework/spring-context/3.2.6.RELEASE
查看spring-context所有版本文件
spring-core-3.2.6.RELEASE.jar
/org.springframework/spring-core/3.2.6.RELEASE
查看spring-core所有版本文件
spring-jdbc-3.2.6.RELEASE.jar
/org.springframework/spring-jdbc/3.2.6.RELEASE
查看spring-jdbc所有版本文件
spring-orm-3.2.6.RELEASE.jar
/org.springframework/spring-orm/3.2.6.RELEASE
查看spring-orm所有版本文件
spring-tx-3.2.6.RELEASE.jar
/org.springframework/spring-tx/3.2.6.RELEASE
查看spring-tx所有版本文件
spring-web-3.2.6.RELEASE.jar
/org.springframework/spring-web/3.2.6.RELEASE
查看spring-web所有版本文件
spring-webmvc-portlet-3.2.6.RELEASE.jar
/org.springframework/spring-webmvc-portlet/3.2.6.RELEASE
查看spring-webmvc-portlet所有版本文件
testng-6.5.2.jar
/org.testng/testng/6.5.2
查看testng所有版本文件
xmlunit-1.3.jar
/xmlunit/xmlunit/1.3
查看xmlunit所有版本文件
activation-1.1.jar
/javax.activation/activation/1.1
查看activation所有版本文件
javax.inject-1.jar
/javax.inject/javax.inject/1
查看javax.inject所有版本文件
javax.servlet-api-3.0.1.jar
/javax.servlet/javax.servlet-api/3.0.1
查看javax.servlet-api所有版本文件
jstl-1.2.jar
/javax.servlet/jstl/1.2
查看jstl所有版本文件
spring-webmvc-3.2.6.RELEASE.jar
/org.springframework/spring-webmvc/3.2.6.RELEASE
查看spring-webmvc所有版本文件
|