<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Max Blog</title>
	<link>http://maxblog.bomzhi.de</link>
	<description>My Blog</description>
	<lastBuildDate>Tue, 17 Aug 2010 11:36:41 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>From Test to Story, from Methods to Scenarios</title>
		<description><![CDATA[As we discussed earlier tests shows how the program under test should work. JUnit test can be understood by people having some Java background. But what&#8217;s about people on your team that have no programming background but still are interested in the way the program work or even want to contribute there own expectations. Those [...]]]></description>
		<link>http://maxblog.bomzhi.de/?p=269</link>
			</item>
	<item>
		<title>Mock to visit</title>
		<description><![CDATA[Let&#8217;s write some actual code that we will use for visualization. To visualize mocked object we should collect the creation of the mocks in the class or method you are interested in. So we need to evaluate the code to find method calls that creates mocks in Mockito framework. The simplest way to evaluate AST [...]]]></description>
		<link>http://maxblog.bomzhi.de/?p=264</link>
			</item>
	<item>
		<title>Check parser, understand Matcher</title>
		<description><![CDATA[Now we want to check what we get from AST parser. For this cause we need more consumers with deeper expectations. As I will test only single behavior, it is better to put it in an setup method of the test class ?View Code JAVA private ASTNode ast; ... @Before public void createAst&#40;&#41; &#123; String [...]]]></description>
		<link>http://maxblog.bomzhi.de/?p=254</link>
			</item>
	<item>
		<title>Git for that</title>
		<description><![CDATA[By the way I created a Git repository for MockitoViz http://github.com/mzaks/MockitoViz Every post with examples will be tagged in repository.]]></description>
		<link>http://maxblog.bomzhi.de/?p=252</link>
			</item>
	<item>
		<title>Ready, Steady, Go!</title>
		<description><![CDATA[What do we need to start a Test driven Eclipse Project. Well, first of all we need Eclipse RCP! Than we create two PlugIn project MockitoViz and MockitoVizTest. (It is better to create create two projects so you don&#8217;t mix productive code with test code) I saw an opening sequence of introduction to TDD from [...]]]></description>
		<link>http://maxblog.bomzhi.de/?p=247</link>
			</item>
	<item>
		<title>Motivation Nr. 2</title>
		<description><![CDATA[Lately I was experimenting with code evaluation and visualization in Eclipse. So why shouldn&#8217;t I create a code visualization PlugIn for Eclipse while discussing about Testing. And what should I visualize? Well I planned to use Mockito as mocking framework anyway. Wouldn&#8217;t it be great if I would create a plugin that will visualize the [...]]]></description>
		<link>http://maxblog.bomzhi.de/?p=243</link>
			</item>
	<item>
		<title>Motivation</title>
		<description><![CDATA[For me to test or not to test is not a question. As a &#8220;lightly&#8221; paranoid person I like to know if my work does what it suppose. And how do I achieve that knowledge? I try it out! I become a customer of my own code. Automatic tests has the same assignment. They use [...]]]></description>
		<link>http://maxblog.bomzhi.de/?p=237</link>
			</item>
	<item>
		<title>Summary on AS3 Creative point of view</title>
		<description><![CDATA[I don&#8217;t think I would write something new to this topic because this year I kind of changed my sphere of action. And to summarize the category I would like to post a link to the talk I gave on Adobe User Group Nederland. It&#8217;s kind of embarrassing for me, because this video doesn&#8217;t put [...]]]></description>
		<link>http://maxblog.bomzhi.de/?p=234</link>
			</item>
	<item>
		<title>Contraversive view on OO and Agile</title>
		<description><![CDATA[http://www.infoq.com/interviews/coplien-dci-architecture]]></description>
		<link>http://maxblog.bomzhi.de/?p=227</link>
			</item>
	<item>
		<title>Education Thoughts</title>
		<description><![CDATA[Fast Food Education Math Education Sex Education God Education]]></description>
		<link>http://maxblog.bomzhi.de/?p=218</link>
			</item>
</channel>
</rss>
