Skip to content

MakeGood 2.5.0 (stable)

Compare
Choose a tag to compare
@iteman iteman released this 03 Nov 07:52
· 60 commits to master since this release

Release Date: 2013-11-03

What's New in MakeGood 2.5.0

Test Results Layout Selection

(Issue #23)

This feature allows users to select the display of the panes for test results within the MakeGood view. The selection is kept until the Eclipse session ends.

The options are:

  • Tab (Default)
  • Horizontal

Test Results Layout Selection in the MakeGood View

Horizontal Test Results Layout

The default layout for an Eclipse session can be configured with the preferences for the workspace.

Test Results Layout Selection in the MakeGood View

Traits Support in the Test Outline view

(Issue #33)

As of PHP 5.4, test methods can be declared in a trait. This feature provides the following capabilities:

  • Shows the test methods which are declared in a trait.
  • Runs the test methods which are declared in a trait.

Traits Support in the Test Outline View

Improved User Interface

(Issue #25)

A few improvements to the user interface have been made. Here is the full list of improvements.

End of Support for Eclipse Juno (4.2), Eclipse 3.8, and Eclipse Indigo (3.7)

MakeGood 2.5.0 no longer support Eclipse Juno (4.2), Eclipse 3.8 or Eclipse Indigo (3.7).

Two Defect Fixes

The following defects have been fixed:

  • A java.lang.NullPointerException is sometimes raised when starting up Eclipse (Issue #47)
  • Can't run the super class at the context of the editing test class in the Test Outline view. (Issue #39)