The Java and Alfresco World
Monday, June 30, 2014
Can main method be overloaded and overridden in Java?
›
Can main method be overloaded and overridden in Java? So, answers are very simple... Overloading>>>>>>> YES Y...
Friday, June 20, 2014
Data access object unit test using Mokito framework to follow TDD approach
›
Data access object unit test using Mokito framework to follow TDD approach: Download MockIto from: https://code.google.com/p/mockito/do...
Testing servlets using JUNIT and MockIto
›
Testing Servlets using JUNIT and Mockito: Mockito framework : Jar Download link: http://mvnrepository.com/artifact/org.mockito/mock...
Tuesday, June 17, 2014
Implement Java Code Coverage and Junit test cases using Ant
›
Automating Java Code Coverage and JUnit: Following jar files are required JUnit: hamcrest-core-1.3.jar junit-4.7.jar Following jar f...
Implement FindBugs using ANT
›
What is FindBugs? FindBugs is an open source program used to find bugs in Java code. It uses static analysis to identify hundreds of dif...
Implement PMD and CPD (Copy paste detector) using ANT
›
You can implement automated PMD and CPD analysis on your java source code using ant. Why PMD? PMD is a static code analyser tool. It c...
‹
›
Home
View web version