<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" ><channel><title>Java Code Geeks &#187; Fahd Shariff</title> <atom:link href="http://www.javacodegeeks.com/author/fahd-shariff/feed/" rel="self" type="application/rss+xml" /><link>http://www.javacodegeeks.com</link> <description>Java 2 Java Developers Resource Center</description> <lastBuildDate>Wed, 19 Jun 2013 13:00:35 +0000</lastBuildDate> <language>en-US</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.5.1</generator> <item><title>JUnit: Naming Individual Test Cases in a Parameterized Test</title><link>http://www.javacodegeeks.com/2013/04/junit-naming-individual-test-cases-in-a-parameterized-test.html</link> <comments>http://www.javacodegeeks.com/2013/04/junit-naming-individual-test-cases-in-a-parameterized-test.html#comments</comments> <pubDate>Wed, 10 Apr 2013 08:49:24 +0000</pubDate> <dc:creator>Fahd Shariff</dc:creator> <category><![CDATA[Enterprise Java]]></category> <category><![CDATA[JUnit]]></category> <category><![CDATA[Testing]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=11079</guid> <description><![CDATA[A couple of years ago I wrote about JUnit Parameterized Tests. One of the things I didn&#8217;t like about them was that JUnit named the invidividual test cases using numbers, so if they failed you had no idea which test parameters caused the failure. The following Eclipse screenshot will show you what I mean: &#160; [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/04/junit-naming-individual-test-cases-in-a-parameterized-test.html/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Analysing a Java Core Dump</title><link>http://www.javacodegeeks.com/2013/02/analysing-a-java-core-dump.html</link> <comments>http://www.javacodegeeks.com/2013/02/analysing-a-java-core-dump.html#comments</comments> <pubDate>Wed, 20 Feb 2013 22:42:24 +0000</pubDate> <dc:creator>Fahd Shariff</dc:creator> <category><![CDATA[Core Java]]></category> <category><![CDATA[JVM]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=8747</guid> <description><![CDATA[In this post, I will show you how you can debug a Java core file to see what caused your JVM to crash. I will be using a core file I generated in my previous post: Generating a Java Core Dump. There are different ways you can diagnose a JVM crash, listed below: The hs_err_pid [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/02/analysing-a-java-core-dump.html/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Testing Expected Exceptions with JUnit Rules</title><link>http://www.javacodegeeks.com/2013/02/testing-expected-exceptions-with-junit-rules.html</link> <comments>http://www.javacodegeeks.com/2013/02/testing-expected-exceptions-with-junit-rules.html#comments</comments> <pubDate>Mon, 18 Feb 2013 21:30:07 +0000</pubDate> <dc:creator>Fahd Shariff</dc:creator> <category><![CDATA[Core Java]]></category> <category><![CDATA[JUnit]]></category> <category><![CDATA[Testing]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=8738</guid> <description><![CDATA[This post shows how to test for expected exceptions using JUnit. Let&#8217;s start with the following class that we wish to test: &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; public class Person { private final String name; private final int age; /** * Creates a person with the specified name and age. * [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/02/testing-expected-exceptions-with-junit-rules.html/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Java 7: Fork/Join Framework Example</title><link>http://www.javacodegeeks.com/2013/02/java-7-forkjoin-framework-example.html</link> <comments>http://www.javacodegeeks.com/2013/02/java-7-forkjoin-framework-example.html#comments</comments> <pubDate>Mon, 18 Feb 2013 20:00:23 +0000</pubDate> <dc:creator>Fahd Shariff</dc:creator> <category><![CDATA[Core Java]]></category> <category><![CDATA[Fork/Join]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=8743</guid> <description><![CDATA[The Fork/Join Framework in Java 7 is designed for work that can be broken down into smaller tasks and the results of those tasks combined to produce the final result. In general, classes that use the Fork/Join Framework follow the following simple algorithm: &#160; &#160; &#160; &#160; &#160; &#160; &#160; // pseudocode Result solve(Problem problem) [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/02/java-7-forkjoin-framework-example.html/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/10 queries in 0.068 seconds using apc
Object Caching 895/938 objects using apc
Content Delivery Network via jcg.javacodegeeks.netdna-cdn.com

Served from: www.javacodegeeks.com @ 2013-06-19 17:58:21 -->