-
I've started using the "given/when/then" language more in the class when it comes to brainstorming test cases for the katas and projects. I should explore the feasibility of adding full-on Behavior-D…
-
Originally reported on Google Code with ID 72
```
junit.framework.AssertionFailedError: Expected exception java.lang.IllegalStateException,
but no
exception was thrown
at spock.lang.Specificatio…
-
Building and deploying web app in Haskell with a Haskell server and ghcjs front-end is rather tricky. There are a lot of moving parts and a lot of competing technologies (ghc/ghcjs/cabal/maybe nix/may…
-
```
junit.framework.AssertionFailedError: Expected exception
java.lang.IllegalStateException, but no
exception was thrown
at spock.lang.Specification.thrown(Specification.java:218)
Would be bet…
-
```
junit.framework.AssertionFailedError: Expected exception
java.lang.IllegalStateException, but no
exception was thrown
at spock.lang.Specification.thrown(Specification.java:218)
Would be bet…
-
```
junit.framework.AssertionFailedError: Expected exception
java.lang.IllegalStateException, but no
exception was thrown
at spock.lang.Specification.thrown(Specification.java:218)
Would be bet…
-
Maybe a switch to Grade build tool can be done.
It must, however, preserve the current behavior. In detail:
* use multi module project structure
* use self created BOM's as well as third part…
-
```
When compiling a SpockConfig file in a Grails project, classes in the project
code are not visible. Classes from the project dependencies can be used.
- Define an annotation class under project…
-
`await().atMost(5, TimeUnit.SECONDS).untilAtomic(counter, equalTo(0))` returns `0` as it's the last value. However in Spock there is a validation `GroovyRuntimeUtil.isTruthy(result)` which casts resul…
-
Hello!
My name is Kuba and I'm learning about bdd with android.
I'm trying to make a simple app, but I really don't know much about testing - which is the main point.
So how do I create tests and…