Added MyBatis, PowerMock and Unitils

This commit is contained in:
Andreas Kull
2015-05-06 08:58:29 +02:00
parent 95da111e6e
commit 6f1f5f5729

View File

@ -349,6 +349,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
* [Ebean](http://ebean-orm.github.io/) - ORM Framework that provides fast data access and even faster coding.
* [EclipseLink](https://www.eclipse.org/eclipselink/) - Supports a number of persistence standards: JPA, JAXB, JCA and SDO.
* [Hibernate](http://hibernate.org/orm/) - Robust and widely used with an active community.
* [MyBatis](http://mybatis.github.io/mybatis-3/) - Persistence framework that couples objects with stored procedures or SQL statements.
* [OrmLite](http://ormlite.com/) - Lightweight ORM package avoiding the complexity and overhead of other ORM products.
## PDF
@ -448,9 +449,11 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
* [JMockit](http://jmockit.org/) - The Mock Anything Toolkit for Java, mocks static, final methods and more.
* [JUnit](http://junit.org/) - Common testing framework.
* [Mockito](https://github.com/mockito/mockito) - Creation of test double objects in automated unit tests for the purpose of TDD or BDD.
* [PowerMock](https://github.com/jayway/powermock) - Allows you to unit test code normally regarded as untestable.
* [Selenide](http://selenide.org/) - Concise API around Selenium to write stable and readable UI tests.
* [Selenium](http://docs.seleniumhq.org/) - Portable software testing framework for web applications.
* [TestNG](http://testng.org/) - Testing framework.
* [Unitils](http://www.unitils.org/) - Testing library divided into modules for unit and integration testing.
## Utility