Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

trunk 144 1

latest revision Branch trunk

144 new annotated / raw | Diffs: previous, other | Lines: 22 ( +8, -154 )

Created: 2007-11-05 11:07:34 -0600 (14 months ago) | Author: pavanks | Changeset: 144

Added a new FrankensteinIntegration which starts Frankenstein in a Playback only mode. Right now it can be activated by passing a parameter to the VM in command line.
- Pavan

129 annotated / raw | Diffs: previous, other | Lines: 168 ( +8, -0 )

Created: 2007-03-26 07:57:10 -0500 (21 months ago) | Author: pavanks | Changeset: 129

Moved to: trunk/src/com/thoughtworks/frankenstein/application/DefaultFrankensteinIntegration.java 144

Added convinient Constructors to the FrankensteinIntegration and DefaultFrankensteinDriver. Added a Null Application.->Pavan<-

123 annotated / raw | Diffs: previous, other | Lines: 160 ( +13, -3 )

Created: 2007-03-20 06:47:47 -0500 (21 months ago) | Author: vivek_prahlad | Changeset: 123

Making playback delay configurable

Tags: release-0.7.5

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

Created: 2007-02-23 03:22:41 -0600 (22 months ago) | Author: pavanks | Changeset: 117

Refactored DefaultFrankenstienDriver to add new constructors. ->(Pavan/Prakash)<-

107 annotated / raw | Diffs: previous, other | Lines: 149 ( +18, -11 )

Created: 2007-02-08 04:13:48 -0600 (22 months ago) | Author: vivek_prahlad | Changeset: 107

Removing RecorderMode from the constructor, renaming parameter in RecorderPane

105 annotated / raw | Diffs: previous, other | Lines: 142 ( +31, -24 )

Created: 2007-02-08 03:53:57 -0600 (22 months ago) | Author: vivek_prahlad | Changeset: 105

1. Fixing problem with a socket reset issues with long running tests
2. Fixing problem with commas appearing in tree paths
3. Major changes to key events. Keys now recorded with key text instead of key codes
4. AbstractMouseAction notifies on mouseReleased instead of mouseClicked
5. SelectTree recorder records double and right click events for all cases
6. Can run tests in 'slow' mode
7. Fixed layout when the recorder UI is maximized
8. Fixed typo in click_radio_button method in the Ruby driver.
9. Added missing assert_label method to Ruby driver
10. Added 'Play' and 'Record and Play' modes.
11. Migrating to JMock 1.1.0

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

Created: 2007-02-08 02:10:50 -0600 (22 months ago) | Author: vivek_prahlad | Changeset: 104

Applying formatting

103 annotated / raw | Diffs: previous, other | Lines: 133 ( +12, -11 )

Created: 2007-02-08 01:14:04 -0600 (22 months ago) | Author: vivek_prahlad | Changeset: 103

Optimizing imports, adding Application and CommandLineApplication

92 annotated / raw | Diffs: previous, other | Lines: 132 ( +0, -1 )

Created: 2007-01-01 21:51:19 -0600 (2 years ago) | Author: vivek_prahlad | Changeset: 92

Fixed mouse actions, updated docs

Tags: release-0.7

85 annotated / raw | Diffs: previous, other | Lines: 133 ( +1, -1 )

Created: 2006-12-11 22:46:31 -0600 (2 years ago) | Author: vivek_prahlad | Changeset: 85

Updated javadoc, website docs

84 annotated / raw | Diffs: previous, other | Lines: 133 ( +36, -10 )

Created: 2006-12-11 05:42:21 -0600 (2 years ago) | Author: vivek_prahlad | Changeset: 84

Changes towards release. Updated docs.

80 annotated / raw | Diffs: previous, other | Lines: 107 ( +5, -1 )

Created: 2006-11-30 03:54:56 -0600 (2 years 1 month ago) | Author: vivek_prahlad | Changeset: 80

Adding docs and files missed in previous checkin

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

Created: 2006-11-22 23:25:07 -0600 (2 years 1 month ago) | Author: vivek_prahlad | Changeset: 67

Added version info to jar names, more docs

45 annotated / raw | Diffs: previous, other | Lines: 105 ( +17, -8 )

Created: 2006-10-23 08:22:50 -0500 (2 years 2 months ago) | Author: vivek_prahlad | Changeset: 45

SelectTableRow event and recorder

38 annotated / raw | Diffs: previous, other | Lines: 96 ( +11, -1 )

Created: 2006-10-16 22:53:21 -0500 (2 years 2 months ago) | Author: vivek_prahlad | Changeset: 38

Allowing ComponentFinder to be pluggable

36 annotated / raw | Diffs: previous, other | Lines: 86 ( +2, -2 )

Created: 2006-10-12 00:01:50 -0500 (2 years 2 months ago) | Author: vivek_prahlad | Changeset: 36

Renamed RendererDecoder to ComponentDecoder

32 annotated / raw | Diffs: previous, other | Lines: 86 ( +2, -0 )

Created: 2006-09-26 01:17:21 -0500 (2 years 3 months ago) | Author: vivek_prahlad | Changeset: 32

Adding spin repaintmanager to check EDT violations

31 annotated / raw | Diffs: previous, other | Lines: 84 ( +3, -0 )

Created: 2006-09-26 00:04:27 -0500 (2 years 3 months ago) | Author: vivek_prahlad | Changeset: 31

EDT Threadsafety fixes... ensuring that events that need to play back on the EDT do so

11 annotated / raw | Diffs: previous, other | Lines: 81 ( +2, -2 )

Created: 2006-09-08 01:36:49 -0500 (2 years 4 months ago) | Author: vivek_prahlad | Changeset: 11

Renaming a few methods

1 new annotated / raw | Lines: 81 ( +81, -0 )

Created: 2006-05-23 23:35:21 -0500 (2 years 7 months ago) | Author: vivek_prahlad | Changeset: 1

Initial import