Skip to content

tmstff/groovy-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

groovy-workshop

  • tooling
  • Groovy
    • basics
      • groovy_cheat_sheet.pdf
      • equality
      • ;
      • script language / compile time checks
      • types / def
      • return
      • braces
      • privacy
      • strings
        • interpolation
        • plain
        • multiline
          • stripMargin
      • regexp
    • closures
    • collections
      • lists
      • maps
      • ranges
      • ops
    • parameters
      • default
      • "named"
      • for constructors
      • test data generation methods
    • traits
    • JSON
      • JsonBuilder
      • JsonSlurper
    • http
  • Spock
    • given, when, then, and (, setup, cleanup, expect)
    • assert
    • with
    • setup(Spec), cleanup(Spec)
    • logging / problem with traits
    • exceptions
    • where + @Unroll
    • mocks
      • declaration
      • behaviour
      • verification
      • dependency injection
    • real-world-examples
      • spock + spring
      • waitFor / TODO Waiting

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages