<?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>BASE Logic, Inc. &#187; TestNG</title>
	<atom:link href="http://www.baselogic.com/blog/tag/testng/feed" rel="self" type="application/rss+xml" />
	<link>http://www.baselogic.com/blog</link>
	<description>JavaEE Enterprise Architecture, Design, Mentoring &#38; Agile Consulting</description>
	<lastBuildDate>Tue, 29 Jun 2010 19:23:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Common Hibernate JPA Data Services Component</title>
		<link>http://www.baselogic.com/blog/development/java-javaee-j2ee/common-hibernate-jpa-data-services-component</link>
		<comments>http://www.baselogic.com/blog/development/java-javaee-j2ee/common-hibernate-jpa-data-services-component#comments</comments>
		<pubDate>Fri, 10 Apr 2009 19:13:06 +0000</pubDate>
		<dc:creator>Mick Knutson</dc:creator>
				<category><![CDATA[Apache Maven]]></category>
		<category><![CDATA[Java-JavaEE-J2EE]]></category>
		<category><![CDATA[Test Driven Development (TDD)]]></category>
		<category><![CDATA[Annotations (JSR-181)]]></category>
		<category><![CDATA[DBUnit]]></category>
		<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[JNDI]]></category>
		<category><![CDATA[JPA (JSR-220)]]></category>
		<category><![CDATA[Spring Framework]]></category>
		<category><![CDATA[TestNG]]></category>

		<guid isPermaLink="false">http://baselogic.com/blog/?p=272</guid>
		<description><![CDATA[I have been using Hibernate JPA, with a Java Generics based data access layer for some time now. But each time I go to a new project, I find that I have to do quite a bit of rework just to integrate this component. So what I wanted to do, is find a way to [...]]]></description>
		<wfw:commentRss>http://www.baselogic.com/blog/development/java-javaee-j2ee/common-hibernate-jpa-data-services-component/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PersistenceException issue with Cobertura and the hibernate3-maven-plugin</title>
		<link>http://www.baselogic.com/blog/uncategorized/persistenceexception-issue-with-cobertura-and-the-hibernate3-maven-plugin</link>
		<comments>http://www.baselogic.com/blog/uncategorized/persistenceexception-issue-with-cobertura-and-the-hibernate3-maven-plugin#comments</comments>
		<pubDate>Mon, 16 Mar 2009 19:54:12 +0000</pubDate>
		<dc:creator>Mick Knutson</dc:creator>
				<category><![CDATA[Apache Maven]]></category>
		<category><![CDATA[Consulting]]></category>
		<category><![CDATA[Java-JavaEE-J2EE]]></category>
		<category><![CDATA[Test Driven Development (TDD)]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[DBUnit]]></category>
		<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[hibernate3-maven-plugin]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[TestNG]]></category>

		<guid isPermaLink="false">http://baselogic.com/blog/?p=244</guid>
		<description><![CDATA[I have been using the hibernate3-maven-plugin for some time with a good deal of success in unit testing my data access layers through dbunit. I always separate my data access into a separate module, called data-services, for many reasons. Mostly so I can separate my testing to just database integration testing, and not unit testing [...]]]></description>
		<wfw:commentRss>http://www.baselogic.com/blog/uncategorized/persistenceexception-issue-with-cobertura-and-the-hibernate3-maven-plugin/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maven ignores unit test with JUnit and TestNG</title>
		<link>http://www.baselogic.com/blog/development/java-javaee-j2ee/maven-ignores-unit-test-with-junit-and-testng</link>
		<comments>http://www.baselogic.com/blog/development/java-javaee-j2ee/maven-ignores-unit-test-with-junit-and-testng#comments</comments>
		<pubDate>Fri, 16 Jan 2009 14:21:31 +0000</pubDate>
		<dc:creator>Mick Knutson</dc:creator>
				<category><![CDATA[Java-JavaEE-J2EE]]></category>
		<category><![CDATA[Apache Maven]]></category>
		<category><![CDATA[Eclipse IDE]]></category>
		<category><![CDATA[JUnit]]></category>
		<category><![CDATA[TestNG]]></category>

		<guid isPermaLink="false">http://baselogic.com/blog/?p=205</guid>
		<description><![CDATA[Today I was trying to use JUnit 4, and JUnit 3 in a Maven archetype I was creating. I had previously added TestNG dependencies to this project. I then added JUnit in addition to the TestNG. I run mvn test and no unit tests where run. Strange! I did not get any errors even using [...]]]></description>
		<wfw:commentRss>http://www.baselogic.com/blog/development/java-javaee-j2ee/maven-ignores-unit-test-with-junit-and-testng/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deploying webapp to multiple containers</title>
		<link>http://www.baselogic.com/blog/development/java-javaee-j2ee/resolving-issues-with-to-multiple-containers</link>
		<comments>http://www.baselogic.com/blog/development/java-javaee-j2ee/resolving-issues-with-to-multiple-containers#comments</comments>
		<pubDate>Thu, 08 May 2008 16:31:57 +0000</pubDate>
		<dc:creator>Mick Knutson</dc:creator>
				<category><![CDATA[Apache Maven]]></category>
		<category><![CDATA[Java-JavaEE-J2EE]]></category>
		<category><![CDATA[Test Driven Development (TDD)]]></category>
		<category><![CDATA[Cargo]]></category>
		<category><![CDATA[Jetty]]></category>
		<category><![CDATA[selenium]]></category>
		<category><![CDATA[TestNG]]></category>
		<category><![CDATA[Tomcat]]></category>

		<guid isPermaLink="false">http://baselogic.com/blog/?p=7</guid>
		<description><![CDATA[In my efforts to integrate Jetty, tomcat and selenium into my Maven build for continuous integration tests, I have run into some strange issues. It seems that if I run my webapp-2.2.war in my standalone Tomcat 5.5 installation, or in my Maven integrated Jetty, I can refer to my application at my root context of [...]]]></description>
		<wfw:commentRss>http://www.baselogic.com/blog/development/java-javaee-j2ee/resolving-issues-with-to-multiple-containers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing CXF within embeded Tomcat using Spring</title>
		<link>http://www.baselogic.com/blog/test-driven-development/testing-cxf-within-embeded-tomcat-using-spring</link>
		<comments>http://www.baselogic.com/blog/test-driven-development/testing-cxf-within-embeded-tomcat-using-spring#comments</comments>
		<pubDate>Thu, 01 May 2008 22:57:47 +0000</pubDate>
		<dc:creator>Mick Knutson</dc:creator>
				<category><![CDATA[Test Driven Development (TDD)]]></category>
		<category><![CDATA[Apache Maven]]></category>
		<category><![CDATA[CXF]]></category>
		<category><![CDATA[Spring Framework]]></category>
		<category><![CDATA[TestNG]]></category>
		<category><![CDATA[Tomcat]]></category>

		<guid isPermaLink="false">http://baselogic.com/blog/?p=26</guid>
		<description><![CDATA[I converted from XFire to CXF which is really XFire 2 I guess. Now I am using Maven, DBUnit, TestNG, H2 and embedded Tomcat for continuous integration testing. Now I wanted to be able to test my webservice contracts as well, and Spring has helped me to accomplish that. In my webservices war, I first [...]]]></description>
		<wfw:commentRss>http://www.baselogic.com/blog/test-driven-development/testing-cxf-within-embeded-tomcat-using-spring/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
