From d757c5a9541fd0b152d62da87ed53aabfb8e1a7e Mon Sep 17 00:00:00 2001 From: Peter Niederwieser Date: Tue, 28 Feb 2012 03:19:11 +0100 Subject: [PATCH] initial commit --- LICENSE | 202 ++++++++++++++++++ NOTICE | 0 README | 72 +++++++ build.gradle | 43 ++++ build.xml | 116 ++++++++++ gradle/wrapper/gradle-wrapper.jar | Bin 0 -> 13031 bytes gradle/wrapper/gradle-wrapper.properties | 6 + gradlew | 168 +++++++++++++++ gradlew.bat | 82 +++++++ pom.xml | 159 ++++++++++++++ src/test/groovy/DataDriven.groovy | 58 +++++ src/test/groovy/DatabaseDriven.groovy | 37 ++++ src/test/groovy/HamcrestMatchers.groovy | 35 +++ src/test/groovy/HelloSpock.groovy | 28 +++ .../groovy/IncludeExcludeExtension.groovy | 69 ++++++ src/test/groovy/OrderedInteractions.groovy | 45 ++++ src/test/groovy/PublisherSubscriber.groovy | 64 ++++++ src/test/groovy/SpecInheritance.groovy | 41 ++++ src/test/groovy/Stacks.groovy | 120 +++++++++++ src/test/groovy/StepwiseExtension.groovy | 42 ++++ src/test/groovy/UsingJUnitRules.groovy | 27 +++ src/test/resources/ExcludeSlowConfig.groovy | 5 + src/test/resources/IncludeFastConfig.groovy | 5 + 23 files changed, 1424 insertions(+) create mode 100644 LICENSE create mode 100644 NOTICE create mode 100644 README create mode 100755 build.gradle create mode 100644 build.xml create mode 100644 gradle/wrapper/gradle-wrapper.jar create mode 100644 gradle/wrapper/gradle-wrapper.properties create mode 100755 gradlew create mode 100644 gradlew.bat create mode 100644 pom.xml create mode 100644 src/test/groovy/DataDriven.groovy create mode 100644 src/test/groovy/DatabaseDriven.groovy create mode 100644 src/test/groovy/HamcrestMatchers.groovy create mode 100644 src/test/groovy/HelloSpock.groovy create mode 100644 src/test/groovy/IncludeExcludeExtension.groovy create mode 100644 src/test/groovy/OrderedInteractions.groovy create mode 100644 src/test/groovy/PublisherSubscriber.groovy create mode 100644 src/test/groovy/SpecInheritance.groovy create mode 100644 src/test/groovy/Stacks.groovy create mode 100644 src/test/groovy/StepwiseExtension.groovy create mode 100644 src/test/groovy/UsingJUnitRules.groovy create mode 100644 src/test/resources/ExcludeSlowConfig.groovy create mode 100644 src/test/resources/IncludeFastConfig.groovy diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..7a4a3ea --- /dev/null +++ b/LICENSE @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/NOTICE b/NOTICE new file mode 100644 index 0000000..e69de29 diff --git a/README b/README new file mode 100644 index 0000000..80bcccd --- /dev/null +++ b/README @@ -0,0 +1,72 @@ +Spock Framework Example Project +=============================== + +The purpose of this project is to help you get started with Spock. The project includes several example specifications and build scripts for Ant, Gradle, and Maven. It also makes it easy to create an Eclipse or IDEA project, allowing you to run the example specs from within your IDE. +All three builds (Ant, Gradle, Maven) will automatically download all required dependencies, compile the project, and finally run the example specs. The Gradle build goes one step further by bootstrapping itself, alleviating the need to have a build tool preinstalled. + +Prerequisites +------------- +- JDK 5 or higher +- Ant 1.7 or higher (for Ant build) +- Maven 2.x (for Maven build) + +Building with Ant +----------------- +Type: ant clean test + +Downloaded files will be stored in the local Maven repository (typically "/.m2/repository"). + +Building with Gradle +-------------------- +Type: ./gradlew clean test + +Downloaded files (including the Gradle distribution itself) will be stored in the Gradle user home directory (typically "/.gradle"). + +Building with Maven +------------------- +Type: mvn clean test + +Downloaded files will be stored in the local Maven repository (typically "/.m2/repository"). + +Creating an Eclipse project +--------------------------- +Type: ./gradlew cleanEclipse eclipse + +Make sure you have a recent version of the Groovy Eclipse plugin installed. After importing the generated project into a workspace, go to Preferences->Java->Build Path->Classpath Variables and add a variable named GRADLE_CACHE with value "/.gradle/cache". (If you have an environment variable GRADLE_USER_HOME set, the correct value is "/cache".) You should now be able to build the project, and to run the specs like you would run a JUnit test. See http://wiki.spockframework.org/GettingStarted#Eclipse for more information on how to get started with Spock and Eclipse. + +Creating an IDEA project +--------------------------- +Type: ./gradlew cleanIdea idea + +Open the generated project in IDEA. You should now be able to build the project, and to run the specs like you would run a JUnit test. + +Getting hold of the Jars used in this project +--------------------------------------------- +Type: ./gradlew collectJars + +The Jars will be copied to build/output/lib. The comments in build.gradle explain what they are needed for. + +Further Resources +----------------- +Spock homepage http://spockframework.org +Spock web console http://meet.spockframework.org +Main documentation http://wiki.spockframework.org/SpockBasics +User discussion group http://forum.spockframework.org +Dev discussion group http://dev.forum.spockframework.org +Issue tracker http://issues.spockframework.org +Build server http://builds.spockframework.org +Maven repository http://m2repo.spockframework.org (releases are also available from Maven Central) +Spock blog http://blog.spockframework.org +Spock on Twitter http://twitter.com/pniederw + +Ant homepage http://ant.apache.org +Gradle homepage http://www.gradle.org +Groovy homepage http://groovy.codehaus.org +Maven homepage http://maven.apache.org + +If you have any comments or questions, please direct them to the Spock discussion group. All feedback is appreciated! + +Happy spec'ing! +Peter Niederwieser +Creator, Spock Framework + diff --git a/build.gradle b/build.gradle new file mode 100755 index 0000000..4d4bb0d --- /dev/null +++ b/build.gradle @@ -0,0 +1,43 @@ +apply plugin: "groovy" +apply plugin: "idea" +apply plugin: "eclipse" + +description = "Spock Framework - Example Project" + +repositories { + // Spock release versions are available from Maven Central + mavenCentral() + // only required if a snapshot version of Spock is used + maven { + url "http://m2repo.spockframework.org/snapshots" + } +} + +dependencies { + // mandatory dependencies for using Spock + groovy("org.codehaus.groovy:groovy-all:1.7.10") + testCompile "org.spockframework:spock-core:0.6-groovy-1.7-SNAPSHOT" + + // optional dependencies for using Spock + testCompile "org.hamcrest:hamcrest-core:1.2" // only necessary if Hamcrest matchers are used + testRuntime "cglib:cglib-nodep:2.2" // enables mocking of classes (in addition to interfaces) + testRuntime "org.objenesis:objenesis:1.2" // enables mocking of classes without default constructor (together with CGLIB) + + // dependencies used by examples in this project (not required for using Spock) + testRuntime "com.h2database:h2:1.2.147" +} + +// copies all Jars used in this project into build/output/lib (not required for using Spock) +task collectJars(type: Copy) { + into "$buildDir/output/lib" + from configurations.testRuntime +} + +// creates bootstrap files (gradlew etc.) for Gradle build (not required for using Spock) +task wrapper(type: Wrapper) { + gradleVersion = "1.0-milestone-8a" +} + + + + diff --git a/build.xml b/build.xml new file mode 100644 index 0000000..ae17a1b --- /dev/null +++ b/build.xml @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar new file mode 100644 index 0000000000000000000000000000000000000000..723d373fbbb80ac6bc61e8552ab4280732760287 GIT binary patch literal 13031 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
~{a%g1jfVUyv^+n-8w>;9 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 Oe)^ywAdp%9`1L=}r=0r$ literal 0 HcmV?d00001 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties new file mode 100644 index 0000000..7dbb551 --- /dev/null +++ b/gradle/wrapper/gradle-wrapper.properties @@ -0,0 +1,6 @@ +#Sat Apr 30 21:41:20 CEST 2011 +distributionBase=GRADLE_USER_HOME +distributionPath=wrapper/dists +zipStoreBase=GRADLE_USER_HOME +zipStorePath=wrapper/dists +distributionUrl=http\://services.gradle.org/distributions/gradle-1.0-milestone-8a-bin.zip diff --git a/gradlew b/gradlew new file mode 100755 index 0000000..d8809f1 --- /dev/null +++ b/gradlew @@ -0,0 +1,168 @@ +#!/bin/bash + +############################################################################## +## ## +## Gradle wrapper script for UN*X ## +## ## +############################################################################## + +# Uncomment those lines to set JVM options. GRADLE_OPTS and JAVA_OPTS can be used together. +# GRADLE_OPTS="$GRADLE_OPTS -Xmx512m" +# JAVA_OPTS="$JAVA_OPTS -Xmx512m" + +GRADLE_APP_NAME=Gradle + +# Use the maximum available, or set MAX_FD != -1 to use that value. +MAX_FD="maximum" + +warn ( ) { + echo "$*" +} + +die ( ) { + echo + echo "$*" + echo + exit 1 +} + +# OS specific support (must be 'true' or 'false'). +cygwin=false +msys=false +darwin=false +case "`uname`" in + CYGWIN* ) + cygwin=true + ;; + Darwin* ) + darwin=true + ;; + MINGW* ) + msys=true + ;; +esac + +# Attempt to set JAVA_HOME if it's not already set. +if [ -z "$JAVA_HOME" ] ; then + if $darwin ; then + [ -z "$JAVA_HOME" -a -d "/Library/Java/Home" ] && export JAVA_HOME="/Library/Java/Home" + [ -z "$JAVA_HOME" -a -d "/System/Library/Frameworks/JavaVM.framework/Home" ] && export JAVA_HOME="/System/Library/Frameworks/JavaVM.framework/Home" + else + javaExecutable="`which javac`" + [ -z "$javaExecutable" -o "`expr \"$javaExecutable\" : '\([^ ]*\)'`" = "no" ] && die "JAVA_HOME not set and cannot find javac to deduce location, please set JAVA_HOME." + # readlink(1) is not available as standard on Solaris 10. + readLink=`which readlink` + [ `expr "$readLink" : '\([^ ]*\)'` = "no" ] && die "JAVA_HOME not set and readlink not available, please set JAVA_HOME." + javaExecutable="`readlink -f \"$javaExecutable\"`" + javaHome="`dirname \"$javaExecutable\"`" + javaHome=`expr "$javaHome" : '\(.*\)/bin'` + export JAVA_HOME="$javaHome" + fi +fi + +# For Cygwin, ensure paths are in UNIX format before anything is touched. +if $cygwin ; then + [ -n "$JAVACMD" ] && JAVACMD=`cygpath --unix "$JAVACMD"` + [ -n "$JAVA_HOME" ] && JAVA_HOME=`cygpath --unix "$JAVA_HOME"` +fi + +STARTER_MAIN_CLASS=org.gradle.wrapper.GradleWrapperMain +CLASSPATH=`dirname "$0"`/gradle/wrapper/gradle-wrapper.jar +WRAPPER_PROPERTIES=`dirname "$0"`/gradle/wrapper/gradle-wrapper.properties +# Determine the Java command to use to start the JVM. +if [ -z "$JAVACMD" ] ; then + if [ -n "$JAVA_HOME" ] ; then + if [ -x "$JAVA_HOME/jre/sh/java" ] ; then + # IBM's JDK on AIX uses strange locations for the executables + JAVACMD="$JAVA_HOME/jre/sh/java" + else + JAVACMD="$JAVA_HOME/bin/java" + fi + else + JAVACMD="java" + fi +fi +if [ ! -x "$JAVACMD" ] ; then + die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME + +Please set the JAVA_HOME variable in your environment to match the +location of your Java installation." +fi +if [ -z "$JAVA_HOME" ] ; then + warn "JAVA_HOME environment variable is not set" +fi + +# Increase the maximum file descriptors if we can. +if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then + MAX_FD_LIMIT=`ulimit -H -n` + if [ $? -eq 0 ] ; then + if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then + MAX_FD="$MAX_FD_LIMIT" + fi + ulimit -n $MAX_FD + if [ $? -ne 0 ] ; then + warn "Could not set maximum file descriptor limit: $MAX_FD" + fi + else + warn "Could not query businessSystem maximum file descriptor limit: $MAX_FD_LIMIT" + fi +fi + +# For Darwin, add GRADLE_APP_NAME to the JAVA_OPTS as -Xdock:name +if $darwin; then + JAVA_OPTS="$JAVA_OPTS -Xdock:name=$GRADLE_APP_NAME" +# we may also want to set -Xdock:image +fi + +# For Cygwin, switch paths to Windows format before running java +if $cygwin ; then + JAVA_HOME=`cygpath --path --mixed "$JAVA_HOME"` + CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` + + # We build the pattern for arguments to be converted via cygpath + ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null` + SEP="" + for dir in $ROOTDIRSRAW ; do + ROOTDIRS="$ROOTDIRS$SEP$dir" + SEP="|" + done + OURCYGPATTERN="(^($ROOTDIRS))" + # Add a user-defined pattern to the cygpath arguments + if [ "$GRADLE_CYGPATTERN" != "" ] ; then + OURCYGPATTERN="$OURCYGPATTERN|($GRADLE_CYGPATTERN)" + fi + # Now convert the arguments - kludge to limit ourselves to /bin/sh + i=0 + for arg in "$@" ; do + CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -` + CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option + + if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition + eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"` + else + eval `echo args$i`="\"$arg\"" + fi + i=$((i+1)) + done + case $i in + (0) set -- ;; + (1) set -- "$args0" ;; + (2) set -- "$args0" "$args1" ;; + (3) set -- "$args0" "$args1" "$args2" ;; + (4) set -- "$args0" "$args1" "$args2" "$args3" ;; + (5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;; + (6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;; + (7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;; + (8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;; + (9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;; + esac +fi + +GRADLE_APP_BASE_NAME=`basename "$0"` + +exec "$JAVACMD" $JAVA_OPTS $GRADLE_OPTS \ + -classpath "$CLASSPATH" \ + -Dorg.gradle.appname="$GRADLE_APP_BASE_NAME" \ + -Dorg.gradle.wrapper.properties="$WRAPPER_PROPERTIES" \ + $STARTER_MAIN_CLASS \ + "$@" diff --git a/gradlew.bat b/gradlew.bat new file mode 100644 index 0000000..479fddd --- /dev/null +++ b/gradlew.bat @@ -0,0 +1,82 @@ +@if "%DEBUG%" == "" @echo off +@rem ########################################################################## +@rem ## +@rem Gradle startup script for Windows ## +@rem ## +@rem ########################################################################## + +@rem Set local scope for the variables with windows NT shell +if "%OS%"=="Windows_NT" setlocal + +@rem Uncomment those lines to set JVM options. GRADLE_OPTS and JAVA_OPTS can be used together. +@rem set GRADLE_OPTS=%GRADLE_OPTS% -Xmx512m +@rem set JAVA_OPTS=%JAVA_OPTS% -Xmx512m + +set DIRNAME=%~dp0 +if "%DIRNAME%" == "" set DIRNAME=.\ + +@rem Find java.exe +set JAVA_EXE=java.exe +if not defined JAVA_HOME goto init + +set JAVA_HOME=%JAVA_HOME:"=% +set JAVA_EXE=%JAVA_HOME%/bin/java.exe + +if exist "%JAVA_EXE%" goto init + +echo. +echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% +echo. +echo Please set the JAVA_HOME variable in your environment to match the +echo location of your Java installation. +echo. +goto end + +:init +@rem Get command-line arguments, handling Windowz variants + +if not "%OS%" == "Windows_NT" goto win9xME_args +if "%eval[2+2]" == "4" goto 4NT_args + +:win9xME_args +@rem Slurp the command line arguments. +set CMD_LINE_ARGS= +set _SKIP=2 + +:win9xME_args_slurp +if "x%~1" == "x" goto execute + +set CMD_LINE_ARGS=%* +goto execute + +:4NT_args +@rem Get arguments from the 4NT Shell from JP Software +set CMD_LINE_ARGS=%$ + +:execute +@rem Setup the command line + +set STARTER_MAIN_CLASS=org.gradle.wrapper.GradleWrapperMain +set CLASSPATH=%DIRNAME%\gradle\wrapper\gradle-wrapper.jar +set WRAPPER_PROPERTIES=%DIRNAME%\gradle\wrapper\gradle-wrapper.properties + +set GRADLE_OPTS=%JAVA_OPTS% %GRADLE_OPTS% -Dorg.gradle.wrapper.properties="%WRAPPER_PROPERTIES%" + +@rem Execute Gradle +"%JAVA_EXE%" %GRADLE_OPTS% -classpath "%CLASSPATH%" %STARTER_MAIN_CLASS% %CMD_LINE_ARGS% + +:end +@rem End local scope for the variables with windows NT shell +if "%ERRORLEVEL%"=="0" goto mainEnd + +if not "%OS%"=="Windows_NT" echo 1 > nul | choice /n /c:1 + +rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of +rem the _cmd.exe /c_ return code! +if not "" == "%GRADLE_EXIT_CONSOLE%" exit "%ERRORLEVEL%" +exit /b "%ERRORLEVEL%" + +:mainEnd +if "%OS%"=="Windows_NT" endlocal + +:omega \ No newline at end of file diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..50ba38a --- /dev/null +++ b/pom.xml @@ -0,0 +1,159 @@ + + + 4.0.0 + org.spockframework + spock-example + 0.6-groovy-1.7-SNAPSHOT + jar + Spock Framework - Example Project + + + UTF-8 + UTF-8 + + + + + + + org.codehaus.gmaven + gmaven-plugin + 1.3 + + 1.7 + + + + + compile + testCompile + + + + + + org.codehaus.gmaven.runtime + gmaven-runtime-1.7 + 1.3 + + + org.codehaus.groovy + groovy-all + + + + + org.codehaus.groovy + groovy-all + 1.7.10 + + + + + + + org.spockframework + spock-maven + ${project.version} + + + + + find-specs + + + + + + + maven-surefire-plugin + 2.6 + + false + + + + + maven-deploy-plugin + 2.5 + + true + + + + + + + + + org.spockframework + spock-core + ${project.version} + + test + + + + cglib + cglib-nodep + 2.2 + test + + + org.objenesis + objenesis + 1.2 + test + + + org.hamcrest + hamcrest-core + 1.2 + test + + + + com.h2database + h2 + 1.2.147 + + + + + + + spock-snapshots + http://m2repo.spockframework.org/snapshots + + true + + + + + + + + spock-snapshots + http://m2repo.spockframework.org/snapshots + + true + + + + + + + + foo + file:///fake.repository.to.make.maven.happy + + + bar + file:///fake.repository.to.make.maven.happy + + + diff --git a/src/test/groovy/DataDriven.groovy b/src/test/groovy/DataDriven.groovy new file mode 100644 index 0000000..dcf733a --- /dev/null +++ b/src/test/groovy/DataDriven.groovy @@ -0,0 +1,58 @@ +/* + * Copyright 2009 the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import spock.lang.* + +@Unroll +class DataDriven extends Specification { + def "maximum of two numbers"() { + expect: + Math.max(a, b) == c + + where: + a << [3, 5, 9] + b << [7, 4, 9] + c << [7, 5, 9] + } + + def "minimum of #a and #b is #c"() { + expect: + Math.min(a, b) == c + + where: + a | b || c + 3 | 7 || 3 + 5 | 4 || 4 + 9 | 9 || 9 + } + + def "#person.name is a #sex.toLowerCase() person"() { + expect: + person.getSex() == sex + + where: + person || sex + new Person(name: "Fred") || "Male" + new Person(name: "Wilma") || "Female" + } +} + +private class Person { + String name + String getSex() { + name == "Fred" ? "Male" : "Female" + } +} \ No newline at end of file diff --git a/src/test/groovy/DatabaseDriven.groovy b/src/test/groovy/DatabaseDriven.groovy new file mode 100644 index 0000000..b1ac630 --- /dev/null +++ b/src/test/groovy/DatabaseDriven.groovy @@ -0,0 +1,37 @@ +/* + * Copyright 2009 the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import groovy.sql.Sql +import spock.lang.Shared +import spock.lang.Specification + +class DatabaseDriven extends Specification { + @Shared sql = Sql.newInstance("jdbc:h2:mem:", "org.h2.Driver") + + // insert data (usually the database would already contain the data) + def setupSpec() { + sql.execute("create table maxdata (id int primary key, a int, b int, c int)") + sql.execute("insert into maxdata values (1, 3, 7, 7), (2, 5, 4, 5), (3, 9, 9, 9)") + } + + def "maximum of two numbers"() { + expect: + Math.max(a, b) == c + + where: + [a, b, c] << sql.rows("select a, b, c from maxdata") + } +} \ No newline at end of file diff --git a/src/test/groovy/HamcrestMatchers.groovy b/src/test/groovy/HamcrestMatchers.groovy new file mode 100644 index 0000000..9d356e4 --- /dev/null +++ b/src/test/groovy/HamcrestMatchers.groovy @@ -0,0 +1,35 @@ +/* + * Copyright 2010 the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import spock.lang.Specification + +import static spock.util.matcher.HamcrestMatchers.closeTo + +/** + * Hamcrest matchers are deeply integrated with Spock's condition mechanism. + * The syntax for using a matcher in a condition is simple: + * {@code }. If the condition fails, both the usual + * condition output and the matcher's output will be shown. + * + * @author Peter Niederwiser + * @since 0.5 + */ +class HamcrestMatchers extends Specification { + def "comparing two decimal numbers"() { + def myPi = 3.14 + + expect: + myPi closeTo(Math.PI, 0.01) + } +} \ No newline at end of file diff --git a/src/test/groovy/HelloSpock.groovy b/src/test/groovy/HelloSpock.groovy new file mode 100644 index 0000000..759f44c --- /dev/null +++ b/src/test/groovy/HelloSpock.groovy @@ -0,0 +1,28 @@ +/* + * Copyright 2009 the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +class HelloSpock extends spock.lang.Specification { + def "length of Spock's and his friends' names"() { + expect: + name.size() == length + + where: + name | length + "Spock" | 5 + "Kirk" | 4 + "Scotty" | 6 + } +} \ No newline at end of file diff --git a/src/test/groovy/IncludeExcludeExtension.groovy b/src/test/groovy/IncludeExcludeExtension.groovy new file mode 100644 index 0000000..6b2c8f8 --- /dev/null +++ b/src/test/groovy/IncludeExcludeExtension.groovy @@ -0,0 +1,69 @@ +/* + * Copyright 2010 the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import java.lang.annotation.* + +import spock.lang.Specification + +/** + * Shows how methods can be included and excluded from a spec run. For + * demonstration purposes, the configuration script's location is set + * programmatically in a static initializer. Usually, the configuration + * script's location would be set externally (via the same system property), + * or the configuration script would reside in one of the two default locations: + *
  • + *
      SpockConfig.groovy on the class path
    + *
      $user_home/.spock/SpockConfig.groovy on the file system
    + *
  • + * + *

    Note that the configuration script referenced by the system property + * may either reside on the class path or on the file system (make sure to + * include the whole path). + * + *

    What's not shown here is that filtering also works for classes. + * Whereas methods can only be filtered based on annotations, classes can + * also be filtered based on their base class. + * + * @since 0.4 + */ +class IncludeExcludeExtension extends Specification { + static { + System.setProperty "spock.configuration", "IncludeFastConfig.groovy" + + // Alternatively, try this: + // System.setProperty "spock.configuration", "ExcludeSlowConfig.groovy" + } + + @Fast + def "a fast method"() { + expect: true + } + + @Slow + def "a slow method"() { + expect: true + } + + def "a neither fast nor slow method"() { + expect: true + } +} + +@Retention(RetentionPolicy.RUNTIME) +@Target(ElementType.METHOD) +@interface Fast {} + +@Retention(RetentionPolicy.RUNTIME) +@Target(ElementType.METHOD) +@interface Slow {} diff --git a/src/test/groovy/OrderedInteractions.groovy b/src/test/groovy/OrderedInteractions.groovy new file mode 100644 index 0000000..adf7a99 --- /dev/null +++ b/src/test/groovy/OrderedInteractions.groovy @@ -0,0 +1,45 @@ +/* + * Copyright 2010 the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import spock.lang.* + +/** + * The expected order of interactions can now be specified by using multiple + * then-blocks. Interactions in a later then-block must take place after + * interactions in an earlier then-block. The order of interactions within + * the same then-block is unspecified. + * + * @since 0.4 + */ +class OrderedInteractions extends Specification { + def "collaborators must be invoked in order"() { + def coll1 = Mock(Collaborator) + def coll2 = Mock(Collaborator) + + when: + // try to reverse the order of these invocations and see what happens + coll1.collaborate() + coll2.collaborate() + + then: + 1 * coll1.collaborate() + + then: + 1 * coll2.collaborate() + } +} + +interface Collaborator { + def collaborate() +} diff --git a/src/test/groovy/PublisherSubscriber.groovy b/src/test/groovy/PublisherSubscriber.groovy new file mode 100644 index 0000000..d2d0fef --- /dev/null +++ b/src/test/groovy/PublisherSubscriber.groovy @@ -0,0 +1,64 @@ +/* + * Copyright 2009 the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import spock.lang.Specification + +class Publisher { + def subscribers = [] + + def send(event) { + subscribers.each { + try { + it.receive(event) + } catch (Exception e) {} + } + } +} + +interface Subscriber { + def receive(event) +} + +class PublisherSpec extends Specification { + def pub = new Publisher() + def sub1 = Mock(Subscriber) + def sub2 = Mock(Subscriber) + + def setup() { + pub.subscribers << sub1 << sub2 + } + + def "delivers events to all subscribers"() { + when: + pub.send("event") + + then: + 1 * sub1.receive("event") + 1 * sub2.receive("event") + } + + def "can cope with misbehaving subscribers"() { + sub1.receive(_) >> { throw new Exception() } + + when: + pub.send("event1") + pub.send("event2") + + then: + 1 * sub2.receive("event1") + 1 * sub2.receive("event2") + } +} diff --git a/src/test/groovy/SpecInheritance.groovy b/src/test/groovy/SpecInheritance.groovy new file mode 100644 index 0000000..3c4a42e --- /dev/null +++ b/src/test/groovy/SpecInheritance.groovy @@ -0,0 +1,41 @@ +/* + * Copyright 2009 the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import spock.lang.* + +abstract class BaseSpec extends Specification { + def x = { println 'base field initializer' }() + + def setupSpec() { println 'base setupSpec()' } + def cleanupSpec() { println 'base cleanupSpec()' } + + def setup() { println 'base setup()' } + def cleanup() { println 'base cleanup()' } + + def baseSpecMethod() { setup: println 'base spec method' } +} + +class DerivedSpec extends BaseSpec { + def y = { println 'derived field initializer' }() + + def setupSpec() { println 'derived setupSpec()' } + def cleanupSpec() { println 'derived cleanupSpec()' } + + def setup() { println 'derived setup()' } + def cleanup() { println 'derived cleanup()' } + + def derivedSpecMethod() { setup: println 'derived spec method' } +} \ No newline at end of file diff --git a/src/test/groovy/Stacks.groovy b/src/test/groovy/Stacks.groovy new file mode 100644 index 0000000..c2bc0a0 --- /dev/null +++ b/src/test/groovy/Stacks.groovy @@ -0,0 +1,120 @@ +/* + * Copyright 2009 the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import spock.lang.Specification + +class EmptyStack extends Specification { + def stack = new Stack() + + def "size"() { + expect: stack.size() == 0 + } + + def "pop"() { + when: stack.pop() + then: thrown(EmptyStackException) + } + + def "peek"() { + when: stack.peek() + then: thrown(EmptyStackException) + } + + def "push"() { + when: + stack.push("elem") + + then: + stack.size() == old(stack.size()) + 1 + stack.peek() == "elem" + } +} + +class StackWithOneElement extends Specification { + def stack = new Stack() + + def setup() { + stack.push("elem") + } + + def "size"() { + expect: stack.size() == 1 + } + + def "pop"() { + when: + def x = stack.pop() + + then: + x == "elem" + stack.size() == 0 + } + + def "peek"() { + when: + def x = stack.peek() + + then: + x == "elem" + stack.size() == 1 + } + + def "push"() { + when: + stack.push("elem2") + + then: + stack.size() == 2 + stack.peek() == "elem2" + } +} + +class StackWithThreeElements extends Specification { + def stack = new Stack() + + def setup() { + ["elem1", "elem2", "elem3"].each { stack.push(it) } + } + + def "size"() { + expect: stack.size() == 3 + } + + def "pop"() { + expect: + stack.pop() == "elem3" + stack.pop() == "elem2" + stack.pop() == "elem1" + stack.size() == 0 + } + + def "peek"() { + expect: + stack.peek() == "elem3" + stack.peek() == "elem3" + stack.peek() == "elem3" + stack.size() == 3 + } + + def "push"() { + when: + stack.push("elem4") + + then: + stack.size() == 4 + stack.peek() == "elem4" + } +} \ No newline at end of file diff --git a/src/test/groovy/StepwiseExtension.groovy b/src/test/groovy/StepwiseExtension.groovy new file mode 100644 index 0000000..63ebac8 --- /dev/null +++ b/src/test/groovy/StepwiseExtension.groovy @@ -0,0 +1,42 @@ +/* + * Copyright 2010 the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import spock.lang.* + +/** + * Demonstrates how @Stepwise causes a spec to be run in incremental steps. + * Change a step's condition from true to false, and observer + * how the remaining steps will be skipped automatically on the next run. + * Also notice that if you run a single step (e.g. from the IDE's context menu), + * all prior steps will also be run. + * + *

    @Stepwise is particularly useful for higher-level specs whose + * methods have logical dependencies. + * + * @since 0.4 + */ +@Stepwise +class StepwiseExtension extends Specification { + def "step 1"() { + expect: true // try to change this to 'false' + } + + def "step 2"() { + expect: true + } + + def "step 3"() { + expect: true + } +} diff --git a/src/test/groovy/UsingJUnitRules.groovy b/src/test/groovy/UsingJUnitRules.groovy new file mode 100644 index 0000000..e33128e --- /dev/null +++ b/src/test/groovy/UsingJUnitRules.groovy @@ -0,0 +1,27 @@ +/* + * Copyright 2009 the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import org.junit.Rule +import org.junit.rules.TestName +import spock.lang.Specification + +class UsingJUnitRules extends Specification { + @Rule TestName name + + def "retrieve test name at runtime"() { + println "entering '$name.methodName'" + expect: 1 + 1 == 2 + println "leaving '$name.methodName'" + } +} diff --git a/src/test/resources/ExcludeSlowConfig.groovy b/src/test/resources/ExcludeSlowConfig.groovy new file mode 100644 index 0000000..dacfdf5 --- /dev/null +++ b/src/test/resources/ExcludeSlowConfig.groovy @@ -0,0 +1,5 @@ +runner { + exclude Slow +} + + diff --git a/src/test/resources/IncludeFastConfig.groovy b/src/test/resources/IncludeFastConfig.groovy new file mode 100644 index 0000000..7989ade --- /dev/null +++ b/src/test/resources/IncludeFastConfig.groovy @@ -0,0 +1,5 @@ +runner { + include Fast +} + +