Quick Search:

jump to detailed chart | hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Sort: path | last-commit | first-commit Sub Directories

Changelog

1504 by wanghy1101 on 14 May 2008, 18:10:05 -0500 (27 hours ago) Make Review Minor changes.

trunk/fest/fest-swing/src/test/java/org/fest/swing/finder/WindowFinderTest.java 1504 history download (+33 -35) diffs

1503 by Alex.Ruiz.05 on 13 May 2008, 01:25:48 -0500 (68 hours ago) Make Review Fixed broken tests.

trunk/fest/fest-swing/src/test/java/org/fest/swing/driver/JTreeLocationTest.java 1503 history download (+16 -20) diffs

1497 by Alex.Ruiz.05 on 09 May 2008, 14:59:54 -0500 (6 days ago) Make Review Adding more test cases.

trunk/fest/fest-swing/src/test/java/org/fest/swing/fixture/JTreeFixtureTest.java 1497 history download (+15 -1) diffs

1493 by wanghy1101 on 08 May 2008, 19:15:21 -0500 (7 days ago) Make Review Added methods 'font()', 'background()' and 'foreground()' to JTableCellFixture to verify the font, background and foreground of an specific cell in a JTable.

trunk/fest/fest-swing/src/main/java/org/fest/swing/fixture/JTableFixture.java 1493 history download (+10 -10) diffs

trunk/fest/fest-swing/src/main/java/org/fest/swing/fixture/JTableCellFixture.java 1493 history download (+32 -8) diffs

trunk/fest/fest-swing/src/test/java/org/fest/swing/fixture/JTableCellFixtureTest.java 1493 history download (+65 -21) diffs

trunk/fest/fest-swing/src/site/changes.xml 1493 history download (+4 -0) diffs

1491 by Alex.Ruiz.05 on 08 May 2008, 16:01:27 -0500 (7 days ago) Make Review Added method 'font' to all fixtures. This method returns a FontFixture.

Added method 'background' to all fixtures. This method returns a ColorFixture.

Added method 'foreground' to all fixtures. This…

trunk/fest/fest-swing/src/test/java/org/fest/swing/fixture/ComponentFixtureTestCase.java 1491 history download (+0 -2) diffs

trunk/fest/fest-swing/src/main/java/org/fest/swing/fixture/JTableFixture.java 1491 history download (+9 -9) diffs

trunk/fest/fest-swing/src/main/java/org/fest/swing/fixture/ComponentFixture.java 1491 history download (+34 -0) diffs

trunk/fest/fest-swing/src/site/changes.xml 1491 history download (+9 -0) diffs

1485 by Alex.Ruiz.05 on 02 May 2008, 18:02:18 -0500 (13 days ago) Make Review Incomplete - task 99: [fest-swing] Add methods to check properties of JTable cells.  
http://code.google.com/p/fest/issues/detail?id=99

Added method 'fontAt(TableCell)' which returns a FontFixture wr…

trunk/fest/fest-swing/src/test/java/org/fest/swing/fixture/FontFixtureTest.java 1485