-
Trivadis Developer Blog
This is the publication playground for these guys from OIO Trivadis, the Trivadis Group`s Java experts.
Tag cloud
Agile Methods and development Atlassian Tools Build, config and deploy Did you know? Eclipse Universe Groovy and Grails Java and Quality Java Basics Java EE Java modularization Java Persistence Java Runtimes - VM, Appserver & Cloud Java Web Frameworks MDSD Open Source BI Other languages for the Java VM Politics Security SOA / Webservices Spring Universe Web as a Platform XML Universe
Tag Archives: tdd
Geld einsammeln für JUnit Lambda – The Next Generation JUnit
JUnit gehört in die Toolbox eines jeden Java Entwicklers, es ist vermutlich eines der am weitesten verbreiteten Opensource Frameworks überhaupt. Ursprünglich entstanden ist es auf einem Transatlantik-Flug als eine bunte Sammlung von GOF Design Patterns. Es besticht durch seine Einfachheit … Continue reading
A Simple Template for Better Tests
Ever tried to fix a failing unit test that is hard to understand because it has no meaningful name and consists of 20+ lines of code? Then have a look at the test template explained by Paul Szulc in “Test … Continue reading