JUnit.
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..
Here is the list of declaration for junit. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> </dependency>
If you think this Maven repository POM file listing for junit is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:Common Public License Version 1.0
URL: http://www.opensource.org/licenses/cpl1.0.txt.
The junit-4.11 has 1 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 |
---|---|---|
Testing | hamcrest-core 1.3 This is the core API of hamcrest matcher framework to be used by third-party framework providers. This includes the a foundation set of matcher implementations for common operations. | 144 |
The following table lists the most popular artifacts which are depending on junit-4.11. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Spring | spring-test 4.1.1.RELEASE Spring TestContext Framework | 5 |
Virtual Machine | pact-jvm-provider_2.10 2.0.5 Pact provider ============= sub project of https://github.com/DiUS/pact-jvm The pact provider is responsible for verifying that an API provider adheres to a number of pacts authored by its clients This library provides the basic tools required to automate the process, and should be usable on its... | 5 |
Library | a-base 1.0-pre4 a-base is a library of basic (hence the name) classes, most notably immutable collection classes with copy-on-write operations | 8 |
Inversion of Control | java-cl-parser 3.1.0 This parser strives to achieve an elegant, ioc-type interface to make launching command-line projects effortless. | 10 |
Virtual Machine | pact-jvm-provider_2.10 2.0.6 Pact provider ============= sub project of https://github.com/DiUS/pact-jvm The pact provider is responsible for verifying that an API provider adheres to a number of pacts authored by its clients This library provides the basic tools required to automate the process, and should be usable on its... | 5 |
Http | kuali-httpclient 1.0.0 Kuali Http Client | 11 |
Testing | cobertura 2.0.2 Cobertura is a free Java tool that calculates the percentage of code accessed by tests. It can be used to identify which parts of your Java program are lacking test coverage. It is based on jcoverage. | 6 |
Data Structure | spatial4j 0.4.1 Spatial4j is a general purpose spatial / geospatial ASL licensed open-source Java library. It's core capabilities are 3-fold: to provide common geospatially-aware shapes, to provide distance calculations and other math, and to read shapes in WKT format. | 8 |
Http | openisoj-core 1.0.1 An extensible framework for creating ISO 8583 messages. Ported from OpenIso.Net http://code.google.com/p/openiso8583net/ | 8 |
Data Structure | commons-codec 1.8 The codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities. | 34 |
Testing | compile-testing 0.6 Utilities for testing compilation. | 8 |
JUnit | htmlunit 2.13 A headless browser intended for use in testing web-based applications. | 10 |
Library | redline 1.1.15 Redline is a pure Java library for manipulating RPM Package Manager packages. | 5 |
JEE | tika-core 1.5 This is the core Apache Tika? toolkit library from which all other modules inherit functionality. It also includes the core facades for the Tika API. | 27 |
JUnit | JUnitParams 1.0.2 Better parameterised tests for JUnit | 26 |
XML | htmlcleaner 2.8 HtmlCleaner is an HTML parser written in Java. It transforms dirty HTML to well-formed XML following the same rules that most web-browsers use. | 8 |
JUnit | powermock-module-junit4 1.5.2 PowerMock support module for JUnit 4.x. | 11 |
Data Structure | joda-convert 1.6 Library to convert Objects to and from String | 58 |
Library | jnr-ffi 1.0.6 A library for invoking native functions from java | 5 |
JEE | webjars-locator 0.19 WebJar Locator | 8 |
Library | docker-client 2.6.5 A docker client | 11 |
Zip | commons-compress 1.7 Apache Commons Compress software defines an API for working with compression and archive formats. These include: bzip2, gzip, pack200, lzma, xz, Snappy, traditional Unix Compress and ar, cpio, jar, tar, zip, dump, 7z, arj. | 6 |
Testing | pact-jvm-consumer_2.10 2.0.1 Pact consumer ============= Pact Consumer is used by projects that are consumers of an API. Most projects will want to use pact-consumer via one of the test framework specific projects above. If your favourite framework is not implemented, this module should give you all the hooks you need. Ple... | 6 |
Web Framework | cssparser 0.9.11 A CSS parser which implements SAC (the Simple API for CSS). | 9 |
Web Service | aws-java-sdk 1.7.12 The Amazon Web Services SDK for Java provides Java APIs for building software on AWS' cost-effective, scalable, and reliable infrastructure products. The AWS Java SDK allows developers to code against APIs for all of Amazon's infrastructure web services (Amazon S3, Amazon EC2, Amazon SQS, Amazon Re... | 9 |
Virtual Machine | pact-jvm-model_2.10 2.0.7 Pact model ========== The model project is responsible for providing: * a model to represent pacts * serialization and deserialization * comparison between two parts of the pact model * conversion between the pact model and whatever third party libraries used by the pact-consumer and pact-prov... | 5 |
JPA Hibernate | liquibase-hibernate4 3.3 Liquibase extension for hibernate integration including generating changesets based on changed hibernate mapping files | 13 |
Asynchronous | akka-persistence-experimental_2.11 2.3.7 This module of Akka is marked as experimental, which means that it is in early access mode, which also means that it is not covered by commercial support. An experimental module doesn't have to obey the rule of staying binary compatible between minor releases. Breaking API changes may be introduced... | 5 |
JSON | fastjson 1.1.39 Fastjson is a JSON processor (JSON parser + JSON generator) written in Java | 13 |
Library | java-client 2.0.0 Java client for Appium Mobile Webdriver | 10 |
JDBC | druid 0.2.25 An JDBC datasource implementation. | 5 |
Web Service | jcmd 2.0.1 The Web Services Hub Client provides a command-line interface to invoke workflows using the Informatica Web Services Hub. It is intended to be a replacement for pmcmd and all of the native libraries that requires. | 13 |
Groovy | groovy-all 2.3.6 Groovy: A powerful, dynamic language for the JVM | 36 |
YAML | snakeyaml 1.14 YAML 1.1 parser and emitter for Java | 8 |
Console | jopt-simple 4.6 A Java library for parsing command line options | 39 |
Spring | spring-retry 1.1.1.RELEASE Spring Retry provides an abstraction around retrying failed operations, with an emphasis on declarative control of the process and policy-based bahaviour that is easy to extend and customize. For instance, you can configure a plain POJO operation to retry if it fails, based on the type of exceptio... | 6 |
Groovy | groovy-all 2.2.2 Groovy: A powerful, dynamic language for the JVM | 13 |
Library | core 1.0.9 Serenity core libraries | 6 |
Database | jdbi 2.53 jDBI is designed to provide convenient tabular data access in Java(tm). It uses the Java collections framework for query results, provides a convenient means of externalizing sql statements, and provides named parameter support for any database being used. | 17 |
Testing | pact-jvm-consumer_2.10 2.0.3 Pact consumer ============= Pact Consumer is used by projects that are consumers of an API. Most projects will want to use pact-consumer via one of the test framework specific projects above. If your favourite framework is not implemented, this module should give you all the hooks you need. Ple... | 5 |
Development | diamond-client 0.0.13 a config client of diamond | 10 |
Log | logging 2.0.17 Support classes for logging using logback and slf4j | 55 |
JUnit | htmlunit 2.14 A headless browser intended for use in testing web-based applications. | 7 |
Development | thundr 0.9.7 thundr is a light-weight java web framework designed for use in cloud deployed web applications. | 5 |
Business | camel-core 2.13.1 The Core Camel Java DSL based router | 12 |
Web Framework | scalatra-scalatest_2.10 2.2.1 ScalaTest support for the Scalatra test framework | 19 |
Data Structure | joda-convert 1.5 Library to convert Objects to and from String | 13 |
JSON | fastjson 1.1.36 Fastjson is a JSON processor (JSON parser + JSON generator) written in Java | 12 |
JDBC | druid 0.2.10 An JDBC datasource implementation. | 5 |
Virtual Machine | pact-jvm-model_2.11 2.1.0 Pact model ========== The model project is responsible for providing: * a model to represent pacts * serialization and deserialization * comparison between two parts of the pact model * conversion between the pact model and whatever third party libraries used by the pact-consumer and pact-prov... | 5 |
Database | mapdb 0.9.7 MapDB provides concurrent Maps, Sets and Queues backed by disk storage or off-heap memory. It is a fast, scalable and easy to use embedded Java database. | 43 |
Servlet | commons-fileupload 1.3 The FileUpload component provides a simple yet flexible means of adding support for multipart file upload functionality to servlets and web applications. | 13 |
Data Structure | commons-lang3 3.3.2 Apache Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang. | 135 |
Database | dbunit 2.5.0 dbUnit is a JUnit extension (also usable from Ant and Maven) targeted for database-driven projects that, among other things, puts your database into a known state between test runs. This is an excellent way to avoid the myriad of problems that can occur when one test case corrupts the database and ... | 14 |
Business | camel-core 2.11.0 The Core Camel Java DSL based router | 13 |
Asynchronous | akka-persistence-experimental_2.10 2.3.6 This module of Akka is marked as experimental, which means that it is in early access mode, which also means that it is not covered by commercial support. An experimental module doesn't have to obey the rule of staying binary compatible between minor releases. Breaking API changes may be introduced... | 8 |
Network | littleproxy 1.0.0-beta7 LittleProxy is a high performance HTTP proxy written in Java and using the Netty networking framework. | 6 |
Groovy | groovy-all 2.1.0 Groovy: A powerful, dynamic language for the JVM | 23 |
Development | jnr-posix 3.0.1 Common cross-project/cross-platform POSIX APIs | 6 |
MongoDB | morphia 0.107 Java Object Document Mapper for MongoDB | 6 |
XML | htmlcleaner 2.6.1 HtmlCleaner is an HTML parser written in Java. It transforms dirty HTML to well-formed XML following the same rules that most web-browsers use. | 8 |
Library | docker-client 2.4.3 A docker client | 11 |
Database | jdbi 2.51 jDBI is designed to provide convenient tabular data access in Java(tm). It uses the Java collections framework for query results, provides a convenient means of externalizing sql statements, and provides named parameter support for any database being used. | 32 |
Spring | spring-test 3.2.9.RELEASE Spring TestContext Framework | 7 |
JUnit | powermock-module-junit4 1.5.1 PowerMock support module for JUnit 4.x. | 21 |
Web Service | aws-java-sdk 1.8.9.1 The Amazon Web Services SDK for Java provides Java APIs for building software on AWS' cost-effective, scalable, and reliable infrastructure products. The AWS Java SDK allows developers to code against APIs for all of Amazon's infrastructure web services (Amazon S3, Amazon EC2, Amazon SQS, Amazon Re... | 15 |
Data Structure | commons-codec 1.9 The Apache Commons Codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities. | 120 |
Groovy | groovy-all 2.1.8 Groovy: A powerful, dynamic language for the JVM | 5 |
Data Structure | joda-convert 1.4 Library to convert Objects to and from String | 19 |
Http | jackson-datatype-guava 2.3.3 Add-on datatype-support module for Jackson (http://jackson.codehaus.org) that handles Guava (http://code.google.com/p/guava-libraries/) types (currently mostly just collection ones) | 7 |
JUnit | powermock-module-junit4 1.5.4 PowerMock support module for JUnit 4.x. | 7 |
Groovy | groovy-all 2.3.7 Groovy: A powerful, dynamic language for the JVM | 18 |
JUnit | htmlunit 2.15 A headless browser intended for use in testing web-based applications. | 9 |
Virtual Machine | pact-jvm-model_2.11 2.0.9 Pact model ========== The model project is responsible for providing: * a model to represent pacts * serialization and deserialization * comparison between two parts of the pact model * conversion between the pact model and whatever third party libraries used by the pact-consumer and pact-prov... | 5 |
Groovy | groovy-all 2.3.0 Groovy: A powerful, dynamic language for the JVM | 10 |
Virtual Machine | pact-jvm-model_2.11 2.1.7 Pact model ========== The model project is responsible for providing: * a model to represent pacts * serialization and deserialization * comparison between two parts of the pact model * conversion between the pact model and whatever third party libraries used by the pact-consumer and pact-prov... | 5 |
Spring | spring-retry 1.1.0.RELEASE Spring Retry provides an abstraction around retrying failed operations, with an emphasis on declarative control of the process and policy-based bahaviour that is easy to extend and customize. For instance, you can configure a plain POJO operation to retry if it fails, based on the type of exceptio... | 10 |
Parser | closure-compiler v20130722 Closure Compiler is a JavaScript optimizing compiler. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what's left. It also checks syntax, variable references, and types, and warns about common JavaScript pitfalls. It is used in many of Google's J... | 38 |
Virtual Machine | pact-jvm-model_2.11 2.0.5 Pact model ========== The model project is responsible for providing: * a model to represent pacts * serialization and deserialization * comparison between two parts of the pact model * conversion between the pact model and whatever third party libraries used by the pact-consumer and pact-prov... | 5 |
Chart | jfreechart 1.0.17 JFreeChart is a class library, written in Java, for generating charts. Utilising the Java2D APIs, it currently supports bar charts, pie charts, line charts, XY-plots and time series plots. | 5 |
Network | commons-net 3.3 Apache Commons Net library contains a collection of network utilities and protocol implementations. Supported protocols include: Echo, Finger, FTP, NNTP, NTP, POP3(S), SMTP(S), Telnet, Whois | 8 |
Library | core 1.0.16 Serenity core libraries | 7 |
JUnit | powermock-module-junit4 1.5.5 PowerMock support module for JUnit 4.x. | 5 |
Business | camel-core 2.13.2 The Core Camel Java DSL based router | 12 |
Data Structure | commons-pool2 2.0 Apache Commons Object Pooling Library | 5 |
ORM | mybatis 3.2.6 The MyBatis data mapper framework makes it easier to use a relational database with object-oriented applications. MyBatis couples objects with stored procedures or SQL statements using a XML descriptor or annotations. Simplicity is the biggest advantage of the MyBatis data mapper over objec... | 12 |
Testing | jfw-test 1.0.0.0 SINAVI J-Framework Test Utility | 5 |
Database | jedis 2.4.2 Jedis is a blazingly small and sane Redis java client. | 5 |
Web Service | jcmd 1.6.7 The Web Services Hub Client provides a command-line interface to invoke workflows using the Informatica Web Services Hub. It is intended to be a replacement for pmcmd and all of the native libraries that requires. | 16 |
Data Structure | commons-email 1.3 Commons-Email aims to provide an API for sending email. It is built on top of the JavaMail API, which it aims to simplify. | 10 |
Business | camel-core 2.11.1 The Core Camel Java DSL based router | 7 |
Development | hydra-api 0.4.2 Hydra API | 5 |
Development | smack-core 4.1.0-alpha6 Smack core components. | 5 |
Network | livereload-jvm 0.2.0 A micro http-server compatible with LiveReload 2 (protocol). Should be used in build-time. | 72 |
Data Structure | joda-convert 1.7 Library to convert Objects to and from String | 15 |
Library | geo 0.18 BoofCV is an open source Java library for real-time computer vision and robotics applications. | 6 |
Network | eureka-test-utils 2.0.0-DP3 eureka-test-utils developed by Netflix | 6 |
Development | mod-web-server 2.0.0-final Simple Web Server Module for Vert.x | 5 |
Library | core 1.0.23 Serenity core libraries | 6 |
Testing | commons-testing 1.0.1 This provides the common unit testing code. | 5 |
Servlet | commons-fileupload 1.3.1 The Apache Commons FileUpload component provides a simple yet flexible means of adding support for multipart file upload functionality to servlets and web applications. | 31 |
Console | jopt-simple 4.5 A Java library for parsing command line options | 22 |
Groovy | groovy-all 2.3.8 Groovy: A powerful, dynamic language for the JVM | 6 |
Network | archaius-core 0.5.12 archaius-core developed by Netflix | 104 |
Spring | spring-test 3.2.8.RELEASE Spring TestContext Framework | 37 |
Business | camel-core 2.12.3 The Core Camel Java DSL based router | 15 |
Data Structure | chicory-common 0.10 Basic data-types, algorithms and data-structures | 5 |
JDBC | druid 1.0.4 An JDBC datasource implementation. | 5 |
Groovy | groovy-all 2.2.1 Groovy: A powerful, dynamic language for the JVM | 10 |
Library | core 1.0.21 Serenity core libraries | 5 |
Library | core 1.0.12 Serenity core libraries | 5 |
XML Graphics | poi 3.11-beta2 Apache POI - Java API To Access Microsoft Format Files | 6 |
JDBC | jena-jdbc-core 1.1.0 This library provides core functionality for Jena JDBC | 7 |
Build | common 0.3.1 Gradle Plugins | 9 |
Database | embedded-redis 0.5 Redis embedded server for Java integration testing | 16 |
Spring | spring-test 4.0.3.RELEASE Spring TestContext Framework | 8 |
Testing | lenskit-test 2.1 Testing utilities for LensKit. | 8 |
Data Structure | chicory-common 0.13 Basic data-types, algorithms and data-structures | 5 |
Data Structure | chicory-common 0.12 Basic data-types, algorithms and data-structures | 5 |
Data Structure | commons-lang3 3.3 Apache Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang. | 11 |
Development | hydra-api 0.4.1 Hydra API | 5 |
Network | netty 3.9.4.Final The Netty project is an effort to provide an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance and high scalability protocol servers and clients. In other words, Netty is a NIO client server framework which enab... | 14 |
JSON | jsonrpc2-base 1.35 Java classes to represent, parse and serialise JSON-RPC 2.0 requests, notifications and responses. | 6 |
JUnit | junit-benchmarks 0.7.2 A framework for writing performance micro-benchmarks using JUnit4 annotations. | 5 |
Virtual Machine | pact-jvm-model_2.11 2.1.5 Pact model ========== The model project is responsible for providing: * a model to represent pacts * serialization and deserialization * comparison between two parts of the pact model * conversion between the pact model and whatever third party libraries used by the pact-consumer and pact-prov... | 5 |
Virtual Machine | pact-jvm-provider_2.10 2.0.4 Pact provider ============= sub project of https://github.com/DiUS/pact-jvm The pact provider is responsible for verifying that an API provider adheres to a number of pacts authored by its clients This library provides the basic tools required to automate the process, and should be usable on its... | 5 |
JUnit | htmlunit 2.12 A headless browser intended for use in testing web-based applications. | 14 |
JUnit | junit-interface 0.11 An implementation of sbt's test interface for JUnit 4 | 45 |
Virtual Machine | pact-jvm-model_2.11 2.0.7 Pact model ========== The model project is responsible for providing: * a model to represent pacts * serialization and deserialization * comparison between two parts of the pact model * conversion between the pact model and whatever third party libraries used by the pact-consumer and pact-prov... | 5 |
Data Structure | chicory-common 0.11 Basic data-types, algorithms and data-structures | 5 |
Library | core 1.0.14 Serenity core libraries | 5 |
JSON | minimal-json 0.9.1 A Minimal JSON Parser and Writer | 18 |
Scripting | rhino 1.7R5-20130223-1 A distribution of rhino which releases snapshots from a submodule folder containing forked sources. | 6 |
Groovy | groovy-all 2.3.3 Groovy: A powerful, dynamic language for the JVM | 19 |
Http | jres-test 0.1.4 An HTTP client for ElasticSearch without any code dependency on the ElasticSearch library. | 6 |
Testing Coding Style | findbugs 2.0.3 Findbugs: Because it's easy! | 21 |
Development | io7m-jspatial-core 2.0.0 Common API code | 5 |
Development | diamond-client 0.0.5 a config client of diamond | 6 |
Virtual Machine | quasar-core 0.6.0 lightweight threads and actors for the JVM. | 12 |
Network | archaius-core 0.6.0 archaius-core developed by Netflix | 21 |
Asynchronous | akka-persistence-experimental_2.11 2.3.4 This module of Akka is marked as experimental, which means that it is in early access mode, which also means that it is not covered by commercial support. An experimental module doesn't have to obey the rule of staying binary compatible between minor releases. Breaking API changes may be introduced... | 8 |
Virtual Machine | pact-jvm-model_2.10 2.0.9 Pact model ========== The model project is responsible for providing: * a model to represent pacts * serialization and deserialization * comparison between two parts of the pact model * conversion between the pact model and whatever third party libraries used by the pact-consumer and pact-prov... | 5 |
Network | archaius-core 0.5.11 archaius-core developed by Netflix | 23 |
Development | sux4j 3.0.7 Sux4j is an implementation of succinct data structure in Java. It provides a number of related implementations covering ranking/selection over bit arrays, compressed lists and minimal perfect hashing. | 5 |
Groovy | groovy-all 2.1.7 Groovy: A powerful, dynamic language for the JVM | 21 |
Scripting | JSCover 1.0.14 JSCover is a tool that measures code coverage for JavaScript programs. | 5 |
Groovy | groovy-all 2.1.6 Groovy: A powerful, dynamic language for the JVM | 7 |
Data Structure | commons-lang3 3.3.1 Apache Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang. | 12 |
Web Service | jcmd 1.6.13 The Web Services Hub Client provides a command-line interface to invoke workflows using the Informatica Web Services Hub. It is intended to be a replacement for pmcmd and all of the native libraries that requires. | 14 |
JUnit | ant-junit 1.9.2 contains the junit and junirreport tasks | 5 |
Zip | commons-compress 1.8.1 Apache Commons Compress software defines an API for working with compression and archive formats. These include: bzip2, gzip, pack200, lzma, xz, Snappy, traditional Unix Compress and ar, cpio, jar, tar, zip, dump, 7z, arj. | 27 |
Virtual Machine | pact-jvm-model_2.11 2.1.8 Pact model ========== The model project is responsible for providing: * a model to represent pacts * serialization and deserialization * comparison between two parts of the pact model * conversion between the pact model and whatever third party libraries used by the pact-consumer and pact-prov... | 5 |
Groovy | groovy-all 2.3.0-beta-2 Groovy: A powerful, dynamic language for the JVM | 9 |
Spring | spring-integration-test 4.0.0.RELEASE Spring Integration Test Support | 7 |
Testing | pact-jvm-consumer_2.10 2.0.9 Pact consumer ============= Pact Consumer is used by projects that are consumers of an API. Most projects will want to use pact-consumer via one of the test framework specific projects above. If your favourite framework is not implemented, this module should give you all the hooks you need. Ple... | 5 |
Testing | pact-jvm-consumer_2.10 2.0.5 Pact consumer ============= Pact Consumer is used by projects that are consumers of an API. Most projects will want to use pact-consumer via one of the test framework specific projects above. If your favourite framework is not implemented, this module should give you all the hooks you need. Ple... | 5 |
Testing | pact-jvm-consumer_2.10 2.0.2 Pact consumer ============= Pact Consumer is used by projects that are consumers of an API. Most projects will want to use pact-consumer via one of the test framework specific projects above. If your favourite framework is not implemented, this module should give you all the hooks you need. Ple... | 6 |
Virtual Machine | pact-jvm-model_2.11 2.1.3 Pact model ========== The model project is responsible for providing: * a model to represent pacts * serialization and deserialization * comparison between two parts of the pact model * conversion between the pact model and whatever third party libraries used by the pact-consumer and pact-prov... | 5 |
Testing | lenskit-test 2.1-M3 Testing utilities for LensKit. | 7 |
Spring | spring-security-oauth2 2.0.3.RELEASE Module for providing OAuth2 support to Spring Security | 8 |
Development | georegression 0.7 GeoRegression is a free Java based geometry library for scientific computing in fields such as robotics and computer vision with a focus on 2D/3D space. | 10 |
Library | kerner-utils-io 0.5.0 Commonly used utility classes (I/O related). | 5 |
Library | jfw-util-core 1.0.0.0 SINAVI J-Framework Utility | 6 |
Inversion of Control | nuun-log-plugin 1.0.M1 Nuun Log Plugin will manage the injection of SL4J Logger. | 5 |
Testing | lenskit-test 2.1-M4 Testing utilities for LensKit. | 7 |
Asynchronous | akka-persistence-experimental_2.10 2.3.7 This module of Akka is marked as experimental, which means that it is in early access mode, which also means that it is not covered by commercial support. An experimental module doesn't have to obey the rule of staying binary compatible between minor releases. Breaking API changes may be introduced... | 5 |
Spring | spring-test 4.0.2.RELEASE Spring TestContext Framework | 15 |
Network | eureka-test-utils 2.0.0-DP1 eureka-test-utils developed by Netflix | 6 |
Testing | pact-jvm-consumer_2.10 2.0.4 Pact consumer ============= Pact Consumer is used by projects that are consumers of an API. Most projects will want to use pact-consumer via one of the test framework specific projects above. If your favourite framework is not implemented, this module should give you all the hooks you need. Ple... | 5 |
Network | archaius-core 0.5.15 archaius-core developed by Netflix | 6 |
Inversion of Control | java-cl-parser 3.1.2 This parser strives to achieve an elegant, ioc-type interface to make launching command-line projects effortless. | 15 |
JEE | common-jackson 1.7 Jackson dependencies and helper utilities | 15 |
Data Structure | commons-lang3 3.2.1 Apache Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang. | 31 |
Log | logstash-logback-encoder 2.8 Logback encoder which will output events as Logstash-compatible JSON | 7 |
Data Structure | commons-math3 3.3 The Apache Commons Math project is a library of lightweight, self-contained mathematics and statistics components addressing the most common practical problems not immediately available in the Java programming language or commons-lang. | 7 |
Library | docker-client 2.4.2 A docker client | 23 |
The following plugins are used in the junit-4.11.jar
The following packages are defined in the junit-4.11.jar
junit.extensions junit.framework junit.runner junit.textui org.junit org.junit.experimental org.junit.experimental.categories org.junit.experimental.max org.junit.experimental.results org.junit.experimental.runners org.junit.experimental.theories org.junit.experimental.theories.internal org.junit.experimental.theories.suppliers org.junit.internal org.junit.internal.builders org.junit.internal.matchers org.junit.internal.requests org.junit.internal.runners org.junit.internal.runners.model org.junit.internal.runners.rules org.junit.internal.runners.statements org.junit.matchers org.junit.rules org.junit.runner org.junit.runner.manipulation org.junit.runner.notification org.junit.runners org.junit.runners.model
Here is the content of the POM file.
<?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> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <name>JUnit</name> <url>http://junit.org</url> <description> 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. </description> <organization> <name>JUnit</name> <url>http://www.junit.org</url> </organization> <mailingLists> <mailingList> <name>JUnit Mailing List</name> <post>junit@yahoogroups.com</post> <archive> http://tech.groups.yahoo.com/group/junit/ </archive> </mailingList> </mailingLists> <licenses> <license> <name>Common Public License Version 1.0</name> <url>http://www.opensource.org/licenses/cpl1.0.txt</url> </license> </licenses> <scm> <connection>scm:git:git://github.com/KentBeck/junit.git</connection> <developerConnection>scm:git:git@github.com:KentBeck/junit.git</developerConnection> <url>http://github.com/KentBeck/junit/tree/master</url> </scm> <build> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> <configuration> <encoding>ISO-8859-1</encoding> <source>${jdk.version}</source> <target>${jdk.version}</target> </configuration> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-core</artifactId> <version>1.3</version> <scope>compile</scope> </dependency> </dependencies> <properties> <jdk.version>1.5</jdk.version> </properties> </project>