ScalaTest.
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers..
Here is the list of declaration for scalatest_2.10. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_2.10</artifactId> <version>2.1.5</version> </dependency>
If you think this Maven repository POM file listing for scalatest_2.10 is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:the Apache License, ASL Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.
The scalatest_2.10-2.1.5 has 28 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
Scala | scala-library 2.10.3 Standard library for the Scala Programming Language | 519 |
Parser | scala-compiler 2.10.3 Compiler for the Scala Programming Language | 58 |
Parser | scala-reflect 2.10.3 Compiler for the Scala Programming Language | 74 |
JUnit | test-interface 1.0 Uniform test interface to Scala/Java test frameworks (specs, ScalaCheck, ScalaTest, JUnit and other) | 112 |
Parser | stringtemplate 3.2 StringTemplate is a java template engine for generating source code, web pages, emails, or any other formatted text output. StringTemplate is particularly good at multi-targeted code generators, multiple site skins, and internationalization/localization. It evolved over years of effort developin... | 87 |
Testing Mock | easymockclassextension 3.1 The EasyMock Class Extension allows to generate Mock Objects for classes | 135 |
Testing Mock | mockito-all 1.9.0 Mock objects library for java | 257 |
Testing | testng 6.8.7 TestNG is a testing framework. | 97 |
JUnit | junit 4.10 JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java. | 1957 |
Build | ant 1.7.1 Apache Ant | 137 |
File | commons-io 1.3.2 Commons-IO contains utility classes, stream implementations, file filters, and endian classes. | 71 |
Jetty | jetty-server 8.1.8.v20121106 The core jetty server artifact. | 62 |
Jetty | jetty-webapp 8.1.8.v20121106 Jetty web application support | 55 |
Template | pegdown 1.4.2 A Java 1.5+ library providing a clean and lightweight markdown processor | 155 |
Network | pax-url-aether 1.6.0 OPS4J Pax Url - aether: protocol handler. Detailed information to be found at http://wiki.ops4j.org/confluence/x/CoA6. | 13 |
OSGi | org.osgi.core 5.0.0 OSGi Service Platform Release 5 Version 5.0, Core Interfaces and Classes for use in compiling bundles. | 30 |
Log | slf4j-api 1.7.7 The slf4j API | 568 |
Log | logback-core 1.1.2 logback-core module | 26 |
Log | logback-classic 1.1.2 logback-classic module | 162 |
The following packages are defined in the scalatest_2.10-2.1.5.jar
org.scalatest org.scalatest.concurrent org.scalatest.enablers org.scalatest.events org.scalatest.exceptions org.scalatest.fixture org.scalatest.junit org.scalatest.matchers org.scalatest.mock org.scalatest.path org.scalatest.prop org.scalatest.selenium org.scalatest.tagobjects org.scalatest.tags org.scalatest.testng org.scalatest.time org.scalatest.tools org.scalatest.verb org.scalatest.words org.scalautils
Here is the content of the POM file.
<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>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent> <properties> <scala.version>2.10.3</scala.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <pax.exam.version>3.4.0</pax.exam.version> <pax.url.version>1.6.0</pax.url.version> </properties> <groupId>org.scalatest</groupId> <artifactId>scalatest_2.10</artifactId> <version>2.1.5</version> <packaging>jar</packaging> <name>ScalaTest</name> <description> ScalaTest is a free, open-source testing toolkit for Scala and Java programmers. </description> <url>http://www.scalatest.org</url> <licenses> <license> <name>the Apache License, ASL Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>https://github.com/scalatest/scalatest</url> <connection>scm:git:git://github.com/scalatest/scalatest.git</connection> <developerConnection> scm:git:git@github.com:scalatest/scalatest.git </developerConnection> </scm> <inceptionYear>2009</inceptionYear> <repositories> <repository> <id>typesafe</id> <name>Typesafe Repository</name> <url>http://repo.typesafe.com/typesafe/releases/</url> </repository> <repository> <id>artima.com</id> <name>Artima.com Repository</name> <url>http://www.artima.com/maven2/</url> </repository> </repositories> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.10.3</version> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-compiler</artifactId> <version>2.10.3</version> <optional>true</optional> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-reflect</artifactId> <version>2.10.3</version> </dependency> <!-- uncomment for Scala 2.11.0-RC3 --> <!-- <dependency> <groupId>org.scala-lang.modules</groupId> <artifactId>scala-parser-combinators_2.10</artifactId> <version>1.0.1</version> </dependency> <dependency> <groupId>org.scala-lang.modules</groupId> <artifactId>scala-xml_2.10</artifactId> <version>1.0.1</version> </dependency> --> <dependency> <groupId>org.scala-sbt</groupId> <artifactId>test-interface</artifactId> <version>1.0</version> <optional>true</optional> </dependency> <dependency> <groupId>org.antlr</groupId> <artifactId>stringtemplate</artifactId> <version>3.2</version> <optional>true</optional> </dependency> <dependency> <groupId>org.scalacheck</groupId> <artifactId>scalacheck_2.10</artifactId> <version>1.11.3</version> <optional>true</optional> </dependency> <dependency> <groupId>org.easymock</groupId> <artifactId>easymockclassextension</artifactId> <version>3.1</version> <optional>true</optional> </dependency> <dependency> <groupId>org.jmock</groupId> <artifactId>jmock-legacy</artifactId> <version>2.5.1</version> <optional>true</optional> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> <version>1.9.0</version> <optional>true</optional> </dependency> <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <version>6.8.7</version> <optional>true</optional> </dependency> <dependency> <groupId>com.google.inject</groupId> <artifactId>guice</artifactId> <version>2.0</version> <optional>true</optional> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.10</version> <optional>true</optional> </dependency> <dependency> <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-java</artifactId> <version>2.35.0</version> <optional>true</optional> </dependency> <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> <version>1.7.1</version> <optional>true</optional> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>1.3.2</version> <scope>test</scope> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-server</artifactId> <version>8.1.8.v20121106</version> <scope>test</scope> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-webapp</artifactId> <version>8.1.8.v20121106</version> <scope>test</scope> </dependency> <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm-all</artifactId> <version>4.1</version> <optional>true</optional> </dependency> <dependency> <groupId>org.pegdown</groupId> <artifactId>pegdown</artifactId> <version>1.4.2</version> <optional>true</optional> </dependency> <dependency> <groupId>org.ops4j.pax.exam</groupId> <artifactId>pax-exam-container-native</artifactId> <version>${pax.exam.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.ops4j.pax.exam</groupId> <artifactId>pax-exam-junit4</artifactId> <version>${pax.exam.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.ops4j.pax.exam</groupId> <artifactId>pax-exam-link-mvn</artifactId> <version>${pax.exam.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.ops4j.pax.url</groupId> <artifactId>pax-url-aether</artifactId> <version>${pax.url.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.framework</artifactId> <version>4.4.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.core</artifactId> <version>5.0.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.7</version> <scope>test</scope> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-core</artifactId> <version>1.1.2</version> <scope>test</scope> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <version>1.1.2</version> <scope>test</scope> </dependency> </dependencies> </project>