Words of Java RSS Feed
Words of Java

Words of Java

High and low about Java and Web programming

 
 
 
 

Posts tagged junit

Unit testing and TDD

Today, as many other days I had assigned myself a task from Jira and started to work. First, by checking what to do and then I started to write the complementary JUnit tests to get the tests to break. Is it not great!? Ofcource, it’s even more fun to be able to write whishful failing [...]

Java Power Tools

This book is a must have in a team of developers. It doesn’t really bring you much new stuff but it sure is a good collection of the tools you need at a dayly basis. I learned some new JUnit 4 and TestNG stuff today actually, the way test data can be set up in [...]

EJB3Unit - JUnit EJB3 out of the container

Testing out of the container is crucial and this might help you.
http://ejb3unit.sourceforge.net/

Unittesting with JUnit and Easymock

I’m not a senior in the area of unit testing in Java and then you appreciate a good article or tutorial - just like this one. Unit testing with JUnit and EasyMock

Back to testing

New functionality today which means a little bit of coding, a lot of testing and a lot of understanding business logic. Had a good aproach with the test written before code, non compiling, then refactoring so they compile and adding produciton code for tests to run. What went wrong - test code to add data [...]

Recent Posts

Popular Posts

Custom Search