Quick Search:

jump to detailed chart Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

Watches and RSS

History

trunk 1663 12

latest revision download trunk

1663 annotated / raw | Diffs: previous, other | Lines: 345 ( +3, -6 )

Created: 2008-07-19 08:43:02 -0500 (20 days ago) | Author: alex.ruiz.05 | Changeset: 1663

Moved classes KeyPressInfo and MouseClickInfo from package org.fest.swing.fixture to org.fest.swing.core.

Branch point for: tag:fest-swing-1.0b1

1635 annotated / raw | Diffs: previous, other | Lines: 348 ( +5, -4 )

Created: 2008-07-13 22:40:38 -0500 (25 days ago) | Author: alex.ruiz.05 | Changeset: 1635

Replaced ActionFailedException and LocationUnavailableException with IndexOutOfBoundsException when indices are out of bound (e.g. the row index in a JTable.)

1633 annotated / raw | Diffs: previous, other | Lines: 347 ( +7, -7 )

Created: 2008-07-13 17:15:07 -0500 (25 days ago) | Author: alex.ruiz.05 | Changeset: 1633

Added org.fest.swing.applet.AppletViewer and helper classes in package org.fest.swing.applet.
Replaced IllegalArgumentException with NullPointerException when a method argument has null as its value.

1630 annotated / raw | Diffs: previous, other | Lines: 347 ( +0, -6 )

Created: 2008-07-09 02:45:38 -0500 (30 days ago) | Author: alex.ruiz.05 | Changeset: 1630

Minor code cleanup.

1604 annotated / raw | Diffs: previous, other | Lines: 353 ( +25, -1 )

Created: 2008-06-20 02:14:26 -0500 (49 days ago) | Author: Alex.Ruiz.05 | Changeset: 1604

Added method 'pressAndReleaseKey(KeyPressInfo)' to all component fixtures.
Removed some duplication in test code.

Branch point for: tag:fest-swing-1.0a3

1591 annotated / raw | Diffs: previous, other | Lines: 329 ( +7, -3 )

Created: 2008-06-15 17:07:57 -0500 (53 days ago) | Author: Alex.Ruiz.05 | Changeset: 1591

Complete - issue 153: [fest-swing] Fixtures should not allow construction with a null target
http://code.google.com/p/fest/issues/detail?id=153

All fixtures now throw IllegalArgumentException if any constructor argument is null (with the exception of the name of the component to look up.)

1532 annotated / raw | Diffs: previous, other | Lines: 325 ( +2, -2 )

Created: 2008-05-25 22:47:28 -0500 (2 months 13 days ago) | Author: Alex.Ruiz.05 | Changeset: 1532

Minor code clean-up.

1505 annotated / raw | Diffs: previous, other | Lines: 325 ( +1, -1 )

Created: 2008-05-14 23:04:01 -0500 (2 months 24 days ago) | Author: Alex.Ruiz.05 | Changeset: 1505

Added more test cases.
Fixed copyright year(s).
Fixed broken tests.
Minor changes.

1336 annotated / raw | Diffs: previous, other | Lines: 325 ( +0, -21 )

Created: 2008-03-11 23:05:49 -0500 (4 months 27 days ago) | Author: Alex.Ruiz.05 | Changeset: 1336

Added more test cases.
Removed some code duplication.
Restored methods in RobotFixture that were incorrectly removed.

1308 annotated / raw | Diffs: previous, other | Lines: 346 ( +12, -8 )

Created: 2008-03-03 09:43:13 -0600 (5 months 5 days ago) | Author: Alex.Ruiz.05 | Changeset: 1308

Added more test cases.

1305 annotated / raw | Diffs: previous, other | Lines: 342 ( +160, -116 )

Created: 2008-03-01 17:21:23 -0600 (5 months 6 days ago) | Author: Alex.Ruiz.05 | Changeset: 1305

Major change in internals:

1. Created interface Robot and made RobotFixture implement it to aid testing.
2. Moved all logic from fixtures to drivers.
3. Test for fixtures use mock drivers.

1173 annotated / raw | Diffs: previous, other | Lines: 298 ( +26, -6 )

Created: 2008-01-27 19:00:36 -0600 (6 months ago) | Author: wanghy1101 | Changeset: 1173

Added ContainerDriver, FrameDriver and WindowDriver.

1150 annotated / raw | Diffs: previous, other | Lines: 278 ( +1, -1 )

Created: 2008-01-18 02:26:03 -0600 (6 months ago) | Author: Alex.Ruiz.05 | Changeset: 1150

Fixed typo in javadocs.

1149 annotated / raw | Diffs: previous, other | Lines: 278 ( +2, -2 )

Created: 2008-01-18 02:17:46 -0600 (6 months ago) | Author: Alex.Ruiz.05 | Changeset: 1149

Incomplete - task 98: [fest-swing] JTreeFixture.selectPath does not select collapsed/invisible nodes?  
http://code.google.com/p/fest/issues/detail?id=98

Added JTreeLocation and LocationUnavailableException.
Organized imports.

1105 annotated / raw | Diffs: previous, other | Lines: 278 ( +16, -28 )

Created: 2008-01-08 23:44:09 -0600 (6 months ago) | Author: wanghy1101 | Changeset: 1105

Complete - task 80: [fest-swing] Problem with opening the same JDialog twice in a test  
http://code.google.com/p/fest/issues/detail?id=80

1074 annotated / raw | Diffs: previous, other | Lines: 290 ( +2, -2 )

Created: 2008-01-03 09:56:46 -0600 (7 months ago) | Author: Alex.Ruiz.05 | Changeset: 1074

Minor changes.

1028 annotated / raw | Diffs: previous, other | Lines: 290 ( +12, -0 )

Created: 2007-12-27 10:41:24 -0600 (7 months ago) | Author: Alex.Ruiz.05 | Changeset: 1028

Complete - task 80: [fest-swing] Problem with opening the same JDialog twice in a test
http://code.google.com/p/fest/issues/detail?id=80

Added method 'showingComponentLookup' to ContainerFixture to limit component lookup to showing components.

Added overloaded methods in ComponentFinder that take a boolean argument that indicates if component lookup should match showing components only.

997 annotated / raw | Diffs: previous, other | Lines: 278 ( +3, -1 )

Created: 2007-12-22 11:00:45 -0600 (7 months ago) | Author: Alex.Ruiz.05 | Changeset: 997

Complete - task 81: [fest-swing] Throw exception if more than one component found
http://code.google.com/p/fest/issues/detail?id=81

Component lookup using a org.fest.swing.core.ComponentFinder now throws ComponentLookupException if more than one component matching the given search criteria is found.

Moved 'print' methods from org.fest.swing.core.ComponentFinder to the new class org.fest.swing.core.ComponentPrinter.

987 annotated / raw | Diffs: previous, other | Lines: 276 ( +11, -0 )

Created: 2007-12-18 08:04:52 -0600 (7 months ago) | Author: Alex.Ruiz.05 | Changeset: 987

Incomplete - task 70: [fest-swing] Add fixture/locators for JInternalFrame  
http://code.google.com/p/fest/issues/detail?id=70

Added more functionality to JInternalFrameFixture.

Added method 'moveTo(Point)' to FrameFixture and DialogFixture.

979 annotated / raw | Diffs: previous, other | Lines: 265 ( +39, -36 )

Created: 2007-12-08 01:47:53 -0600 (8 months ago) | Author: Alex.Ruiz.05 | Changeset: 979

Cleaned up javadocs in package 'org.fest.swing.fixture'.

885 annotated / raw | Diffs: previous, other | Lines: 262 ( +4, -4 )

Created: 2007-11-20 09:27:21 -0600 (8 months ago) | Author: Alex.Ruiz.05 | Changeset: 885

Minor Javadoc fixes.

874 annotated / raw | Diffs: previous, other | Lines: 262 ( +7, -9 )

Created: 2007-11-17 15:40:41 -0600 (8 months ago) | Author: Alex.Ruiz.05 | Changeset: 874

Incomplete - task 59: [fest-swing] Fix cyclic dependencies
http://code.google.com/p/fest/issues/detail?id=59

Fixed cyclic dependencies in fest-swing. Still need to update modules fest-swing-junit and fest-swing-testng.

869 annotated / raw | Diffs: previous, other | Lines: 264 ( +14, -2 )

Created: 2007-11-15 00:15:58 -0600 (8 months ago) | Author: wanghy1101 | Changeset: 869

Incomplete - task 56: [fest-swing] Add timeouts to fixture methods
http://code.google.com/p/fest/issues/detail?id=56

Added method 'requireEnabled(Timeout)' to all component fixtures.

850 annotated / raw | Diffs: previous, other | Lines: 252 ( +2, -4 )

Created: 2007-11-11 14:29:57 -0600 (8 months ago) | Author: Alex.Ruiz.05 | Changeset: 850

Switching to IntelliJ IDEA.

655 annotated / raw | Diffs: previous, other | Lines: 254 ( +2, -2 )

Created: 2007-09-25 23:18:19 -0500 (10 months ago) | Author: Alex.Ruiz.05 | Changeset: 655

Last-checking before releasing 0.6.

653 annotated / raw | Diffs: previous, other | Lines: 254 ( +10, -0 )

Created: 2007-09-24 10:33:20 -0500 (10 months ago) | Author: Alex.Ruiz.05 | Changeset: 653

Added method 'click(MouseButtons)' to all component fixtures.
Added more tests.

652 annotated / raw | Diffs: previous, other | Lines: 244 ( +20, -0 )

Created: 2007-09-24 02:35:35 -0500 (10 months ago) | Author: Alex.Ruiz.05 | Changeset: 652

Added methods 'pressKey', 'releaseKey' and 'pressAndReleaseKeys' to RobotFixture and all component fixtures.

In component fixtures, the method 'pressKeys' was replaced by 'pressAndReleaseKeys'.

651 annotated / raw | Diffs: previous, other | Lines: 224 ( +3, -3 )

Created: 2007-09-23 01:38:48 -0500 (10 months ago) | Author: Alex.Ruiz.05 | Changeset: 651

Renamed method 'pressKeys(int...)' to 'pressAndReleaseKeys(int...)'.
Changed the methods in JTableFixture that took the index of the row and column as int argument and replace those arguments with TableCell.

639 annotated / raw | Diffs: previous, other | Lines: 224 ( +9, -0 )

Created: 2007-09-22 02:13:22 -0500 (10 months ago) | Author: Alex.Ruiz.05 | Changeset: 639

Added method 'click(MouseClickInfo)' to all fixtures. This method allows to simulate a user clicking the given button the given number of times.

637 annotated / raw | Diffs: previous, other | Lines: 215 ( +22, -14 )

Created: 2007-09-21 23:34:29 -0500 (10 months ago) | Author: Alex.Ruiz.05 | Changeset: 637

Incomplete - task 33: [fest-swing] Add support for right-click
http://code.google.com/p/fest/issues/detail?id=33

Added support for right-click to all the fixtures. Still need to test in Mac OS.

598 annotated / raw | Diffs: previous, other | Lines: 207 ( +1, -1 )

Created: 2007-09-16 19:10:08 -0500 (10 months ago) | Author: Alex.Ruiz.05 | Changeset: 598

Incomplete - task 27: [fest-swing] Provide better feedback for assertion failures
http://code.google.com/p/fest/issues/detail?id=27

Added better failure descriptions to the component fixtures.

583 annotated / raw | Diffs: previous, other | Lines: 207 ( +21, -13 )

Created: 2007-09-08 13:38:58 -0500 (11 months ago) | Author: Alex.Ruiz.05 | Changeset: 583

Incomplete - task 24: [fest-swing] Add support for simulating double-click
http://code.google.com/p/fest/issues/detail?id=24

Added support for double-click to every fixture.
Made public methods in ComponentFixture abstract to enforce consistent code style when creating new fixtures.

580 annotated / raw | Diffs: previous, other | Lines: 199 ( +10, -0 )

Created: 2007-09-07 00:54:01 -0500 (11 months ago) | Author: Alex.Ruiz.05 | Changeset: 580

Complete - task 25: [fest-swing] Make method 'doPressKeys(int...)' in ComponentFixture public.
http://code.google.com/p/fest/issues/detail?id=25

Added method 'pressKeys(int...)' to all fixtures.

292 annotated / raw | Diffs: previous, other | Lines: 189 ( +1, -1 )

Created: 2007-06-27 11:06:24 -0500 (13 months ago) | Author: Alex.Ruiz.05 | Changeset: 292

FrameFixture: added constructors that take the name of the Frame to find.
Fixed some javadocs errors.

271 annotated / raw | Diffs: previous, other | Lines: 189 ( +2, -1 )

Created: 2007-06-20 04:34:33 -0500 (13 months ago) | Author: Alex.Ruiz.05 | Changeset: 271

Updated javadocs.

270 annotated / raw | Diffs: previous, other | Lines: 188 ( +2, -3 )

Created: 2007-06-20 04:06:43 -0500 (13 months ago) | Author: Alex.Ruiz.05 | Changeset: 270

Updated javadocs.

269 annotated / raw | Diffs: previous, other | Lines: 189 ( +74, -25 )

Created: 2007-06-20 03:35:23 -0500 (13 months ago) | Author: Alex.Ruiz.05 | Changeset: 269

Updated javadocs.

150 annotated / raw | Diffs: previous, other | Lines: 140 ( +1, -1 )

Created: 2007-05-27 06:17:31 -0500 (14 months ago) | Author: Alex.Ruiz.05 | Changeset: 150

Removed prefix 'Abstract' from abstract classes.

148 annotated / raw | Diffs: previous, other | Lines: 140 ( +24, -36 )

Created: 2007-05-27 06:13:14 -0500 (14 months ago) | Author: Alex.Ruiz.05 | Changeset: 148

Minor implementation changes.

147 annotated / raw | Diffs: previous, other | Lines: 152 ( +12, -0 )

Created: 2007-05-25 23:59:16 -0500 (14 months ago) | Author: Alex.Ruiz.05 | Changeset: 147

Added assertions 'requireEnabled' and 'requiredDisabled' to component fixtures.

108 annotated / raw | Diffs: previous, other | Lines: 140 ( +2, -2 )

Created: 2007-05-15 00:27:04 -0500 (14 months ago) | Author: Alex.Ruiz.05 | Changeset: 108

Minor code cleanup.

104 annotated / raw | Diffs: previous, other | Lines: 140 ( +6, -7 )

Created: 2007-05-13 10:16:33 -0500 (14 months ago) | Author: Alex.Ruiz.05 | Changeset: 104

Minor code cleanup.
Updated to latest version of fest-util and fest-assert.

67 annotated / raw | Diffs: previous, other | Lines: 141 ( +20, -1 )

Created: 2007-04-26 02:48:29 -0500 (15 months ago) | Author: Alex.Ruiz.05 | Changeset: 67

Can create RobotFixtures with the current AWT Robot.
Added Cobertura.

27 new/moved annotated / raw | Diffs: previous, other | Lines: 122 ( +122, -0 )

Created: 2007-04-22 12:43:53 -0500 (15 months ago) | Author: Alex.Ruiz.05 | Changeset: 27

Moved from: trunk/fest-swing/src/main/java/org/fest/swing/fixture/DialogFixture.java 15

no comment

15 annotated / raw | Diffs: previous, other | Lines: 122 ( +1, -1 )

Created: 2007-04-22 01:20:19 -0500 (15 months ago) | Author: Alex.Ruiz.05 | Changeset: 15

Moved to: trunk/fest/fest-swing/src/main/java/org/fest/swing/fixture/DialogFixture.java 27

Moved assertions and util classes to their own, independent packages. Later on they can be moved to their own projects.

12 annotated / raw | Lines: 122 ( +122, -0 )

Created: 2007-04-21 12:23:57 -0500 (15 months ago) | Author: Alex.Ruiz.05 | Changeset: 12

Changed package names from 'com.jtuzi.fest' to 'org.fest.swing'.

Crucible: Open Source License registered to Atlassian.
Atlassian FishEye, Subversion, CVS & Perforce analysis. (Version:1.5.4 Build:build-308 2008-07-31 ) - Administration - Page generated 2008-08-08 15:32 -0500