Issue Details (XML | Word | Printable)

Key: FEST-29
Type: New Feature New Feature
Status: Resolved Resolved
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Alex Ruiz
Reporter: Alex Ruiz
Votes: 1
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
FEST

Taking Screenshots with GUITestRunner not possible with JUnit 4.5 (issue 129)

Created: 03/Mar/09 07:35 PM   Updated: 04/May/09 01:51 AM   Resolved: 28/Apr/09 02:34 AM
Return to search
Component/s: Swing
Affects Version/s: FEST-Swing 1.1
Fix Version/s: FEST-Swing 1.2a1

Time Tracking:
Not Specified


 Description  « Hide

From christian.daehn:

org.fest.swing.junit.GUITestRunner was compiled against JUnit 4.1 (I guess). Because the API in JUnit has changed in later releases, I get an exception when running the code with JUnit 4.4.

Do you plan to release a version compatible with JUnit 4.4?


Original report: Issue 129 (Google Code)



Alex Ruiz made changes - 03/Mar/09 07:36 PM
Field Original Value New Value
Description From christian.daehn:

{{org.fest.swing.junit.GUITestRunner}} was compiled against JUnit 4.1 (I guess). Because the API in JUnit has changed in later releases, I get an exception when running the code with JUnit 4.4.

Do you plan to release a version compatible with JUnit 4.4?

----

Original report: [Issue 129 (Google Code)|http://code.google.com/p/fest/issues/detail?id=129] & FEST-28 (Project Kenai)|http://kenai.com/jira/browse/FEST-28].
From christian.daehn:

{{org.fest.swing.junit.GUITestRunner}} was compiled against JUnit 4.1 (I guess). Because the API in JUnit has changed in later releases, I get an exception when running the code with JUnit 4.4.

Do you plan to release a version compatible with JUnit 4.4?

----

Original report: [Issue 129 (Google Code)|http://code.google.com/p/fest/issues/detail?id=129] & [FEST-28 (Project Kenai)|http://kenai.com/jira/browse/FEST-28].
Alex Ruiz made changes - 10/Mar/09 02:14 AM
Description From christian.daehn:

{{org.fest.swing.junit.GUITestRunner}} was compiled against JUnit 4.1 (I guess). Because the API in JUnit has changed in later releases, I get an exception when running the code with JUnit 4.4.

Do you plan to release a version compatible with JUnit 4.4?

----

Original report: [Issue 129 (Google Code)|http://code.google.com/p/fest/issues/detail?id=129] & [FEST-28 (Project Kenai)|http://kenai.com/jira/browse/FEST-28].
From christian.daehn:

{{org.fest.swing.junit.GUITestRunner}} was compiled against JUnit 4.1 (I guess). Because the API in JUnit has changed in later releases, I get an exception when running the code with JUnit 4.4.

Do you plan to release a version compatible with JUnit 4.4?

----

Original report: [Issue 129 (Google Code)|http://code.google.com/p/fest/issues/detail?id=129]
Alex Ruiz made changes - 12/Mar/09 05:39 PM
Priority Major [ 3 ] Critical [ 2 ]
Alex Ruiz made changes - 12/Mar/09 05:42 PM
Priority Critical [ 2 ] Blocker [ 1 ]
Alex Ruiz made changes - 12/Mar/09 10:27 PM
Status Open [ 1 ] In Progress [ 3 ]
Christian Dähn added a comment - 16/Mar/09 03:50 AM

Hi Alex,

JUnit 4.5 support would be great for me.


Alex Ruiz added a comment - 28/Apr/09 02:34 AM

Added support for JUnit 4.5. This task required some major changes:

1. The old FEST JUnit runner has been completely removed. I'm not sure if I should just deprecate it.
2. The old FEST JUnit runner has been re-written and placed in the new package org.fest.swing.junit.v4_3_1.runner, in the project 'fest-swing-junit-4.3.1'.
3. A new FEST JUnit runner with support for JUnit 4.5 has been created in the package org.fest.swing.junit.v4_5.runner, in the project 'fest-swing-junit-4.5'.


Alex Ruiz made changes - 28/Apr/09 02:34 AM
Resolution Fixed [ 1 ]
Status In Progress [ 3 ] Resolved [ 5 ]
Alex Ruiz made changes - 04/May/09 01:51 AM
Summary Taking Screenshots with GUITestRunner not possible with JUnit 4.4 (issue 129) Taking Screenshots with GUITestRunner not possible with JUnit 4.5 (issue 129)