Quick Search:

hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Sort: path | last-commit | first-commit Sub Directories

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 history download (+8 -0) diffs

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 history download (+10 -23) diffs

trunk/jdave-wicket-selenium/pom.xml 1280 history download (+2 -2) diffs

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 history download (+12 -0) diffs

trunk/jdave-wicket-webdriver/src/test/jdave/webdriver/elements/DropDownChoiceSpec.java 1279 history download (+41 -2) diffs

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 history download (+7 -3) diffs

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 history download (+3 -7) diffs

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 history download (+30 -2) diffs

trunk/jdave-core/src/java/jdave/support/Reflection.java 1276 history download (+89) new

trunk/jdave-core/src/test/jdave/support/ReflectionTest.java 1276 history download (+120) new

trunk/jdave-core/src/test/jdave/runner/SpecRunnerTest.java 1276 history download (+99 -55) diffs

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 history download (+35 -5) diffs

trunk/jdave-core/src/test/jdave/runner/SpecRunnerTest.java 1275 history download (+37 -3) diffs

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 history download (+16 -11) diffs

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 history download (+11 -11) diffs

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 history download (+1 -1) diffs

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 history download (+5 -0) diffs

trunk/jdave-wicket-webdriver/src/test/jdave/webdriver/ChannelSpec.java 1271 history download (+17 -0) diffs

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 history download (+5 -1) diffs

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 history download (+3 -4) diffs

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 history download (+7 -8) diffs

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 history download (+1 -0) diffs

trunk/jdave-junit4/src/java/jdave/junit4/JDaveGroupRunner.java 1267 history download (+1 -5) diffs

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 history download (+4 -6) diffs

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 history download (+14 -12) diffs

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 history download (+11 -0) diffs

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 history download (+4 -4) diffs

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 history download (+0 -1) diffs

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 history download (+0 -18) diffs

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 history download (+0 -1) diffs

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 history download (+2 -1) diffs

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 history download (+5 -5) diffs

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 history download (+8 -3) diffs

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 history download (+3 -3) diffs

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 history download (+7 -6) diffs

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 history download (+32 -19) diffs

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 history download (+36 -28) diffs

earlier earlier | later later