组织ID: |
org.springframework |
项目ID: |
spring-test |
版本: |
4.3.3.RELEASE |
最后修改时间: |
2018-07-24 06:43:49 |
包类型: |
jar |
标题: |
Spring TestContext Framework |
描述: |
Spring TestContext Framework |
相关URL: |
https://github.com/spring-projects/spring-framework |
大小: |
579.44KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>4.3.3.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework:spring-test:4.3.3.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.3.3.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>
<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>
<issueManagement>
<system>Jira</system>
<url>https://jira.springsource.org/browse/SPR</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<version>2.2.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>javax.websocket</groupId>
<artifactId>javax.websocket-api</artifactId>
<version>1.0</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>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>2.22</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.9</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>2.4.7</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.seleniumhq.selenium</groupId>
<artifactId>htmlunit-driver</artifactId>
<version>2.21</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>2.53.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.skyscreamer</groupId>
<artifactId>jsonassert</artifactId>
<version>1.3.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>4.3.3.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>4.3.3.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>4.3.3.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<version>4.3.3.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-orm</artifactId>
<version>4.3.3.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<version>4.3.3.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>4.3.3.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>4.3.3.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc-portlet</artifactId>
<version>4.3.3.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-websocket</artifactId>
<version>4.3.3.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.9.10</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>xmlunit</groupId>
<artifactId>xmlunit</artifactId>
<version>1.6</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.test.annotation.DirtiesContext$MethodMode.class
org.springframework.test.annotation.ProfileValueSource.class
org.springframework.test.annotation.Commit.class
org.springframework.test.annotation.DirtiesContext$ClassMode.class
org.springframework.test.annotation.TestAnnotationUtils.class
org.springframework.test.annotation.DirtiesContext.class
org.springframework.test.annotation.Repeat.class
org.springframework.test.annotation.SystemProfileValueSource.class
org.springframework.test.annotation.ProfileValueUtils.class
org.springframework.test.annotation.Timed.class
org.springframework.test.annotation.ProfileValueSourceConfiguration.class
org.springframework.test.annotation.Rollback.class
org.springframework.test.annotation.DirtiesContext$HierarchyMode.class
org.springframework.test.annotation.IfProfileValue.class
org.springframework.test.jdbc.JdbcTestUtils.class
org.springframework.test.context.testng.AbstractTestNGSpringContextTests.class
org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests.class
org.springframework.test.context.ContextLoader.class
org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener.class
org.springframework.test.context.support.AnnotationConfigContextLoader.class
org.springframework.test.context.support.GenericXmlContextLoader.class
org.springframework.test.context.support.DependencyInjectionTestExecutionListener.class
org.springframework.test.context.support.AnnotationConfigContextLoaderUtils.class
org.springframework.test.context.support.GenericGroovyXmlContextLoader.class
org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.class
org.springframework.test.context.support.DefaultTestContext.class
org.springframework.test.context.support.DefaultTestContextBootstrapper.class
org.springframework.test.context.support.GenericPropertiesContextLoader.class
org.springframework.test.context.support.TestPropertySourceUtils.class
org.springframework.test.context.support.ActiveProfilesUtils.class
org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener.class
org.springframework.test.context.support.ApplicationContextInitializerUtils.class
org.springframework.test.context.support.AbstractGenericContextLoader.class
org.springframework.test.context.support.MergedTestPropertySources.class
org.springframework.test.context.support.DefaultBootstrapContext.class
org.springframework.test.context.support.DirtiesContextTestExecutionListener.class
org.springframework.test.context.support.ContextLoaderUtils.class
org.springframework.test.context.support.DelegatingSmartContextLoader.class
org.springframework.test.context.support.AbstractTestExecutionListener.class
org.springframework.test.context.support.AbstractTestContextBootstrapper.class
org.springframework.test.context.support.DefaultActiveProfilesResolver.class
org.springframework.test.context.support.TestPropertySourceAttributes.class
org.springframework.test.context.support.AbstractContextLoader.class
org.springframework.test.context.ContextCustomizer.class
org.springframework.test.context.jdbc.MergedSqlConfig.class
org.springframework.test.context.jdbc.SqlGroup.class
org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener$1.class
org.springframework.test.context.jdbc.SqlConfig.class
org.springframework.test.context.jdbc.SqlConfig$TransactionMode.class
org.springframework.test.context.jdbc.SqlConfig$ErrorMode.class
org.springframework.test.context.jdbc.Sql.class
org.springframework.test.context.jdbc.Sql$ExecutionPhase.class
org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener.class
org.springframework.test.context.ContextCustomizerFactory.class
org.springframework.test.context.TestExecutionListeners.class
org.springframework.test.context.BootstrapWith.class
org.springframework.test.context.CacheAwareContextLoaderDelegate.class
org.springframework.test.context.ActiveProfiles.class
org.springframework.test.context.TestContextBootstrapper.class
org.springframework.test.context.TestPropertySource.class
org.springframework.test.context.BootstrapContext.class
org.springframework.test.context.TestExecutionListeners$MergeMode.class
org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests.class
org.springframework.test.context.junit4.SpringJUnit4ClassRunner.class
org.springframework.test.context.junit4.SpringRunner.class
org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests.class
org.springframework.test.context.junit4.rules.SpringMethodRule.class
org.springframework.test.context.junit4.rules.SpringClassRule.class
org.springframework.test.context.junit4.rules.SpringClassRule$TestContextManagerCacheEvictor.class
org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.class
org.springframework.test.context.junit4.statements.RunPrepareTestInstanceCallbacks.class
org.springframework.test.context.junit4.statements.SpringRepeat.class
org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.class
org.springframework.test.context.junit4.statements.ProfileValueChecker.class
org.springframework.test.context.junit4.statements.SpringFailOnTimeout.class
org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.class
org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.class
org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.class
org.springframework.test.context.MergedContextConfiguration.class
org.springframework.test.context.BootstrapUtils.class
org.springframework.test.context.ContextHierarchy.class
org.springframework.test.context.SmartContextLoader.class
org.springframework.test.context.TestContext.class
org.springframework.test.context.web.AnnotationConfigWebContextLoader.class
org.springframework.test.context.web.WebMergedContextConfiguration.class
org.springframework.test.context.web.WebTestContextBootstrapper.class
org.springframework.test.context.web.ServletTestExecutionListener.class
org.springframework.test.context.web.AbstractGenericWebContextLoader.class
org.springframework.test.context.web.WebDelegatingSmartContextLoader.class
org.springframework.test.context.web.WebAppConfiguration.class
org.springframework.test.context.web.GenericGroovyXmlWebContextLoader.class
org.springframework.test.context.web.GenericXmlWebContextLoader.class
org.springframework.test.context.web.socket.MockServerContainerContextCustomizer.class
org.springframework.test.context.web.socket.MockServerContainerContextCustomizerFactory.class
org.springframework.test.context.web.socket.MockServerContainer.class
org.springframework.test.context.ContextConfigurationAttributes.class
org.springframework.test.context.TestContextManager.class
org.springframework.test.context.cache.ContextCacheUtils.class
org.springframework.test.context.cache.DefaultContextCache$LruCache.class
org.springframework.test.context.cache.DefaultContextCache.class
org.springframework.test.context.cache.ContextCache.class
org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.class
org.springframework.test.context.ActiveProfilesResolver.class
org.springframework.test.context.transaction.BeforeTransaction.class
org.springframework.test.context.transaction.TestContextTransactionUtils$TestContextTransactionAttribute.class
org.springframework.test.context.transaction.TransactionConfiguration.class
org.springframework.test.context.transaction.AfterTransaction.class
org.springframework.test.context.transaction.TestContextTransactionUtils.class
org.springframework.test.context.transaction.TransactionConfigurationAttributes.class
org.springframework.test.context.transaction.TestTransaction.class
org.springframework.test.context.transaction.TransactionalTestExecutionListener.class
org.springframework.test.context.transaction.TransactionContextHolder.class
org.springframework.test.context.transaction.TransactionContext.class
org.springframework.test.context.TestExecutionListener.class
org.springframework.test.context.util.TestContextResourceUtils.class
org.springframework.test.context.ContextConfiguration.class
org.springframework.test.web.client.ResponseCreator.class
org.springframework.test.web.client.MockRestServiceServer$MockClientHttpRequestFactory$1.class
org.springframework.test.web.client.UnorderedRequestExpectationManager.class
org.springframework.test.web.client.MockRestServiceServer$1.class
org.springframework.test.web.client.ResponseActions.class
org.springframework.test.web.client.RequestExpectationManager.class
org.springframework.test.web.client.MockRestServiceServer$DefaultBuilder.class
org.springframework.test.web.client.RequestMatcher.class
org.springframework.test.web.client.RequestExpectation.class
org.springframework.test.web.client.AbstractRequestExpectationManager.class
org.springframework.test.web.client.match.XpathRequestMatchers.class
org.springframework.test.web.client.match.XpathRequestMatchers$3.class
org.springframework.test.web.client.match.MockRestRequestMatchers.class
org.springframework.test.web.client.match.ContentRequestMatchers$2.class
org.springframework.test.web.client.match.ContentRequestMatchers$7.class
org.springframework.test.web.client.match.ContentRequestMatchers$9.class
org.springframework.test.web.client.match.JsonPathRequestMatchers$12.class
org.springframework.test.web.client.match.MockRestRequestMatchers$3.class
org.springframework.test.web.client.match.ContentRequestMatchers$3.class
org.springframework.test.web.client.match.MockRestRequestMatchers$2.class
org.springframework.test.web.client.match.JsonPathRequestMatchers$8.class
org.springframework.test.web.client.match.XpathRequestMatchers$5.class
org.springframework.test.web.client.match.JsonPathRequestMatchers$7.class
org.springframework.test.web.client.match.JsonPathRequestMatchers$4.class
org.springframework.test.web.client.match.JsonPathRequestMatchers$9.class
org.springframework.test.web.client.match.XpathRequestMatchers$AbstractXpathRequestMatcher.class
org.springframework.test.web.client.match.JsonPathRequestMatchers.class
org.springframework.test.web.client.match.MockRestRequestMatchers$4.class
org.springframework.test.web.client.match.JsonPathRequestMatchers$5.class
org.springframework.test.web.client.match.ContentRequestMatchers$AbstractXmlRequestMatcher.class
org.springframework.test.web.client.match.ContentRequestMatchers$4.class
org.springframework.test.web.client.match.MockRestRequestMatchers$7.class
org.springframework.test.web.client.match.JsonPathRequestMatchers$11.class
org.springframework.test.web.client.match.ContentRequestMatchers.class
org.springframework.test.web.client.match.XpathRequestMatchers$2.class
org.springframework.test.web.client.match.MockRestRequestMatchers$6.class
org.springframework.test.web.client.match.MockRestRequestMatchers$1.class
org.springframework.test.web.client.match.XpathRequestMatchers$6.class
org.springframework.test.web.client.match.JsonPathRequestMatchers$6.class
org.springframework.test.web.client.match.MockRestRequestMatchers$5.class
org.springframework.test.web.client.match.JsonPathRequestMatchers$2.class
org.springframework.test.web.client.match.JsonPathRequestMatchers$10.class
org.springframework.test.web.client.match.XpathRequestMatchers$9.class
org.springframework.test.web.client.match.XpathRequestMatchers$8.class
org.springframework.test.web.client.match.JsonPathRequestMatchers$3.class
org.springframework.test.web.client.match.ContentRequestMatchers$6$1.class
org.springframework.test.web.client.match.ContentRequestMatchers$1.class
org.springframework.test.web.client.match.JsonPathRequestMatchers$1.class
org.springframework.test.web.client.match.ContentRequestMatchers$5.class
org.springframework.test.web.client.match.ContentRequestMatchers$6.class
org.springframework.test.web.client.match.ContentRequestMatchers$8.class
org.springframework.test.web.client.match.XpathRequestMatchers$1.class
org.springframework.test.web.client.match.JsonPathRequestMatchers$AbstractJsonPathRequestMatcher.class
org.springframework.test.web.client.match.XpathRequestMatchers$10.class
org.springframework.test.web.client.match.XpathRequestMatchers$4.class
org.springframework.test.web.client.match.XpathRequestMatchers$7.class
org.springframework.test.web.client.AbstractRequestExpectationManager$RequestExpectationGroup.class
org.springframework.test.web.client.MockRestServiceServer.class
org.springframework.test.web.client.DefaultRequestExpectation.class
org.springframework.test.web.client.ExpectedCount.class
org.springframework.test.web.client.MockMvcClientHttpRequestFactory.class
org.springframework.test.web.client.MockMvcClientHttpRequestFactory$1.class
org.springframework.test.web.client.DefaultRequestExpectation$RequestCount.class
org.springframework.test.web.client.MockRestServiceServer$MockClientHttpRequestFactory.class
org.springframework.test.web.client.response.MockRestResponseCreators.class
org.springframework.test.web.client.response.DefaultResponseCreator.class
org.springframework.test.web.client.MockRestServiceServer$MockRestServiceServerBuilder.class
org.springframework.test.web.client.SimpleRequestExpectationManager.class
org.springframework.test.web.ModelAndViewAssert.class
org.springframework.test.web.servlet.result.StatusResultMatchers$9.class
org.springframework.test.web.servlet.result.MockMvcResultHandlers.class
org.springframework.test.web.servlet.result.HeaderResultMatchers$7.class
org.springframework.test.web.servlet.result.HeaderResultMatchers$4.class
org.springframework.test.web.servlet.result.ModelResultMatchers$6.class
org.springframework.test.web.servlet.result.ViewResultMatchers$1.class
org.springframework.test.web.servlet.result.StatusResultMatchers$5.class
org.springframework.test.web.servlet.result.ModelResultMatchers.class
org.springframework.test.web.servlet.result.HandlerResultMatchers$3.class
org.springframework.test.web.servlet.result.XpathResultMatchers$6.class
org.springframework.test.web.servlet.result.CookieResultMatchers$15.class
org.springframework.test.web.servlet.result.CookieResultMatchers$10.class
org.springframework.test.web.servlet.result.MockMvcResultHandlers$PrintWriterPrintingResultHandler$1.class
org.springframework.test.web.servlet.result.JsonPathResultMatchers$1.class
org.springframework.test.web.servlet.result.XpathResultMatchers.class
org.springframework.test.web.servlet.result.XpathResultMatchers$2.class
org.springframework.test.web.servlet.result.RequestResultMatchers$3.class
org.springframework.test.web.servlet.result.ContentResultMatchers$3.class
org.springframework.test.web.servlet.result.StatusResultMatchers$3.class
org.springframework.test.web.servlet.result.HeaderResultMatchers$1.class
org.springframework.test.web.servlet.result.PrintingResultHandler.class
org.springframework.test.web.servlet.result.ModelResultMatchers$1.class
org.springframework.test.web.servlet.result.CookieResultMatchers$8.class
org.springframework.test.web.servlet.result.JsonPathResultMatchers$6.class
org.springframework.test.web.servlet.result.ModelResultMatchers$9.class
org.springframework.test.web.servlet.result.JsonPathResultMatchers$8.class
org.springframework.test.web.servlet.result.MockMvcResultMatchers.class
org.springframework.test.web.servlet.result.CookieResultMatchers$13.class
org.springframework.test.web.servlet.result.ModelResultMatchers$11.class
org.springframework.test.web.servlet.result.ModelResultMatchers$4.class
org.springframework.test.web.servlet.result.CookieResultMatchers$1.class
org.springframework.test.web.servlet.result.XpathResultMatchers$1.class
org.springframework.test.web.servlet.result.CookieResultMatchers$9.class
org.springframework.test.web.servlet.result.MockMvcResultHandlers$1.class
org.springframework.test.web.servlet.result.XpathResultMatchers$7.class
org.springframework.test.web.servlet.result.JsonPathResultMatchers$3.class
org.springframework.test.web.servlet.result.CookieResultMatchers.class
org.springframework.test.web.servlet.result.JsonPathResultMatchers$4.class
org.springframework.test.web.servlet.result.MockMvcResultMatchers$3.class
org.springframework.test.web.servlet.result.MockMvcResultMatchers$2.class
org.springframework.test.web.servlet.result.MockMvcResultHandlers$PrintWriterPrintingResultHandler.class
org.springframework.test.web.servlet.result.CookieResultMatchers$5.class
org.springframework.test.web.servlet.result.RequestResultMatchers$4.class
org.springframework.test.web.servlet.result.HeaderResultMatchers.class
org.springframework.test.web.servlet.result.ViewResultMatchers$2.class
org.springframework.test.web.servlet.result.MockMvcResultMatchers$1.class
org.springframework.test.web.servlet.result.HeaderResultMatchers$5.class
org.springframework.test.web.servlet.result.RequestResultMatchers$8.class
org.springframework.test.web.servlet.result.RequestResultMatchers$2.class
org.springframework.test.web.servlet.result.FlashAttributeResultMatchers$1.class
org.springframework.test.web.servlet.result.StatusResultMatchers$6.class
org.springframework.test.web.servlet.result.ContentResultMatchers$7.class
org.springframework.test.web.servlet.result.StatusResultMatchers.class
org.springframework.test.web.servlet.result.StatusResultMatchers$2.class
org.springframework.test.web.servlet.result.HandlerResultMatchers$5.class
org.springframework.test.web.servlet.result.ModelResultMatchers$3.class
org.springframework.test.web.servlet.result.CookieResultMatchers$14.class
org.springframework.test.web.servlet.result.ModelResultMatchers$7.class
org.springframework.test.web.servlet.result.HandlerResultMatchers$4.class
org.springframework.test.web.servlet.result.XpathResultMatchers$10.class
org.springframework.test.web.servlet.result.JsonPathResultMatchers$5.class
org.springframework.test.web.servlet.result.ViewResultMatchers.class
org.springframework.test.web.servlet.result.ModelResultMatchers$14.class
org.springframework.test.web.servlet.result.HeaderResultMatchers$3.class
org.springframework.test.web.servlet.result.HeaderResultMatchers$2.class
org.springframework.test.web.servlet.result.PrintingResultHandler$ResultValuePrinter.class
org.springframework.test.web.servlet.result.StatusResultMatchers$1.class
org.springframework.test.web.servlet.result.ContentResultMatchers$2.class
org.springframework.test.web.servlet.result.ContentResultMatchers.class
org.springframework.test.web.servlet.result.FlashAttributeResultMatchers.class
org.springframework.test.web.servlet.result.JsonPathResultMatchers$11.class
org.springframework.test.web.servlet.result.MockMvcResultHandlers$LoggingResultHandler.class
org.springframework.test.web.servlet.result.ContentResultMatchers$4.class
org.springframework.test.web.servlet.result.ContentResultMatchers$1.class
org.springframework.test.web.servlet.result.ContentResultMatchers$5.class
org.springframework.test.web.servlet.result.CookieResultMatchers$3.class
org.springframework.test.web.servlet.result.ContentResultMatchers$6.class
org.springframework.test.web.servlet.result.RequestResultMatchers.class
org.springframework.test.web.servlet.result.CookieResultMatchers$7.class
org.springframework.test.web.servlet.result.CookieResultMatchers$11.class
org.springframework.test.web.servlet.result.ContentResultMatchers$8.class
org.springframework.test.web.servlet.result.ModelResultMatchers$13.class
org.springframework.test.web.servlet.result.CookieResultMatchers$4.class
org.springframework.test.web.servlet.result.CookieResultMatchers$2.class
org.springframework.test.web.servlet.result.ModelResultMatchers$10.class
org.springframework.test.web.servlet.result.StatusResultMatchers$8.class
org.springframework.test.web.servlet.result.JsonPathResultMatchers$7.class
org.springframework.test.web.servlet.result.JsonPathResultMatchers$2.class
org.springframework.test.web.servlet.result.CookieResultMatchers$12.class
org.springframework.test.web.servlet.result.StatusResultMatchers$7.class
org.springframework.test.web.servlet.result.StatusResultMatchers$10.class
org.springframework.test.web.servlet.result.ModelResultMatchers$5.class
org.springframework.test.web.servlet.result.HandlerResultMatchers.class
org.springframework.test.web.servlet.result.HandlerResultMatchers$1.class
org.springframework.test.web.servlet.result.RequestResultMatchers$7.class
org.springframework.test.web.servlet.result.ContentResultMatchers$10.class
org.springframework.test.web.servlet.result.CookieResultMatchers$6.class
org.springframework.test.web.servlet.result.RequestResultMatchers$6.class
org.springframework.test.web.servlet.result.FlashAttributeResultMatchers$2.class
org.springframework.test.web.servlet.result.FlashAttributeResultMatchers$4.class
org.springframework.test.web.servlet.result.RequestResultMatchers$5.class
org.springframework.test.web.servlet.result.ContentResultMatchers$9.class
org.springframework.test.web.servlet.result.RequestResultMatchers$1.class
org.springframework.test.web.servlet.result.StatusResultMatchers$4.class
org.springframework.test.web.servlet.result.XpathResultMatchers$8.class
org.springframework.test.web.servlet.result.JsonPathResultMatchers$9.class
org.springframework.test.web.servlet.result.HandlerResultMatchers$2.class
org.springframework.test.web.servlet.result.XpathResultMatchers$9.class
org.springframework.test.web.servlet.result.JsonPathResultMatchers.class
org.springframework.test.web.servlet.result.ModelResultMatchers$12.class
org.springframework.test.web.servlet.result.FlashAttributeResultMatchers$3.class
org.springframework.test.web.servlet.result.ModelResultMatchers$2.class
org.springframework.test.web.servlet.result.HeaderResultMatchers$6.class
org.springframework.test.web.servlet.result.ModelResultMatchers$8.class
org.springframework.test.web.servlet.result.JsonPathResultMatchers$10.class
org.springframework.test.web.servlet.result.XpathResultMatchers$5.class
org.springframework.test.web.servlet.result.MockMvcResultMatchers$4.class
org.springframework.test.web.servlet.result.XpathResultMatchers$3.class
org.springframework.test.web.servlet.result.XpathResultMatchers$4.class
org.springframework.test.web.servlet.RequestBuilder.class
org.springframework.test.web.servlet.request.ConfigurableSmartRequestBuilder.class
org.springframework.test.web.servlet.request.MockMultipartHttpServletRequestBuilder.class
org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder$1.class
org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder.class
org.springframework.test.web.servlet.request.MockMvcRequestBuilders.class
org.springframework.test.web.servlet.request.MockMvcRequestBuilders$1.class
org.springframework.test.web.servlet.request.RequestPostProcessor.class
org.springframework.test.web.servlet.MockMvcBuilderSupport.class
org.springframework.test.web.servlet.TestDispatcherServlet$1.class
org.springframework.test.web.servlet.MvcResult.class
org.springframework.test.web.servlet.ResultActions.class
org.springframework.test.web.servlet.MockMvcBuilder.class
org.springframework.test.web.servlet.TestDispatcherServlet$2.class
org.springframework.test.web.servlet.SmartRequestBuilder.class
org.springframework.test.web.servlet.TestDispatcherServlet.class
org.springframework.test.web.servlet.MockMvcBuilderSupport$MockMvcBuildException.class
org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder$StaticRequestMappingHandlerMapping.class
org.springframework.test.web.servlet.setup.StubWebApplicationContext$1.class
org.springframework.test.web.servlet.setup.MockMvcBuilders.class
org.springframework.test.web.servlet.setup.PatternMappingFilterProxy.class
org.springframework.test.web.servlet.setup.DefaultMockMvcBuilder.class
org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder$StandaloneConfiguration.class
org.springframework.test.web.servlet.setup.ConfigurableMockMvcBuilder.class
org.springframework.test.web.servlet.setup.StubWebApplicationContext.class
org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder$StaticViewResolver.class
org.springframework.test.web.servlet.setup.StubWebApplicationContext$StubBeanFactory.class
org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder$StaticStringValueResolver.class
org.springframework.test.web.servlet.setup.MockMvcConfigurerAdapter.class
org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder$StaticStringValueResolver$1.class
org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder.class
org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder$1.class
org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder.class
org.springframework.test.web.servlet.setup.MockMvcConfigurer.class
org.springframework.test.web.servlet.MockMvc$1.class
org.springframework.test.web.servlet.DefaultMvcResult.class
org.springframework.test.web.servlet.ResultMatcher.class
org.springframework.test.web.servlet.ResultHandler.class
org.springframework.test.web.servlet.MockMvc.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
json-path-2.2.0.jar
/com.jayway.jsonpath/json-path/2.2.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所有版本文件
javax.websocket-api-1.0.jar
/javax.websocket/javax.websocket-api/1.0
查看javax.websocket-api所有版本文件
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
htmlunit-2.22.jar
/net.sourceforge.htmlunit/htmlunit/2.22
查看htmlunit所有版本文件
taglibs-standard-jstlel-1.2.1.jar
/org.apache.taglibs/taglibs-standard-jstlel/1.2.1
查看taglibs-standard-jstlel所有版本文件
aspectjweaver-1.8.9.jar
/org.aspectj/aspectjweaver/1.8.9
查看aspectjweaver所有版本文件
groovy-all-2.4.7.jar
/org.codehaus.groovy/groovy-all/2.4.7
查看groovy-all所有版本文件
hamcrest-core-1.3.jar
/org.hamcrest/hamcrest-core/1.3
查看hamcrest-core所有版本文件
htmlunit-driver-2.21.jar
/org.seleniumhq.selenium/htmlunit-driver/2.21
查看htmlunit-driver所有版本文件
selenium-java-2.53.1.jar
/org.seleniumhq.selenium/selenium-java/2.53.1
查看selenium-java所有版本文件
jsonassert-1.3.0.jar
/org.skyscreamer/jsonassert/1.3.0
查看jsonassert所有版本文件
spring-beans-4.3.3.RELEASE.jar
/org.springframework/spring-beans/4.3.3.RELEASE
查看spring-beans所有版本文件
spring-context-4.3.3.RELEASE.jar
/org.springframework/spring-context/4.3.3.RELEASE
查看spring-context所有版本文件
spring-core-4.3.3.RELEASE.jar
/org.springframework/spring-core/4.3.3.RELEASE
查看spring-core所有版本文件
spring-jdbc-4.3.3.RELEASE.jar
/org.springframework/spring-jdbc/4.3.3.RELEASE
查看spring-jdbc所有版本文件
spring-orm-4.3.3.RELEASE.jar
/org.springframework/spring-orm/4.3.3.RELEASE
查看spring-orm所有版本文件
spring-tx-4.3.3.RELEASE.jar
/org.springframework/spring-tx/4.3.3.RELEASE
查看spring-tx所有版本文件
spring-web-4.3.3.RELEASE.jar
/org.springframework/spring-web/4.3.3.RELEASE
查看spring-web所有版本文件
spring-webmvc-4.3.3.RELEASE.jar
/org.springframework/spring-webmvc/4.3.3.RELEASE
查看spring-webmvc所有版本文件
spring-webmvc-portlet-4.3.3.RELEASE.jar
/org.springframework/spring-webmvc-portlet/4.3.3.RELEASE
查看spring-webmvc-portlet所有版本文件
spring-websocket-4.3.3.RELEASE.jar
/org.springframework/spring-websocket/4.3.3.RELEASE
查看spring-websocket所有版本文件
testng-6.9.10.jar
/org.testng/testng/6.9.10
查看testng所有版本文件
xmlunit-1.6.jar
/xmlunit/xmlunit/1.6
查看xmlunit所有版本文件
|