<?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; JUnit</title>
	<atom:link href="http://www.baselogic.com/blog/tag/junit/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>Utah Code Camp 2009</title>
		<link>http://www.baselogic.com/blog/development/java-javaee-j2ee/utah-code-camp-2009</link>
		<comments>http://www.baselogic.com/blog/development/java-javaee-j2ee/utah-code-camp-2009#comments</comments>
		<pubDate>Mon, 21 Sep 2009 12:56:35 +0000</pubDate>
		<dc:creator>Mick Knutson</dc:creator>
				<category><![CDATA[Java-JavaEE-J2EE]]></category>
		<category><![CDATA[Apache Maven]]></category>
		<category><![CDATA[Cargo]]></category>
		<category><![CDATA[CXF]]></category>
		<category><![CDATA[Integration Testing]]></category>
		<category><![CDATA[Jetty]]></category>
		<category><![CDATA[JUnit]]></category>
		<category><![CDATA[Spring Framework]]></category>
		<category><![CDATA[Test Driven Development (TDD)]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[Tomcat]]></category>

		<guid isPermaLink="false">http://www.baselogic.com/blog/?p=393</guid>
		<description><![CDATA[I was a keynote speaker at the 2009 Utah Code Camp (http://utcodecamp.com/speakers/) I wanted to post my source code, and Slide Deck below. Source Code (http://baselogic.com/code/ucc2009/webapp.zip) Slide Deck PPT (http://baselogic.com/code/ucc2009/ucc.ppt) I will be converting this slide deck into a blog as soon as I have time to do so. Stay tuned&#8230;.]]></description>
		<wfw:commentRss>http://www.baselogic.com/blog/development/java-javaee-j2ee/utah-code-camp-2009/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing ActiveMQ VirtualTopic&#8217;s using Camel and JUnit</title>
		<link>http://www.baselogic.com/blog/development/java-javaee-j2ee/testing-activemq-virtualtopics-using-camel-and-junit</link>
		<comments>http://www.baselogic.com/blog/development/java-javaee-j2ee/testing-activemq-virtualtopics-using-camel-and-junit#comments</comments>
		<pubDate>Tue, 25 Aug 2009 17:39:40 +0000</pubDate>
		<dc:creator>Mick Knutson</dc:creator>
				<category><![CDATA[Java-JavaEE-J2EE]]></category>
		<category><![CDATA[ActiveMQ]]></category>
		<category><![CDATA[Camel]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[JMS]]></category>
		<category><![CDATA[JUnit]]></category>
		<category><![CDATA[Spring Framework]]></category>

		<guid isPermaLink="false">http://www.baselogic.com/blog/?p=363</guid>
		<description><![CDATA[I have started to create a server Process that sends a status update message that is consumed by remote clients via an activeMQ VirtualTopic. * note in the code examples, many comments and log statements have been removed for clarity here, but may bee seen in the log stack trace sections. What I want to [...]]]></description>
		<wfw:commentRss>http://www.baselogic.com/blog/development/java-javaee-j2ee/testing-activemq-virtualtopics-using-camel-and-junit/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to convince developers and management to use JUnit testing</title>
		<link>http://www.baselogic.com/blog/development/java-javaee-j2ee/how-to-convince-developers-and-management-to-use-junit-testing</link>
		<comments>http://www.baselogic.com/blog/development/java-javaee-j2ee/how-to-convince-developers-and-management-to-use-junit-testing#comments</comments>
		<pubDate>Mon, 18 May 2009 15:00:58 +0000</pubDate>
		<dc:creator>Mick Knutson</dc:creator>
				<category><![CDATA[Java-JavaEE-J2EE]]></category>
		<category><![CDATA[Test Driven Development (TDD)]]></category>
		<category><![CDATA[Integration Testing]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[JUnit]]></category>

		<guid isPermaLink="false">http://baselogic.com/blog/?p=323</guid>
		<description><![CDATA[I am currently on a project that provides configuration management support for &#62;350 production application. Many are internal, but there are many dozens of them that are client facing. The Issues One project in particular, has been especially problematic for everyone involved. The project has 155 Java files that makes up the Enterprise Web Service, [...]]]></description>
		<wfw:commentRss>http://www.baselogic.com/blog/development/java-javaee-j2ee/how-to-convince-developers-and-management-to-use-junit-testing/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>
	</channel>
</rss>
