Download nosqlunit-core-0.8.1.jar file

Introduction

You can download nosqlunit-core-0.8.1.jar in this page.

License

Open Source

Type List

nosqlunit-core-0.8.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.lordofthejars/nosqlunit-core/pom.properties
META-INF/maven/com.lordofthejars/nosqlunit-core/pom.xml
com.lordofthejars.nosqlunit.annotation.ByContainer.class
com.lordofthejars.nosqlunit.annotation.ConnectionManager.class
com.lordofthejars.nosqlunit.annotation.CustomComparisonStrategy.class
com.lordofthejars.nosqlunit.annotation.CustomInsertionStrategy.class
com.lordofthejars.nosqlunit.annotation.IgnorePropertyValue.class
com.lordofthejars.nosqlunit.annotation.Selective.class
com.lordofthejars.nosqlunit.annotation.SelectiveMatcher.class
com.lordofthejars.nosqlunit.annotation.ShouldMatchDataSet.class
com.lordofthejars.nosqlunit.annotation.UsingDataSet.class
com.lordofthejars.nosqlunit.core.AbstractCustomizableDatabaseOperation.class
com.lordofthejars.nosqlunit.core.AbstractJsr330Configuration.class
com.lordofthejars.nosqlunit.core.AbstractLifecycleManager.class
com.lordofthejars.nosqlunit.core.AbstractNoSqlTestRule.class
com.lordofthejars.nosqlunit.core.AccessibilityChanger.class
com.lordofthejars.nosqlunit.core.CleanInsertLoadStrategyOperation.class
com.lordofthejars.nosqlunit.core.CommandLineExecutor.class
com.lordofthejars.nosqlunit.core.ComparisonStrategy.class
com.lordofthejars.nosqlunit.core.Configuration.class
com.lordofthejars.nosqlunit.core.ConnectionManagement.class
com.lordofthejars.nosqlunit.core.DatabaseOperation.class
com.lordofthejars.nosqlunit.core.DefaultDataSetLocationResolver.class
com.lordofthejars.nosqlunit.core.DeleteAllLoadStrategyOperation.class
com.lordofthejars.nosqlunit.core.FailureHandler.class
com.lordofthejars.nosqlunit.core.FieldGetter.class
com.lordofthejars.nosqlunit.core.FieldSetter.class
com.lordofthejars.nosqlunit.core.FlexibleComparisonStrategy.class
com.lordofthejars.nosqlunit.core.IOUtils.class
com.lordofthejars.nosqlunit.core.InjectAnnotationProcessor.class
com.lordofthejars.nosqlunit.core.InsertLoadStrategyOperation.class
com.lordofthejars.nosqlunit.core.InsertionStrategy.class
com.lordofthejars.nosqlunit.core.LifecycleManager.class
com.lordofthejars.nosqlunit.core.LoadStrategyEnum.class
com.lordofthejars.nosqlunit.core.LoadStrategyFactory.class
com.lordofthejars.nosqlunit.core.LoadStrategyOperation.class
com.lordofthejars.nosqlunit.core.NoSqlAssertionError.class
com.lordofthejars.nosqlunit.core.OperatingSystem.class
com.lordofthejars.nosqlunit.core.OperatingSystemFamily.class
com.lordofthejars.nosqlunit.core.OperatingSystemResolver.class
com.lordofthejars.nosqlunit.core.OsNameSystemPropertyOperatingSystemResolver.class
com.lordofthejars.nosqlunit.core.PropertyGetter.class
com.lordofthejars.nosqlunit.core.ReflectionLoadStrategyFactory.class
com.lordofthejars.nosqlunit.env.SystemEnvironmentVariables.class
com.lordofthejars.nosqlunit.objects.KeyValueObjectMapper.class
com.lordofthejars.nosqlunit.objects.KeyValueTokens.class
com.lordofthejars.nosqlunit.proxy.RedirectProxy.class
com.lordofthejars.nosqlunit.util.CsvBuilder.class
com.lordofthejars.nosqlunit.util.DeepEquals.class
com.lordofthejars.nosqlunit.util.DeepEqualsMatcher.class
com.lordofthejars.nosqlunit.util.DefaultClasspathLocationBuilder.class
com.lordofthejars.nosqlunit.util.EmbeddedInstances.class

Pom

nosqlunit-core-0.8.1.pom file content.

<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/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<artifactId>nosqlunit</artifactId>
		<groupId>com.lordofthejars</groupId>
		<version>0.8.1</version>
		<relativePath>..</relativePath>
	</parent>
	<artifactId>nosqlunit-core</artifactId>

	<dependencies>
		<dependency>
			<groupId>javax.inject</groupId>
			<artifactId>javax.inject</artifactId>
		</dependency>
		<dependency>
			<groupId>com.googlecode.lambdaj</groupId>
			<artifactId>lambdaj</artifactId>
		</dependency>
		<dependency>
			<groupId>org.jooq</groupId>
			<artifactId>joor</artifactId>
		</dependency>
		<dependency>
			<groupId>org.codehaus.jackson</groupId>
			<artifactId>jackson-mapper-asl</artifactId>
		</dependency>

		<dependency>
			<groupId>org.codehaus.jackson</groupId>
			<artifactId>jackson-core-asl</artifactId>
		</dependency>
	</dependencies>


	<build>
		<plugins>

			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-surefire-plugin</artifactId>
				<configuration>
					<skip>true</skip>
				</configuration>
				<executions>
					<execution>
						<id>unit-tests</id>
						<phase>test</phase>
						<goals>
							<goal>test</goal>
						</goals>
						<configuration>
							<skip>false</skip>
							<includes>
								<include>**/*Test.java</include>
								<include>**/Test*.java</include>
								<include>**/When*.java</include>
							</includes>
							<excludes>
								<exclude>%regex[.*integration.*]</exclude>
							</excludes>

						</configuration>
					</execution>
				</executions>
			</plugin>
		</plugins>
	</build>

</project>

POM Entry

<dependency>
   <groupId>com.lordofthejars</groupId>
   <artifactId>nosqlunit-core</artifactId>
   <version>0.8.1</version>
</dependency>

Download

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



Download nosqlunit-core-0.8.1.jar file




PreviousNext

Related