Skip to content

Jessitron

Search
  • Blog
  • Twitter
  • Patreon
  • Talks
  • Newsletter
  • Search

groovy

Gradle is easy: Groovy tests

December 13, 2011 by jessitron

Today in Unit Testing, an evil framework class hid my important return value away in a private field. Groovy to the rescue! So far, all our code and tests are in Java. It took only two lines in build.gradle, as specified in the gradle documentation, and poof. I put my little test class in src/test/groovy/package/structure, … Read moreGradle is easy: Groovy tests

Categories UncategorizedTags gradle, groovy, tdd, testing

Lifting the blankets of Gradle

November 25, 2011 by jessitron

Gradle, the build system, is a DSL on top of Groovy. The build scripts (which are really configuration scripts) are Groovy code. So why do they look so weird? Today I configured a particular obscure property of the eclipse plugin in milestone 6 of Gradle. The answer looks like: apply plugin: ‘eclipse-wtp’eclipse { wtp { … Read moreLifting the blankets of Gradle

Categories UncategorizedTags functional, gradle, groovy

popular

  • Adding Correctness Conditions to Code Changes
    Adding Correctness Conditions to Code Changes
  • PowerShell equivalent of find
    PowerShell equivalent of find
  • Better coordination, or better software?
    Better coordination, or better software?
  • Why now?
    Why now?
  • Augmented Coding: an Experience Report
    Augmented Coding: an Experience Report

meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
  • Blog
  • Twitter
  • Patreon
  • Talks
  • Newsletter

Tags

abstraction agile architecture automation business change clojure complexity concurrency design DevOps Docker Engineering functional functionalPrinciples Generativity git honeycomb Java javascript learning observability philosophy property-based testing reference ruby scala science Software Development symmathesy systems Systems Thinking teams testing thinkingFunctionally tistil typescript Web Development wit Yak Shaving

Archives

Search

© 2026 Jessitron • Powered by WPKoi
Scroll back to top