Tag: testing
Integration tests with Maven and JUnit
There is no doubt that integration tests phase is crucial in modern applications development. We need to test behaviour of our subsystems and how they Read more
Spock, Java and Maven
Error generating web.xml file with IntelliJ IDEA
If you use IntelliJ IDEA for your Grails development you might encounter this error running integration tests:
Error Error generating web.xml file (Use --stacktrace toRead more
Confitura 2013 afterthoughts
Nasi na Confiturze
WJUG o testach
„Spock, czyli czemu zrezygnowaliśmy z JUnita i Mockito” oraz „Geb” – to tematy, które przedstawili Jakub Nabradalik i Tomasz Kalkosiński z TouK podczas ostatniego (9.04) Read more
Thought static method can’t be easy to mock, stub nor track? Wrong!
No matter why, no matter is it a good idea. Sometimes one just wants to check or it’s necessary to be done. Mock a static Read more
Testy – nie takie straszne, jak je malująTests – not so scary as they used to
O czym będzie ?
O testach interfejsu aplikacji WEB’owych. Temat, choć związany z programowaniem, to niezbyt popularny wśród developerów. Pisanie testów uchodzi za zajęcie mniej Read more
How to keep session in HttpBuilder with cookies
In my real-world scenario I have a REST service for AJAX purposes. It renders data series for graphs. I want to test it with groovy’s Read more