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
- Host: GitHub
- URL: https://github.com/wrdv/testme-idea
- Owner: wrdv
- License: other
- Created: 2017-02-08T07:16:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-09T21:07:02.000Z (9 months ago)
- Last Synced: 2024-07-21T06:51:18.022Z (9 months ago)
- Topics: code-generation, intellij-plugin, unit-testing
- Language: Java
- Homepage: http://weirddev.com/testme
- Size: 1.8 MB
- Stars: 159
- Watchers: 16
- Forks: 62
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-java - TestMe
README
# TestMe IntelliJ Plugin
[](https://github.com/wrdv/testme-idea/actions)
[](https://codecov.io/gh/wrdv/testme-idea)


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->GenerateFor 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).