An open API service indexing awesome lists of open source software.

https://github.com/wrdv/testme-idea

TestMe IntelliJ IDEA Plugin - Auto generates Unit Test code
https://github.com/wrdv/testme-idea

code-generation intellij-plugin unit-testing

Last synced: about 2 months ago
JSON representation

TestMe IntelliJ IDEA Plugin - Auto generates Unit Test code

Awesome Lists containing this project

README

        

# TestMe IntelliJ Plugin
[![Build Status](https://github.com/wrdv/testme-idea/actions/workflows/ci.yml/badge.svg?event=push)](https://github.com/wrdv/testme-idea/actions)
[![coverage](https://codecov.io/gh/wrdv/testme-idea/branch/master/graph/badge.svg)](https://codecov.io/gh/wrdv/testme-idea)
![Downloads](https://img.shields.io/jetbrains/plugin/d/9471)
![Rating](https://img.shields.io/jetbrains/plugin/r/rating/9471)
![Version](https://img.shields.io/jetbrains/plugin/v/9471)

Auto Generate Unit Tests in Java, Groovy or Scala.
No more boilerplate!

### Main Features
- Auto generate Java, Scala or Groovy test code with JUnit 4/5, TestNG, Spock or Specs2 frameworks
- Auto generate Mockito mocks
- Generate test params and assertion statements
- Generate relevant mocked return statements
- Integrates with IDEA menus: Code->TestMe, Code->Generate

For a more detailed documentation, please refer to https://weirddev.com/testme/

### Installation/Usage
Installation available from JetBrains plugins repository:
1. From IDEA menu: `Preferences` (`Ctrl+Shift+S`,`⌘+,`) -> `Plugins` -> `Browse repositories...` -> Search: `TestMe` -> `Install Plugin`
2. Restart IDEA.

### Issue Tracking
Issues and feature requests are welcomed at [TestMe project forum](https://weirddev.com/forum#!/testme)

### Contributing/Developing
Please refer to [`CONTRIBUTING.md`](./CONTRIBUTING.md) file.

### License
Copyright (c) 2017 - 2024 [WeirdDev](https://weirddev.com). Licensed for free usage under the terms and conditions of AGPLv3 - [GNU Affero General Public License v3](https://www.gnu.org/licenses/agpl-3.0.en.html).