The goal of the Geronimo project is to produce a server runtime framework that pulls together the best Open Source alternatives to create runtimes that meet the needs of developers and system administrators. Our most popular distribution is a fully certified Java EE 5 application server runtime. Some of our guiding principles are: Easy toContinue reading “Apache Geronimo Project”
Category Archives: Java
Creating Mock Tests: Using Easy mock
Unit testing is now a "best practice" for software development. In this unit testing we have to face so many situations where we need to interact with Database or any other resources. But at the same time we need to make our Tests isolated too. Here comes the importance of Mock objects. Mock objects areContinue reading “Creating Mock Tests: Using Easy mock”
Analyze your Unit test coverage with Cobertura…
Writing Unit test cases is now mandatory for every developers in the Companies. But at the same time it is very important that we need to analyze the Unit test coverage that is done by that developer. Just writing some test cases will not make sense. Here comes the job of Cobertura. Cobertura is anContinue reading “Analyze your Unit test coverage with Cobertura…”
