Download mockrunner-core-1.0.1.jar file

Introduction

You can download mockrunner-core-1.0.1.jar in this page.

License

Open Source

Type List

mockrunner-core-1.0.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.mockrunner/mockrunner-core/pom.properties
META-INF/maven/com.mockrunner/mockrunner-core/pom.xml
com.mockrunner.base.MultiThreadTestSuite.class
com.mockrunner.base.NestedApplicationException.class
com.mockrunner.base.VerifyFailedException.class
com.mockrunner.gen.AbstractAdapterGenerator.class
com.mockrunner.gen.jar.JarFileExtractor.class
com.mockrunner.gen.jar.MockrunnerJars.class
com.mockrunner.gen.jar.MockrunnerTextSummary.class
com.mockrunner.gen.jar.TestConfigurationClassLoader.class
com.mockrunner.gen.proc.AdapterProcessor.class
com.mockrunner.gen.proc.GeneratorUtil.class
com.mockrunner.gen.proc.JavaClassGenerator.class
com.mockrunner.gen.proc.JavaLineAssembler.class
com.mockrunner.gen.proc.JavaLineParser.class
com.mockrunner.gen.proc.JavaLineProcessor.class
com.mockrunner.gen.proc.PackageImportSorter.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.class
com.mockrunner.test.util.CollectionUtilTest.class
com.mockrunner.test.util.FieldUtilTest.class
com.mockrunner.test.util.FileUtilTest.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.util.common.ArrayUtil.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

Pom

mockrunner-core-1.0.1.pom file content.

<?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>1.0.1</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>oro</groupId>
			<artifactId>oro</artifactId>
		</dependency>
		<dependency>
			<groupId>com.kirkk</groupId>
			<artifactId>jaranalyzer</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>

POM Entry

<dependency>
   <groupId>com.mockrunner</groupId>
   <artifactId>mockrunner-core</artifactId>
   <version>1.0.1</version>
</dependency>

Download

If you think the following mockrunner-core-1.0.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download mockrunner-core-1.0.1.jar file




PreviousNext

Related