Cuppa 
IntelliJ Plugin for This repository is for the IntelliJ plugin for Cuppa. Cuppa is a test framework for Java 8. For more details on Cuppa, see the website.
The plugin currently provides the following features:
- Live templates for quickly writing Cuppa tests.
- Stacktrace folding for hiding Cuppa calls in stacktraces.
Getting Started
You can install the plugin from within IntelliJ. Alternatively, you can download the plugin from the plugin's page on the JetBrains site.
Contributing
Check out the active issues to get some ideas for what to work on.
Building
Cuppa is built using Gradle:
$ cd cuppa-intellij-plugin
$ ./gradlew build
Run ./gradlew tasks
to see a list of all available tasks.
We use the intellij
Gradle plugin to bundle and run the plugin in IDEA using the buildPlugin
and runIde
tasks,
respectively.
License
Cuppa and this plugin are licensed under an Apache 2.0 license.