| 组织ID: |
com.mockrunner |
| 项目ID: |
mockrunner-core |
| 版本: |
0.4.6 |
| 最后修改时间: |
2018-09-20 08:42:59 |
| 包类型: |
jar |
| 标题: |
MockRunner-Core |
| 描述: |
Core classes common to all Mockrunner modules |
| 大小: |
300.58KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.mockrunner</groupId>
<artifactId>mockrunner-core</artifactId>
<version>0.4.6</version>
</dependency>
|
| Gradle引入代码: |
com.mockrunner:mockrunner-core:0.4.6
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.mockrunner</groupId>
<artifactId>mockrunner</artifactId>
<version>0.4.6</version>
<relativePath>..</relativePath>
</parent>
<artifactId>mockrunner-core</artifactId>
<name>MockRunner-Core</name>
<description>Core classes common to all Mockrunner modules</description>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</dependency>
<dependency>
<groupId>jdom</groupId>
<artifactId>jdom</artifactId>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>jasper</artifactId>
</dependency>
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts-extras</artifactId>
</dependency>
<dependency>
<groupId>jboss</groupId>
<artifactId>jboss-j2ee</artifactId>
</dependency>
<dependency>
<groupId>com.kirkk</groupId>
<artifactId>jaranalyzer</artifactId>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
</dependency>
<dependency>
<groupId>nekohtml</groupId>
<artifactId>nekohtml</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<!-- Generate a jar for the source files when deploying -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<phase>verify</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<!-- Generate a jar for the javadocs when deploying -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<id>attach-javadoc</id>
<phase>verify</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
<configuration>
<javadocExecutable>${javadoc-executable-path}</javadocExecutable>
<charset>${project.build.sourceEncoding}</charset>
<encoding>${project.build.sourceEncoding}</encoding>
<docencoding>${project.build.sourceEncoding}</docencoding>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>release-module-exclusives</id>
<!-- Profile automatically triggered when release:perform is executed -->
<activation>
<property>
<name>performRelease</name>
<value>true</value>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>
<configuration>
<path>${project.artifactId}</path>
</configuration>
<executions>
<execution>
<id>github-site</id>
<goals>
<goal>site</goal>
</goals>
<phase>site</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.mockrunner.base.BasicHTMLOutputTestCase.class
com.mockrunner.base.BasicWebTestCase.class
com.mockrunner.base.GenericHTMLOutputModule.class
com.mockrunner.base.HTMLOutputModule.class
com.mockrunner.base.MultiThreadTestSuite$TestThread.class
com.mockrunner.base.MultiThreadTestSuite.class
com.mockrunner.base.NestedApplicationException.class
com.mockrunner.base.VerifyFailedException.class
com.mockrunner.base.WebTestModule.class
com.mockrunner.gen.AbstractAdapterGenerator$ProcessingUnit.class
com.mockrunner.gen.AbstractAdapterGenerator.class
com.mockrunner.gen.J2EEVersionGenerator.class
com.mockrunner.gen.jar.JarFileExtractor.class
com.mockrunner.gen.jar.MockrunnerJars$Permission.class
com.mockrunner.gen.jar.MockrunnerJars.class
com.mockrunner.gen.jar.MockrunnerTextSummary.class
com.mockrunner.gen.jar.TestConfigurationClassLoader.class
com.mockrunner.gen.JDKVersionGenerator.class
com.mockrunner.gen.proc.AdapterProcessor.class
com.mockrunner.gen.proc.GeneratorUtil.class
com.mockrunner.gen.proc.JavaClassGenerator$ConstructorDeclaration.class
com.mockrunner.gen.proc.JavaClassGenerator$MethodDeclaration.class
com.mockrunner.gen.proc.JavaClassGenerator.class
com.mockrunner.gen.proc.JavaLineAssembler.class
com.mockrunner.gen.proc.JavaLineParser$Block.class
com.mockrunner.gen.proc.JavaLineParser$Line.class
com.mockrunner.gen.proc.JavaLineParser.class
com.mockrunner.gen.proc.JavaLineProcessor.class
com.mockrunner.gen.proc.PackageImportSorter$Group.class
com.mockrunner.gen.proc.PackageImportSorter.class
com.mockrunner.gen.VersionGenerator.class
com.mockrunner.mock.web.JasperJspFactory.class
com.mockrunner.mock.web.MockActionForward.class
com.mockrunner.mock.web.MockActionMapping.class
com.mockrunner.mock.web.MockActionServlet.class
com.mockrunner.mock.web.MockBodyContent.class
com.mockrunner.mock.web.MockExpression.class
com.mockrunner.mock.web.MockExpressionEvaluator.class
com.mockrunner.mock.web.MockFilterChain.class
com.mockrunner.mock.web.MockFilterConfig.class
com.mockrunner.mock.web.MockFilterRegistration.class
com.mockrunner.mock.web.MockForwardConfig.class
com.mockrunner.mock.web.MockFunctionMapper$FunctionMappingEntry.class
com.mockrunner.mock.web.MockFunctionMapper.class
com.mockrunner.mock.web.MockHttpServletRequest.class
com.mockrunner.mock.web.MockHttpServletResponse.class
com.mockrunner.mock.web.MockHttpSession.class
com.mockrunner.mock.web.MockJspConfigDescriptor.class
com.mockrunner.mock.web.MockJspEngineInfo.class
com.mockrunner.mock.web.MockJspFactory.class
com.mockrunner.mock.web.MockJspPropertyGroupDescriptor.class
com.mockrunner.mock.web.MockJspWriter.class
com.mockrunner.mock.web.MockModuleConfig.class
com.mockrunner.mock.web.MockPageContext$1.class
com.mockrunner.mock.web.MockPageContext$NullEnumeration.class
com.mockrunner.mock.web.MockPageContext$WrappedEnumeration.class
com.mockrunner.mock.web.MockPageContext.class
com.mockrunner.mock.web.MockRegistration.class
com.mockrunner.mock.web.MockRequestDispatcher.class
com.mockrunner.mock.web.MockServletConfig.class
com.mockrunner.mock.web.MockServletContext.class
com.mockrunner.mock.web.MockServletInputStream.class
com.mockrunner.mock.web.MockServletOutputStream.class
com.mockrunner.mock.web.MockServletRegistration.class
com.mockrunner.mock.web.MockSessionContext.class
com.mockrunner.mock.web.MockSessionCookieConfig.class
com.mockrunner.mock.web.MockTaglibDescriptor.class
com.mockrunner.mock.web.MockUserPrincipal.class
com.mockrunner.mock.web.MockVariableResolver.class
com.mockrunner.mock.web.WebConstants.class
com.mockrunner.mock.web.WebMockObjectFactory.class
com.mockrunner.test.consistency.Launcher.class
com.mockrunner.test.consistency.VersionConsistencyTest.class
com.mockrunner.test.gen.JarFileExtractorTest.class
com.mockrunner.test.gen.JavaClassGeneratorTest.class
com.mockrunner.test.gen.JavaLineAssemblerTest.class
com.mockrunner.test.gen.JavaLineProcessorTest.class
com.mockrunner.test.gen.MockrunnerJarsTest.class
com.mockrunner.test.gen.PackageImportSorterTest.class
com.mockrunner.test.util.AllUtilTests.class
com.mockrunner.test.util.ArrayUtilTest.class
com.mockrunner.test.util.CaseAwareMapTest.class
com.mockrunner.test.util.ClassUtilTest$Sub1.class
com.mockrunner.test.util.ClassUtilTest$Sub2.class
com.mockrunner.test.util.ClassUtilTest$Super.class
com.mockrunner.test.util.ClassUtilTest$TestClass.class
com.mockrunner.test.util.ClassUtilTest$TestInterface.class
com.mockrunner.test.util.ClassUtilTest.class
com.mockrunner.test.util.CollectionUtilTest.class
com.mockrunner.test.util.FieldUtilTest$TestSub.class
com.mockrunner.test.util.FieldUtilTest$TestSub2.class
com.mockrunner.test.util.FieldUtilTest$TestSuper.class
com.mockrunner.test.util.FieldUtilTest.class
com.mockrunner.test.util.FileUtilTest.class
com.mockrunner.test.util.MethodUtilTest$AnotherTestObject.class
com.mockrunner.test.util.MethodUtilTest$Super.class
com.mockrunner.test.util.MethodUtilTest$TestInterface.class
com.mockrunner.test.util.MethodUtilTest$TestObject.class
com.mockrunner.test.util.MethodUtilTest$TestSub.class
com.mockrunner.test.util.MethodUtilTest$TestSub2.class
com.mockrunner.test.util.MethodUtilTest$TestSub3.class
com.mockrunner.test.util.MethodUtilTest$TestSuper.class
com.mockrunner.test.util.MethodUtilTest.class
com.mockrunner.test.util.StreamUtilTest.class
com.mockrunner.test.util.StringUtilTest.class
com.mockrunner.test.util.XmlUtilTest.class
com.mockrunner.test.web.ExceptionTestTag.class
com.mockrunner.test.web.JasperJspFactoryTest$TestObject.class
com.mockrunner.test.web.JasperJspFactoryTest.class
com.mockrunner.test.web.MockActionForwardTest.class
com.mockrunner.test.web.MockActionMappingTest.class
com.mockrunner.test.web.MockExpressionEvaluatorTest.class
com.mockrunner.test.web.MockFilterChainTest$SkipTestFilter.class
com.mockrunner.test.web.MockFilterChainTest$TestFilter.class
com.mockrunner.test.web.MockFilterChainTest$TestServlet.class
com.mockrunner.test.web.MockFilterChainTest.class
com.mockrunner.test.web.MockFilterConfigTest.class
com.mockrunner.test.web.MockFilterRegistrationTest.class
com.mockrunner.test.web.MockFunctionMapperTest.class
com.mockrunner.test.web.MockHttpServletRequestTest$1.class
com.mockrunner.test.web.MockHttpServletRequestTest$TestAttributeListener.class
com.mockrunner.test.web.MockHttpServletRequestTest$TestAttributeOrderListener.class
com.mockrunner.test.web.MockHttpServletRequestTest$TestRequestDispatcher.class
com.mockrunner.test.web.MockHttpServletRequestTest.class
com.mockrunner.test.web.MockHttpServletResponseTest.class
com.mockrunner.test.web.MockHttpSessionTest$1.class
com.mockrunner.test.web.MockHttpSessionTest$InvalidateAttributeListener.class
com.mockrunner.test.web.MockHttpSessionTest$TestAttributeListener.class
com.mockrunner.test.web.MockHttpSessionTest$TestAttributeOrderListener.class
com.mockrunner.test.web.MockHttpSessionTest$TestSessionListener.class
com.mockrunner.test.web.MockHttpSessionTest$TestSessionOrderListener.class
com.mockrunner.test.web.MockHttpSessionTest.class
com.mockrunner.test.web.MockJspConfigDescriptorTest.class
com.mockrunner.test.web.MockJspPropertyGroupDescriptorTest.class
com.mockrunner.test.web.MockJspWriterTest.class
com.mockrunner.test.web.MockModuleConfigTest.class
com.mockrunner.test.web.MockRegistrationTest.class
com.mockrunner.test.web.MockServletConfigTest.class
com.mockrunner.test.web.MockServletContextTest$1.class
com.mockrunner.test.web.MockServletContextTest$TestAttributeListener.class
com.mockrunner.test.web.MockServletContextTest$TestAttributeOrderListener.class
com.mockrunner.test.web.MockServletContextTest$TestRequestDispatcher.class
com.mockrunner.test.web.MockServletContextTest.class
com.mockrunner.test.web.MockServletRegistrationTest.class
com.mockrunner.test.web.MockVariableResolverTest.class
com.mockrunner.test.web.TestBodyTag.class
com.mockrunner.test.web.TestFragmentTag.class
com.mockrunner.test.web.TestTag.class
com.mockrunner.test.web.WebMockObjectFactoryTest$1.class
com.mockrunner.test.web.WebMockObjectFactoryTest$TestJspFactory.class
com.mockrunner.test.web.WebMockObjectFactoryTest$TestRequestWrapper.class
com.mockrunner.test.web.WebMockObjectFactoryTest$TestResponseWrapper.class
com.mockrunner.test.web.WebMockObjectFactoryTest$TestWebMockObjectFactory$1.class
com.mockrunner.test.web.WebMockObjectFactoryTest$TestWebMockObjectFactory$2.class
com.mockrunner.test.web.WebMockObjectFactoryTest$TestWebMockObjectFactory$3.class
com.mockrunner.test.web.WebMockObjectFactoryTest$TestWebMockObjectFactory$4.class
com.mockrunner.test.web.WebMockObjectFactoryTest$TestWebMockObjectFactory$5.class
com.mockrunner.test.web.WebMockObjectFactoryTest$TestWebMockObjectFactory$6.class
com.mockrunner.test.web.WebMockObjectFactoryTest$TestWebMockObjectFactory$7.class
com.mockrunner.test.web.WebMockObjectFactoryTest$TestWebMockObjectFactory$8.class
com.mockrunner.test.web.WebMockObjectFactoryTest$TestWebMockObjectFactory.class
com.mockrunner.test.web.WebMockObjectFactoryTest.class
com.mockrunner.util.common.ArrayUtil.class
com.mockrunner.util.common.CaseAwareMap$1.class
com.mockrunner.util.common.CaseAwareMap$ConsistentModify.class
com.mockrunner.util.common.CaseAwareMap$ConsistentPut.class
com.mockrunner.util.common.CaseAwareMap$ConsistentRemove.class
com.mockrunner.util.common.CaseAwareMap.class
com.mockrunner.util.common.ClassUtil.class
com.mockrunner.util.common.CollectionUtil.class
com.mockrunner.util.common.FieldUtil.class
com.mockrunner.util.common.FileUtil.class
com.mockrunner.util.common.MethodUtil.class
com.mockrunner.util.common.StreamUtil.class
com.mockrunner.util.common.StringUtil.class
com.mockrunner.util.web.XmlUtil.class
org.activemq.filter.mockrunner.AndFilter.class
org.activemq.filter.mockrunner.ArithmeticExpression$1.class
org.activemq.filter.mockrunner.ArithmeticExpression$2.class
org.activemq.filter.mockrunner.ArithmeticExpression$3.class
org.activemq.filter.mockrunner.ArithmeticExpression$4.class
org.activemq.filter.mockrunner.ArithmeticExpression$5.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
|