1177
by karemo on
26 December 2008, 22:41:35 +0200
(10 days ago)
Introduced WebDriverGroupRunner which runs all the behaviors of the suite within a single browsing session.
1176
by karemo on
26 December 2008, 22:26:27 +0200
(10 days ago)
Introduced WebDriverSpecRunner which runs all the behaviors of the spec class within a single browsing session.
1174
by karemo on
25 December 2008, 22:53:31 +0200
(11 days ago)
Extracted Browser which contains Browser life cycle logic from WebDriverSpecification. Browser will be later used in the spec runner that does not close browser between behavior runs.
1173
by karemo on
25 December 2008, 22:38:09 +0200
(11 days ago)
Added src/resources to eclipse classpath. Jetty logs now when running tests in eclipse.
1171
by thrantal on
06 December 2008, 11:57:30 +0200
(30 days ago)
Fixed pom.xml so that Maven will find some tests to run. Currently it wasn't running any specs!
1169
by thrantal on
06 December 2008, 11:32:46 +0200
(30 days ago)
Added another type parameter to ComponentSpecification, for the type of the model of the newComponent method. This means that you must migrate existing code using ComponentSpecification with something…
1168
by thrantal on
04 December 2008, 18:01:20 +0200
(32 days ago)
Starting to add another type parameter to ComponentSpecification, for the type of the model of the newComponent method. When there are two type parameters, it's better to give them meaningful names (C…
1166
by thrantal on
04 December 2008, 00:36:42 +0200
(33 days 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…
1165
by thrantal on
03 December 2008, 22:39:16 +0200
(33 days ago)
Moved some generics ugliness from calling code to inside the framework by making MultiSelection and Selection do unsafe casts to whatever type requested. The win here is that then you can do e.g. List…
1161
by thrantal on
02 December 2008, 15:53:38 +0200
(34 days 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 .
1160
by thrantal on
02 December 2008, 15:38:26 +0200
(34 days 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.
1159
by thrantal on
02 December 2008, 14:59:20 +0200
(34 days 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.
1157
by thrantal on
02 December 2008, 12:01:54 +0200
(34 days 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…