| jdave:/ |
hide Line HistoryConstraint |
Changelog
1282
by kare on
18 November 2009, 10:56:08 +0200
(3 months 22 days ago)
- add license info to pom
trunk/jdave-parent/pom.xml
1282
1281
by karemo on
16 November 2009, 15:04:10 +0200
(3 months 23 days ago)
Added dual user support to WebDriverHolder to enable testing of concurrent modifications.
trunk/jdave-core/src/test/jdave/util/FieldsTest.java
1281
trunk/jdave-wicket-webdriver/src/test/jdave/webdriver/WebDriverHolderSpec.java
1281
trunk/jdave-core/src/java/jdave/util/Fields.java
1281
trunk/jdave-wicket-webdriver/src/java/jdave/webdriver/WebDriverSpecRunner.java
1281
trunk/jdave-wicket-webdriver/src/java/jdave/webdriver/WebDriverHolder.java
1281
1280
by msibakov on
16 November 2009, 14:59:10 +0200
(3 months 23 days ago)
changed selenium to newer "working" version from org.seleniumhq
trunk/jdave-wicket-selenium/.classpath
1280
1279
by parkkila on
10 September 2009, 14:45:31 +0300
(6 months ago)
added getSelected to get selected text from dropDownChoice
trunk/jdave-wicket-webdriver/src/java/jdave/webdriver/elements/DropDownChoice.java
1279
trunk/jdave-wicket-webdriver/src/test/jdave/webdriver/elements/DropDownChoiceSpec.java
1279
1278
by parkkila on
10 September 2009, 14:21:11 +0300
(6 months ago)
added imports
trunk/jdave-wicket-webdriver/src/test/jdave/webdriver/elements/DropDownChoiceSpec.java
1278
1277
by parkkila on
10 September 2009, 14:04:11 +0300
(6 months ago)
dummy commit to test un and pw
trunk/jdave-wicket-webdriver/src/test/jdave/webdriver/elements/DropDownChoiceSpec.java
1277
1276
by lkoskela on
16 July 2009, 11:40:14 +0300
(7 months ago)
Added support for 'public static void onceBefore()' and public static void onceAfter()' for Specification classes.
trunk/jdave-core/src/java/jdave/runner/SpecRunner.java
1276
trunk/jdave-core/src/java/jdave/support/Reflection.java
1276
trunk/jdave-core/src/test/jdave/support/ReflectionTest.java
1276
trunk/jdave-core/src/test/jdave/runner/SpecRunnerTest.java
1276
1275
by lkoskela on
01 June 2009, 00:42:24 +0300
(9 months ago)
SpecRunner now ignores contexts that have been annotated with org.junit.Ignore.
I added this because the common convention right now for temporarily ignoring a context seems to be to make it package-…
trunk/jdave-core/src/java/jdave/runner/SpecRunner.java
1275
trunk/jdave-core/src/test/jdave/runner/SpecRunnerTest.java
1275
1274
by lkoskela on
01 June 2009, 00:30:12 +0300
(9 months ago)
Refactoring (extract methods, giving names to things)
trunk/jdave-core/src/java/jdave/runner/ClassMemberSorter.java
1274
1273
by amattila on
13 April 2009, 15:35:26 +0300
(10 months ago)
Throwing catched Exception wrapped in RuntimeException in catch block template. Was //TODO and printing stack trace previously.
trunk/jdave-wicket-webdriver/.settings/org.eclipse.jdt.ui.prefs
1273
1272
by amattila on
12 April 2009, 22:11:48 +0300
(10 months ago)
Adding some more error marginal for sleep time spec as it failed on Panda's CI.
trunk/jdave-wicket-webdriver/src/test/jdave/webdriver/ChannelSpec.java
1272
1271
by amattila on
12 April 2009, 21:57:20 +0300
(10 months ago)
Sleeping between checking is channel busy. Otherwise consumes CPU for no good reason and slows test.
trunk/jdave-wicket-webdriver/src/java/jdave/webdriver/Channel.java
1271
trunk/jdave-wicket-webdriver/src/test/jdave/webdriver/ChannelSpec.java
1271
1270
by miki on
08 April 2009, 13:19:01 +0300
(11 months ago)
Fix by using dummy suite with @Groups annotation.
Previously was failing due to http://www.laughingpanda.org/fisheye/changelog/jdave/?cs=1267
trunk/jdave-wicket-webdriver/src/test/jdave/webdriver/WebdriverGroupRunnerSpec.java
1270
1269
by miki on
06 April 2009, 10:16:35 +0300
(11 months ago)
Cleanup.
trunk/jdave-junit4/src/java/jdave/junit4/JDaveGroupRunner.java
1269
1268
by miki on
06 April 2009, 10:11:27 +0300
(11 months ago)
Refactor, no functional changes.
Use fields suite and description consistently. Previously description was passed accross private methods but specs was modified directly. Extract method for readabilit…
trunk/jdave-junit4/src/java/jdave/junit4/JDaveGroupRunner.java
1268
1267
by miki on
06 April 2009, 09:55:21 +0300
(11 months ago)
@Groups annotation is mandatory.
This is ok: @RunWith(JDaveGroupRunner.class) @Groups(include = "integration") public class IntegrationSuite {} This will raise java.lang.IllegalArgumentException: m…
trunk/jdave-junit4/src/test/jdave/junit4/JDaveGroupRunnerTest.java
1267
trunk/jdave-junit4/src/java/jdave/junit4/JDaveGroupRunner.java
1267
1266
by miki on
06 April 2009, 09:01:04 +0300
(11 months ago)
Rename specsInDescription => descriptionsForSuite.
trunk/jdave-junit4/src/test/jdave/junit4/JDaveGroupRunnerTest.java
1266
1265
by miki on
06 April 2009, 08:39:17 +0300
(11 months ago)
Use static import for frequently used assertEquals to improve readability.
Remove redundant throws definitions. Move specs close to each other.
trunk/jdave-junit4/src/test/jdave/junit4/JDaveGroupRunnerTest.java
1265
1264
by miki on
06 April 2009, 08:30:47 +0300
(11 months ago)
Add spec for description collecting behavior. Names of runnable spec classes should be found in description.
trunk/jdave-junit4/src/test/jdave/junit4/JDaveGroupRunnerTest.java
1264
1263
by miki on
06 April 2009, 08:13:42 +0300
(11 months ago)
Cleanup to improve readability. No need to prefix test method name with test* when @Test annotation is used.
trunk/jdave-junit4/src/test/jdave/junit4/JDaveGroupRunnerTest.java
1263
1262
by miki on
06 April 2009, 08:08:34 +0300
(11 months ago)
Remove redundant call. Previously getDescription collected specs as a side effect, but not anymore.
trunk/jdave-junit4/src/test/jdave/junit4/JDaveGroupRunnerTest.java
1262
1261
by tkarkk on
05 April 2009, 12:42:52 +0300
(11 months ago)
refactored test
trunk/jdave-wicket/src/test/jdave/wicket/MarkupProvidingPageSpec.java
1261
1260
by thrantal on
03 April 2009, 06:53:55 +0300
(11 months ago)
Removed a kludgy getDescription() call that would cause this test to fail without the fix of
http://www.laughingpanda.org/fisheye/changelog/jdave?cs=1257 Yay!
trunk/jdave-junit4/src/test/jdave/junit4/JDaveGroupRunnerTest.java
1260
1259
by thrantal on
03 April 2009, 06:52:18 +0300
(11 months ago)
Enabled spec that was disabled for some reason?
trunk/jdave-junit4/src/test/jdave/junit4/JDaveGroupRunnerTest.java
1259
1258
by thrantal on
03 April 2009, 06:41:01 +0300
(11 months ago)
Better method order -- moved uninteresting getter last
- no functional changes
trunk/jdave-junit4/src/java/jdave/junit4/JDaveGroupRunner.java
1258
1257
by thrantal on
03 April 2009, 06:40:17 +0300
(11 months ago)
Fixed the bug spotted by Miki that the specs to be run did not get scanned with the latest Maven surefire plugin version 2.4.3, because it never called getDescription() that scanned the specs from dis…
trunk/jdave-junit4/src/java/jdave/junit4/JDaveGroupRunner.java
1257
1256
by thrantal on
03 April 2009, 06:26:04 +0300
(11 months ago)
Longer name that will make more sense as a field
- no functional changes
trunk/jdave-junit4/src/java/jdave/junit4/JDaveGroupRunner.java
1256
1255
by thrantal on
03 April 2009, 06:22:48 +0300
(11 months ago)
Extracted methods from clarity
- no functional changes
trunk/jdave-junit4/src/java/jdave/junit4/JDaveGroupRunner.java
1255
1254
by thrantal on
03 April 2009, 06:19:40 +0300
(11 months ago)
Updated IDEA module file from pom.
trunk/jdave-unfinalizer/jdave-unfinalizer.iml
1254
1253
by thrantal on
03 April 2009, 06:14:58 +0300
(11 months ago)
Updated IDEA module file from pom
trunk/jdave-wicket-webdriver/jdave-wicket-webdriver.iml
1253
|