• What's new in Groovy 3

    In this article, we’ll have a quick look at some of the most interesting new features in Groovy 3. Identity Operator In Groovy 2 to express equal-identity we use the is() expression and == and != to express just equality(through equals() method). This created some confusion, hence in Groovy 3...

  • Why I prefer Spock to Junit

    It’s been two years now that Junit 5 was released, it’s has been rewritten from scratch and bring many improvements, among them: Lambda expression Better supports for Parametrized tests Custom display name Nested tests classes Dependecy injection Tagging … But even with all this new stuff, i still believe that...