Java, the Programming, and Everything
Friday, March 20, 2015
Browse H2 in-memory database in tests
›
If you sometimes want to look into H2 tables during the test, there is a problem, because by default in-memory H2 database is accessible onl...
6 comments:
Thursday, August 14, 2014
Git reset soft/mixed/hard
›
What is the difference between git reset soft, mixed and hard? When doing reset in git, you can add --soft , --mixed or --hard switch, or ...
3 comments:
Friday, July 11, 2014
Develop, test and deploy standalone apps on CloudBees
›
CloudBees is a cloud platform providing repository, CI service (Jenkins) and server for your apps. So everything you need to develop, test a...
2 comments:
Sunday, May 25, 2014
Validation of parameter passed to mock call in Spock
›
If you use Spock, sometimes you want to check mock method call. You can of course do it like this: Problem here is that when the paramete...
Thursday, April 24, 2014
Do not underestimate the power of the fun
›
Do you like your tools? Are you working with the technology, programming language and tools that you like? Are you having fun working with...
Tuesday, January 22, 2013
Spock testing framework
›
Some time ago I gave presentation about Spock on Szczecin JUG . Later I gave this presentation also on my company SoftwareMill meeting. ...
1 comment:
Friday, November 2, 2012
FEST Assertions for Joda Time
›
Do you write unit tests? Of course you do. Do you use Joda Time ? I think so. Do you use FEST Assertions ? You should try it if you haven...
5 comments:
›
Home
View web version