| jdave:/trunk/jdave-examples/ |
show Line History...Constraint |
Changelog
1251
by lkoskela on
31 March 2009, 22:31:10 +0300
(17 months ago)
Fixed a generics issue so that JDave compiles on 1.5
./src/test/jdave/examples/wicket/DictionarySpec.java
1251
1190
by mpe on
09 January 2009, 13:39:32 +0200
(19 months ago)
Disable two swing example specs requiring X11 display for now, because display is not set up properly in CI server
./src/test/jdave/examples/swing/AlbumApplicationSpec.java
1190
./src/test/jdave/examples/swing/AlbumPanelSpec.java
1190
1171
by thrantal on
06 December 2008, 11:57:30 +0200
(21 months ago)
Fixed pom.xml so that Maven will find some tests to run. Currently it wasn't running any specs!
1170
by thrantal on
06 December 2008, 11:56:46 +0200
(21 months ago)
Added missing IModel type parameter. This should fix the build.
./src/test/jdave/examples/wicket/DictionarySpec.java
1170
1166
by thrantal on
04 December 2008, 00:36:42 +0200
(21 months ago)
Another go at the newComponent method. When converting a real project, it turned out that the method type parameter for IModel actually solved a very minimal number of problems, and it's easier to ju…
./src/test/jdave/examples/wicket/DictionarySpec.java
1166
1163
by thrantal on
02 December 2008, 21:49:16 +0200
(21 months ago)
Updated JUnit dependency from version 4.4 to 4.5.
./jdave-examples.iml
1163
./.classpath
1163
1161
by thrantal on
02 December 2008, 15:53:38 +0200
(21 months ago)
Trying fix IDEA project files. Probably it doesn't matter much anyway if I'm the only one using IDEA :)
Update Wicket dependency to 1.4-SNAPSHOT .
./jdave-examples.iml
1161
1160
by thrantal on
02 December 2008, 15:38:26 +0200
(21 months ago)
Better typing for startComponent.
In the progress I had to break the binding between the type of the Form and the IModel in startForm.
./src/test/jdave/examples/wicket/DictionarySpec.java
1160
1159
by thrantal on
02 December 2008, 14:59:20 +0200
(21 months ago)
First go at moving to Wicket 1.4. Let's hope that the Maven Eclipse plugin did not mess up Eclipse .classpath files too bad.
Work in progress.
./.classpath
1159
./src/java/jdave/examples/wicket/DictionaryPanel.java
1159
./src/test/jdave/examples/wicket/DictionarySpec.java
1159
1157
by thrantal on
02 December 2008, 12:01:54 +0200
(21 months ago)
Style fixes: removed redundant thises and local variables, changed old skool for loops to foreach, changed String concatenation arguments to StringBuffer.append() to chained append() calls, removed un…
./src/java/jdave/examples/contract/SampleDomainObject.java
1157
1155
by inhuman on
01 December 2008, 22:35:12 +0200
(21 months ago)
trunk is 1.2-SNAPSHOT
… 11 more files in changeset.
1152
by inhuman on
01 December 2008, 21:58:13 +0200
(21 months ago)
upgrade version numbers
… 16 more files in changeset.
1101
by msibakov on
26 October 2008, 19:36:28 +0200
(22 months ago)
changed version 1.1-rc3 to 1.1-SNAPSHOT
… 12 more files in changeset.
1084
by inhuman on
13 October 2008, 21:01:43 +0300
(22 months ago)
update version number
… 10 more files in changeset.
1079
by inhuman on
12 October 2008, 16:34:44 +0300
(22 months ago)
update version number
… 10 more files in changeset.
1043
by janneh on
26 June 2008, 17:19:06 +0300
(2 years 2 months ago)
Make wicket application available on selenium spec context
Make the selectors available also on the selenium specs
./.classpath
1043
1020
by thrantal on
23 June 2008, 00:01:46 +0300
(2 years 2 months ago)
Updated to Wicket 1.3.3, because I think it's high time now that 1.3.4 is getting out the door.
I had to update some slf4j / log4j versions as well, and Maven touched all .classpath and .project files…
./jdave-examples.iml
1020
./.classpath
1020
920
by thrantal on
14 November 2007, 06:26:21 +0200
(2 years 9 months ago)
Added the possibility of selecting components by their Wicket Ids in the same way as with model-matching Hamcrest matchers.
Also changed selectAll() methods to use the same order as selectFirst: selec…
./src/test/jdave/examples/wicket/DictionarySpec.java
920
917
by thrantal on
13 November 2007, 22:42:26 +0200
(2 years 9 months ago)
Updated IntelliJ IDEA config files to match the current situation.
Also removed the hardcoded Maven 2 repository path.
./jdave-examples.iml
917
896
by inhuman on
12 November 2007, 20:09:21 +0200
(2 years 9 months ago)
generate eclipse metafiles
./.project
896
./.classpath
896
881
by inhuman on
12 November 2007, 19:40:51 +0200
(2 years 9 months ago)
convert all junit3 tests to junit4 tests
./.project
881
./.classpath
881
863
by inhuman on
10 November 2007, 14:26:42 +0200
(2 years 9 months ago)
cleanup poms
./.settings/org.eclipse.jdt.core.prefs
863
./.project
863
./.classpath
863
852
by inhuman on
10 November 2007, 14:04:19 +0200
(2 years 9 months ago)
upgrade to jmock-4.4 and hamcrest-1.1
./.settings/org.eclipse.jdt.core.prefs
852
./.project
852
./.classpath
852
836
by inhuman on
29 October 2007, 20:18:56 +0200
(2 years 10 months ago)
use 'must' in examples, it reads better
825
by inhuman on
04 October 2007, 19:50:38 +0300
(2 years 11 months ago)
add must
./src/test/jdave/examples/ExtendedSpecification.java
825
|