组织ID: |
org.springframework |
项目ID: |
spring-test |
版本: |
5.0.11.RELEASE |
最后修改时间: |
2018-11-27 20:01:24 |
包类型: |
jar |
标题: |
Spring TestContext Framework |
描述: |
Spring TestContext Framework |
相关URL: |
https://github.com/spring-projects/spring-framework |
大小: |
592.21KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>5.0.11.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework:spring-test:5.0.11.RELEASE
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>5.0.11.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>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</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.4.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId>
<version>3.1.12.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
<version>1.1.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.el</groupId>
<artifactId>javax.el-api</artifactId>
<version>3.0.1-b04</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.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.3.2-b02</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>4.0.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.websocket</groupId>
<artifactId>javax.websocket-api</artifactId>
<version>1.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.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.31</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.taglibs</groupId>
<artifactId>taglibs-standard-jstlel</artifactId>
<version>1.2.5</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.13</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>2.4.15</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.jetbrains.kotlin</groupId>
<artifactId>kotlin-reflect</artifactId>
<version>1.2.71</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.2.71</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.0.3</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>htmlunit-driver</artifactId>
<version>2.31.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>3.13.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>netty</artifactId>
<groupId>io.netty</groupId>
</exclusion>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.skyscreamer</groupId>
<artifactId>jsonassert</artifactId>
<version>1.5.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<version>5.0.11.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>5.0.11.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>5.0.11.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>5.0.11.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<version>5.0.11.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-orm</artifactId>
<version>5.0.11.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<version>5.0.11.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>5.0.11.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webflux</artifactId>
<version>5.0.11.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>5.0.11.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-websocket</artifactId>
<version>5.0.11.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.14.3</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-matchers</artifactId>
<version>2.5.1</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.annotation.package-info.class
org.springframework.test.jdbc.JdbcTestUtils.class
org.springframework.test.jdbc.package-info.class
org.springframework.test.context.testng.AbstractTestNGSpringContextTests.class
org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests.class
org.springframework.test.context.testng.package-info.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.support.package-info.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.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.package-info.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.rules.package-info.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.RunAfterTestExecutionCallbacks.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.RunBeforeTestExecutionCallbacks.class
org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.class
org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.class
org.springframework.test.context.junit4.statements.package-info.class
org.springframework.test.context.junit4.package-info.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.web.socket.package-info.class
org.springframework.test.context.web.package-info.class
org.springframework.test.context.TestContextManager$1.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.package-info.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.AfterTransaction.class
org.springframework.test.context.transaction.TestContextTransactionUtils.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.transaction.package-info.class
org.springframework.test.context.junit.jupiter.SpringExtension.class
org.springframework.test.context.junit.jupiter.ParameterAutowireUtils.class
org.springframework.test.context.junit.jupiter.AbstractExpressionEvaluatingCondition.class
org.springframework.test.context.junit.jupiter.ParameterAutowireUtils$1.class
org.springframework.test.context.junit.jupiter.web.SpringJUnitWebConfig.class
org.springframework.test.context.junit.jupiter.web.package-info.class
org.springframework.test.context.junit.jupiter.DisabledIf.class
org.springframework.test.context.junit.jupiter.EnabledIfCondition.class
org.springframework.test.context.junit.jupiter.DisabledIfCondition.class
org.springframework.test.context.junit.jupiter.EnabledIf.class
org.springframework.test.context.junit.jupiter.SpringJUnitConfig.class
org.springframework.test.context.junit.jupiter.package-info.class
org.springframework.test.context.TestExecutionListener.class
org.springframework.test.context.util.TestContextResourceUtils.class
org.springframework.test.context.util.package-info.class
org.springframework.test.context.package-info.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.JsonPathRequestMatchers$12.class
org.springframework.test.web.client.match.ContentRequestMatchers$3.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.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.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.XpathRequestMatchers$6.class
org.springframework.test.web.client.match.JsonPathRequestMatchers$6.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$1.class
org.springframework.test.web.client.match.JsonPathRequestMatchers$1.class
org.springframework.test.web.client.match.JsonPathRequestMatchers$13.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.JsonPathRequestMatchers$14.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.package-info.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.response.package-info.class
org.springframework.test.web.client.MockMvcClientHttpRequestFactory$2.class
org.springframework.test.web.client.MockRestServiceServer$MockRestServiceServerBuilder.class
org.springframework.test.web.client.package-info.class
org.springframework.test.web.client.SimpleRequestExpectationManager.class
org.springframework.test.web.ModelAndViewAssert.class
org.springframework.test.web.servlet.result.MockMvcResultHandlers.class
org.springframework.test.web.servlet.result.ModelResultMatchers.class
org.springframework.test.web.servlet.result.MockMvcResultHandlers$PrintWriterPrintingResultHandler$1.class
org.springframework.test.web.servlet.result.XpathResultMatchers.class
org.springframework.test.web.servlet.result.PrintingResultHandler.class
org.springframework.test.web.servlet.result.MockMvcResultMatchers.class
org.springframework.test.web.servlet.result.MockMvcResultHandlers$1.class
org.springframework.test.web.servlet.result.CookieResultMatchers.class
org.springframework.test.web.servlet.result.MockMvcResultHandlers$PrintWriterPrintingResultHandler.class
org.springframework.test.web.servlet.result.HeaderResultMatchers.class
org.springframework.test.web.servlet.result.StatusResultMatchers.class
org.springframework.test.web.servlet.result.ViewResultMatchers.class
org.springframework.test.web.servlet.result.PrintingResultHandler$ResultValuePrinter.class
org.springframework.test.web.servlet.result.ContentResultMatchers.class
org.springframework.test.web.servlet.result.FlashAttributeResultMatchers.class
org.springframework.test.web.servlet.result.MockMvcResultHandlers$LoggingResultHandler.class
org.springframework.test.web.servlet.result.RequestResultMatchers.class
org.springframework.test.web.servlet.result.HandlerResultMatchers.class
org.springframework.test.web.servlet.result.JsonPathResultMatchers.class
org.springframework.test.web.servlet.result.package-info.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.RequestPostProcessor.class
org.springframework.test.web.servlet.request.package-info.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.DispatcherServletCustomizer.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.SharedHttpSessionConfigurer.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.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.setup.package-info.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
org.springframework.test.web.servlet.package-info.class
org.springframework.test.web.servlet.htmlunit.webdriver.MockMvcHtmlUnitDriverBuilder.class
org.springframework.test.web.servlet.htmlunit.webdriver.WebConnectionHtmlUnitDriver.class
org.springframework.test.web.servlet.htmlunit.webdriver.package-info.class
org.springframework.test.web.servlet.htmlunit.HtmlUnitRequestBuilder$HtmlUnitMockHttpSession.class
org.springframework.test.web.servlet.htmlunit.MockMvcWebConnection.class
org.springframework.test.web.servlet.htmlunit.HostRequestMatcher.class
org.springframework.test.web.servlet.htmlunit.HtmlUnitRequestBuilder$HtmlUnitMockHttpServletRequest.class
org.springframework.test.web.servlet.htmlunit.ForwardRequestPostProcessor.class
org.springframework.test.web.servlet.htmlunit.WebRequestMatcher.class
org.springframework.test.web.servlet.htmlunit.MockWebResponseBuilder.class
org.springframework.test.web.servlet.htmlunit.HtmlUnitRequestBuilder.class
org.springframework.test.web.servlet.htmlunit.MockMvcWebConnectionBuilderSupport.class
org.springframework.test.web.servlet.htmlunit.DelegatingWebConnection$DelegateWebConnection.class
org.springframework.test.web.servlet.htmlunit.UrlRegexRequestMatcher.class
org.springframework.test.web.servlet.htmlunit.HtmlUnitRequestBuilder$1.class
org.springframework.test.web.servlet.htmlunit.DelegatingWebConnection.class
org.springframework.test.web.servlet.htmlunit.MockMvcWebClientBuilder.class
org.springframework.test.web.servlet.htmlunit.package-info.class
org.springframework.test.web.reactive.server.WebTestClient$ControllerSpec.class
org.springframework.test.web.reactive.server.WebTestClient$RequestHeadersUriSpec.class
org.springframework.test.web.reactive.server.WebTestClient$RequestBodySpec.class
org.springframework.test.web.reactive.server.WebTestClient$UriSpec.class
org.springframework.test.web.reactive.server.DefaultWebTestClientBuilder.class
org.springframework.test.web.reactive.server.DefaultWebTestClient$DefaultBodySpec.class
org.springframework.test.web.reactive.server.WebTestClient$RouterFunctionSpec.class
org.springframework.test.web.reactive.server.HeaderAssertions.class
org.springframework.test.web.reactive.server.WebTestClient$BodySpec.class
org.springframework.test.web.reactive.server.WebTestClientConfigurer.class
org.springframework.test.web.reactive.server.WebTestClient$MockServerSpec.class
org.springframework.test.web.reactive.server.WebTestClient.class
org.springframework.test.web.reactive.server.EntityExchangeResult.class
org.springframework.test.web.reactive.server.WebTestClient$RequestBodyUriSpec.class
org.springframework.test.web.reactive.server.WiretapConnector$Info.class
org.springframework.test.web.reactive.server.DefaultWebTestClient.class
org.springframework.test.web.reactive.server.DefaultWebTestClient$DefaultBodyContentSpec.class
org.springframework.test.web.reactive.server.WebTestClient$ListBodySpec.class
org.springframework.test.web.reactive.server.WiretapConnector$WiretapClientHttpResponse.class
org.springframework.test.web.reactive.server.JsonPathAssertions.class
org.springframework.test.web.reactive.server.ApplicationContextSpec.class
org.springframework.test.web.reactive.server.DefaultControllerSpec$1.class
org.springframework.test.web.reactive.server.WebTestClient$BodyContentSpec.class
org.springframework.test.web.reactive.server.WiretapConnector$WiretapClientHttpRequest.class
org.springframework.test.web.reactive.server.StatusAssertions.class
org.springframework.test.web.reactive.server.DefaultRouterFunctionSpec.class
org.springframework.test.web.reactive.server.DefaultWebTestClient$DefaultRequestBodyUriSpec.class
org.springframework.test.web.reactive.server.WebTestClient$ResponseSpec.class
org.springframework.test.web.reactive.server.DefaultControllerSpec.class
org.springframework.test.web.reactive.server.DefaultWebTestClient$DefaultResponseSpec.class
org.springframework.test.web.reactive.server.DefaultWebTestClient$DefaultListBodySpec.class
org.springframework.test.web.reactive.server.HttpHandlerConnector.class
org.springframework.test.web.reactive.server.WiretapConnector.class
org.springframework.test.web.reactive.server.MockServerConfigurer.class
org.springframework.test.web.reactive.server.ExchangeResult.class
org.springframework.test.web.reactive.server.FluxExchangeResult.class
org.springframework.test.web.reactive.server.DefaultControllerSpec$TestWebFluxConfigurer.class
org.springframework.test.web.reactive.server.WebTestClient$RequestHeadersSpec.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
json-path-2.4.0.jar
/com.jayway.jsonpath/json-path/2.4.0
查看json-path所有版本文件
reactor-test-3.1.12.RELEASE.jar
/io.projectreactor/reactor-test/3.1.12.RELEASE
查看reactor-test所有版本文件
activation-1.1.1.jar
/javax.activation/activation/1.1.1
查看activation所有版本文件
javax.el-api-3.0.1-b04.jar
/javax.el/javax.el-api/3.0.1-b04
查看javax.el-api所有版本文件
javax.inject-1.jar
/javax.inject/javax.inject/1
查看javax.inject所有版本文件
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.3.2-b02.jar
/javax.servlet.jsp/javax.servlet.jsp-api/2.3.2-b02
查看javax.servlet.jsp-api所有版本文件
javax.servlet-api-4.0.1.jar
/javax.servlet/javax.servlet-api/4.0.1
查看javax.servlet-api所有版本文件
javax.websocket-api-1.1.jar
/javax.websocket/javax.websocket-api/1.1
查看javax.websocket-api所有版本文件
jaxb-api-2.3.0.jar
/javax.xml.bind/jaxb-api/2.3.0
查看jaxb-api所有版本文件
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
htmlunit-2.31.jar
/net.sourceforge.htmlunit/htmlunit/2.31
查看htmlunit所有版本文件
taglibs-standard-jstlel-1.2.5.jar
/org.apache.taglibs/taglibs-standard-jstlel/1.2.5
查看taglibs-standard-jstlel所有版本文件
aspectjweaver-1.8.13.jar
/org.aspectj/aspectjweaver/1.8.13
查看aspectjweaver所有版本文件
groovy-all-2.4.15.jar
/org.codehaus.groovy/groovy-all/2.4.15
查看groovy-all所有版本文件
hamcrest-core-1.3.jar
/org.hamcrest/hamcrest-core/1.3
查看hamcrest-core所有版本文件
kotlin-reflect-1.2.71.jar
/org.jetbrains.kotlin/kotlin-reflect/1.2.71
查看kotlin-reflect所有版本文件
kotlin-stdlib-1.2.71.jar
/org.jetbrains.kotlin/kotlin-stdlib/1.2.71
查看kotlin-stdlib所有版本文件
junit-jupiter-api-5.0.3.jar
/org.junit.jupiter/junit-jupiter-api/5.0.3
查看junit-jupiter-api所有版本文件
htmlunit-driver-2.31.0.jar
/org.seleniumhq.selenium/htmlunit-driver/2.31.0
查看htmlunit-driver所有版本文件
selenium-java-3.13.0.jar
/org.seleniumhq.selenium/selenium-java/3.13.0
查看selenium-java所有版本文件
jsonassert-1.5.0.jar
/org.skyscreamer/jsonassert/1.5.0
查看jsonassert所有版本文件
spring-aop-5.0.11.RELEASE.jar
/org.springframework/spring-aop/5.0.11.RELEASE
查看spring-aop所有版本文件
spring-beans-5.0.11.RELEASE.jar
/org.springframework/spring-beans/5.0.11.RELEASE
查看spring-beans所有版本文件
spring-context-5.0.11.RELEASE.jar
/org.springframework/spring-context/5.0.11.RELEASE
查看spring-context所有版本文件
spring-core-5.0.11.RELEASE.jar
/org.springframework/spring-core/5.0.11.RELEASE
查看spring-core所有版本文件
spring-jdbc-5.0.11.RELEASE.jar
/org.springframework/spring-jdbc/5.0.11.RELEASE
查看spring-jdbc所有版本文件
spring-orm-5.0.11.RELEASE.jar
/org.springframework/spring-orm/5.0.11.RELEASE
查看spring-orm所有版本文件
spring-tx-5.0.11.RELEASE.jar
/org.springframework/spring-tx/5.0.11.RELEASE
查看spring-tx所有版本文件
spring-web-5.0.11.RELEASE.jar
/org.springframework/spring-web/5.0.11.RELEASE
查看spring-web所有版本文件
spring-webflux-5.0.11.RELEASE.jar
/org.springframework/spring-webflux/5.0.11.RELEASE
查看spring-webflux所有版本文件
spring-webmvc-5.0.11.RELEASE.jar
/org.springframework/spring-webmvc/5.0.11.RELEASE
查看spring-webmvc所有版本文件
spring-websocket-5.0.11.RELEASE.jar
/org.springframework/spring-websocket/5.0.11.RELEASE
查看spring-websocket所有版本文件
testng-6.14.3.jar
/org.testng/testng/6.14.3
查看testng所有版本文件
xmlunit-matchers-2.5.1.jar
/org.xmlunit/xmlunit-matchers/2.5.1
查看xmlunit-matchers所有版本文件
|