Fork me on GitHub

Eclipse Plugin Manual

Installation

This plugin requires Java 8 and Eclipse Luna. It can be installed as any Eclipse plugin, by using the install new software... capabilities of Eclipse :

Choose the right menu item

Choose the <i>install new software...</i> menu item

Install the PowerUnit eclipse feature

Use the right URL

Usage

For this example, a simple java project will be used. It is also possible to use a Maven project (in this case, the pom.xml must contains the dependencies to powerunit artifact.

Install the PowerUnit library

Add the library to the classpath

Create a class that use PowerUnit

Sample of test class

Execute the test

Execute