Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

JUnit test extensions

Vlado Pakan edited this page Aug 5, 2014 · 18 revisions

API/Abstract

Implementation(s)

Usage

JUnit test extensions are actions automatically invoked before or after each and every test is run. They should replace using JUnit annotations @After and @Before for actions invoked for every test. JUnit extensions are implemented via IBeforeTest and IAfterTest extension points defined within org.jboss.reddeer.junit plugin

Clone this wiki locally