<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>Piece Framework</title>
<link>http://piece-framework.com/</link>
<description>An Application Framework for Essential Development Practices</description>
<language>ja</language>
<copyright><![CDATA[Copyright &copy; 2006-2009 Piece Project, All rights reserved.]]></copyright>
<lastBuildDate>Tue, 09 Mar 2010 02:48:37 +0900</lastBuildDate>
<generator>http://www.sixapart.com/movabletype/</generator>
<docs>http://www.rssboard.org/rss-specification</docs>
<image>
<url>http://piece-framework.com/images/piece_icon64x64.png</url>
<title>Piece Framework - An Application Framework for Essential Development Practices</title>
<link>http://piece-framework.com/</link>
<width>64</width>
<height>64</height>
</image>


<item>
<title>Stagehand_TestRunner 2.11.1 (stable) released</title>
<description><![CDATA[<p>We are pleased to announce that the <a href="http://redmine.piece-framework.com/projects/show/stagehand-testrunner" target="_blank">Stagehand_TestRunner</a> 2.11.1 (stable) is now available.</p>
<p><strong>Release Date</strong>: 2010-03-09</p>

<h2>What's New in Stagehand_TestRunner 2.11.1</h2>

<h3>Two defect fixes</h3>
<p>A defect has been fixed that caused the layout of the detailed progress report to be broken by incomplete or skipped tests with data providers. (Issue <a href="http://redmine.piece-framework.com/issues/136" target="_blank">#136</a>)</p>
<p>And a defect has been fixed that caused wrong number of tests to be output to a JUnit XML if using method/class filters with the real-time option. (Issue <a href="http://redmine.piece-framework.com/issues/141" target="_blank">#141</a>)</p>

<h2>About Stagehand_TestRunner</h2>
<p><a href="http://redmine.piece-framework.com/projects/show/stagehand-testrunner" target="_blank">Stagehand_TestRunner</a> provides a test runner to run unit tests. <a href="http://redmine.piece-framework.com/projects/show/stagehand-testrunner" target="_blank">Stagehand_TestRunner</a> strongly supports <a href="http://en.wikipedia.org/wiki/Test-driven_development" target="_blank">Test Driven Development</a> by various features.</p>
<p>For more information, see <a href="http://redmine.piece-framework.com/wiki/stagehand-testrunner" target="_blank">the Wiki page of the project</a>.</p>]]></description>
<link>http://piece-framework.com/2010/03/stagehand_testrunner_2111_stab.html</link>
<guid>http://piece-framework.com/2010/03/stagehand_testrunner_2111_stab.html</guid>

<category domain="http://www.sixapart.com/ns/types#category">Product News (English)</category>


<pubDate>Tue, 09 Mar 2010 02:24:11 +0900</pubDate>
</item>

<item>
<title>MakeGood 0.3.1 (beta) released</title>
<description><![CDATA[<p>
  We are pleased to announce that the <a href="http://redmine.piece-framework.com/projects/show/makegood" target="_blank">MakeGood</a> 0.3.1 (beta) is now available.
</p>
<p>
  <strong>Release Date</strong>: 2010-03-03
</p>

<h2>What's New in MakeGood 0.3.1</h2>

<h3>A defect fix</h3>
<p>
  (Issue <a href="http://redmine.piece-framework.com/issues/139" target="_blank">#139</a>)
</p>
<p>
  A defect has been fixed that caused incorrect icons for failures and errors to be displayed.
</p>

<h2>About MakeGood</h2>
<p>
  <a href="http://redmine.piece-framework.com/projects/show/makegood" target="_blank">MakeGood</a> provides a test runner to run unit tests on <a href="http://eclipse.org/pdt/" target="_blank">Eclipse PDT</a>. <a href="http://redmine.piece-framework.com/projects/show/makegood" target="_blank">MakeGood</a> strongly supports <a href="http://en.wikipedia.org/wiki/Test-driven_development" target="_blank">Test Driven Development</a> (TDD) by various features.
</p>
<p>
  For more information, see <a href="http://redmine.piece-framework.com/wiki/makegood" target="_blank">the Wiki page of the project</a>.
</p>]]></description>
<link>http://piece-framework.com/2010/03/makegood_031_beta_released.html</link>
<guid>http://piece-framework.com/2010/03/makegood_031_beta_released.html</guid>

<category domain="http://www.sixapart.com/ns/types#category">Product News (English)</category>


<pubDate>Thu, 04 Mar 2010 04:47:31 +0900</pubDate>
</item>

<item>
<title>MakeGood 0.3.0 (beta) released</title>
<description><![CDATA[<p>We are pleased to announce that the <a href="http://redmine.piece-framework.com/projects/show/makegood" target="_blank">MakeGood</a> 0.3.0 (beta) is now available.</p>
<p><strong>Release Date</strong>: 2010-03-02</p>

<h2>What's New in MakeGood 0.3.0</h2>

<h3>Reports real-time progress of the test run.</h3>
<p>(Issue <a href="http://redmine.piece-framework.com/issues/102" target="_blank">#102</a>)</p>
<p>
  Real-time progress reporting of the test run on the green/red bar has been supported. A test results get to be written in real-time by test-by-test.
</p>

<h3>Stops the test run.</h3>
<p>(Issue <a href="http://redmine.piece-framework.com/issues/124" target="_blank">#124</a>)</p>
<p>
  Stops the test run in progress.
</p>

<h3>Reruns the last test.</h3>
<p>(Issue <a href="http://redmine.piece-framework.com/issues/129" target="_blank">#129</a>)</p>
<p>
  Reruns the previously running test.
</p>

<h3>Opens the PHP file from a stack trace line.</h3>
<p>(Issue <a href="http://redmine.piece-framework.com/issues/133" target="_blank">#133</a>)</p>
<p>
  Opens the PHP file from a stack trace line in a failure trace.
</p>

<h3>Some defect fixes</h3>
<p>(Issue <a href="http://redmine.piece-framework.com/issues/119" target="_blank">#119</a>, <a href="http://redmine.piece-framework.com/issues/128" target="_blank">#128</a>, <a href="http://redmine.piece-framework.com/issues/135" target="_blank">#135</a>)</p>
<p>
  A defect has been fixed that caused a test run to be failed if the preload script was not specified. And two defects have been fixed.
</p>

<h2>About MakeGood</h2>
<p>
  <a href="http://redmine.piece-framework.com/projects/show/makegood" target="_blank">MakeGood</a> provides a test runner to run unit tests on <a href="http://eclipse.org/pdt/" target="_blank">Eclipse PDT</a>. <a href="http://redmine.piece-framework.com/projects/show/makegood" target="_blank">MakeGood</a> strongly supports <a href="http://en.wikipedia.org/wiki/Test-driven_development" target="_blank">Test Driven Development</a> (TDD) by various features.
</p>
<p>
  For more information, see <a href="http://redmine.piece-framework.com/wiki/makegood" target="_blank">the Wiki page of the project</a>.
</p>]]></description>
<link>http://piece-framework.com/2010/03/makegood_030_beta_released.html</link>
<guid>http://piece-framework.com/2010/03/makegood_030_beta_released.html</guid>

<category domain="http://www.sixapart.com/ns/types#category">Product News (English)</category>


<pubDate>Wed, 03 Mar 2010 00:49:41 +0900</pubDate>
</item>

<item>
<title>Stagehand_TestRunner 2.11.0 (stable) released</title>
<description><![CDATA[<p>We are pleased to announce that the <a href="http://redmine.piece-framework.com/projects/show/stagehand-testrunner" target="_blank">Stagehand_TestRunner</a> 2.11.0 (stable) is now available.</p>
<p><strong>Release Date</strong>: 2010-02-25</p>

<h2>What's New in Stagehand_TestRunner 2.11.0</h2>

<h3>Stops on the first failure or error. (PHPUnit, PHPT, and SimpleTest)</h3>
<p>(Issue <a href="http://redmine.piece-framework.com/issues/104" target="_blank">#104</a>, <a href="http://redmine.piece-framework.com/issues/132" target="_blank">#132</a>)</p>
<pre class="prettyprint lang-sh">phpunitrunner --stop-on-failure DIRECTORY_OR_FILE</pre>
<p>Stops the test run when the first failure or error is raised.</p>

<h3>Provides easy to understand information for incomplete and skipped tests. (PHPUnit)</h3>

<p>(Issue <a href="http://redmine.piece-framework.com/issues/130" target="_blank">#130</a>)</p>

<h4>JUnit XML</h4>
<p>The specified message is included in the value of the error element.</p>

<h4>TestDox and detailed progress report</h4>
<p>The specified message is included in the TestDox and detailed progress report as follows:</p>
<pre class="prettyprint lang-php">&lt;?php
class FooTest
{
    /**
     * @test
     */
    public function bar()
    {
        $this-&gt;markTestSkipped('Baz is not available');
    }
...</pre>
<pre class="prettyprint">...
The test suite generated by Stagehand_TestRunner
FooTest
  bar ... skipped (Baz is not available)

FooTest
 [ ] Bar (Baz is not available)
...</pre>

<h3>A defect fix</h3>
<p>(Issue <a href="http://redmine.piece-framework.com/issues/134" target="_blank">#134</a>)</p>
<p>A defect has been fixed that caused a test run to be failed by unexpected preload.</p>

<h2>About Stagehand_TestRunner</h2>
<p><a href="http://redmine.piece-framework.com/projects/show/stagehand-testrunner" target="_blank">Stagehand_TestRunner</a> provides a test runner to run unit tests. <a href="http://redmine.piece-framework.com/projects/show/stagehand-testrunner" target="_blank">Stagehand_TestRunner</a> strongly supports <a href="http://en.wikipedia.org/wiki/Test-driven_development" target="_blank">Test Driven Development</a> by various features.</p>
<p>For more information, see <a href="http://redmine.piece-framework.com/wiki/stagehand-testrunner" target="_blank">the Wiki page of the project</a>.</p>]]></description>
<link>http://piece-framework.com/2010/02/stagehand_testrunner_2110_stab.html</link>
<guid>http://piece-framework.com/2010/02/stagehand_testrunner_2110_stab.html</guid>

<category domain="http://www.sixapart.com/ns/types#category">Product News (English)</category>


<pubDate>Thu, 25 Feb 2010 20:37:15 +0900</pubDate>
</item>

<item>
<title>Stagehand_Autoload 1.0.0 (stable) released</title>
<description><![CDATA[<p>We are pleased to announce that the <a href="http://redmine.piece-framework.com/projects/show/stagehand-autoload" target="_blank">Stagehand_Autoload</a> 1.0.0 (stable) is now available.</p>
<p><strong>Release Date</strong>: 2010-01-25</p>

<h2>What's New in Stagehand_Autoload 1.0.0</h2>

<h3>The first stable release of Stagehand_Autoload</h3>
<p>This is the first release of <a href="http://redmine.piece-framework.com/projects/show/stagehand-autoload" target="_blank">Stagehand_Autoload</a>. <a href="http://redmine.piece-framework.com/projects/show/stagehand-autoload" target="_blank">Stagehand_Autoload</a> 1.0.0 is the same as <a href="http://redmine.piece-framework.com/projects/show/stagehand-autoload" target="_blank">Stagehand_Autoload</a> 0.5.0 except the version number.</p>

<h2>About Stagehand_Autoload</h2>
<p><a href="http://redmine.piece-framework.com/projects/show/stagehand-autoload" target="_blank">Stagehand_Autoload</a> provides class loaders for autoloading classes and interfaces which are based on the Package\Class or Package_Class style naming conventions.</p>
<p>For more information, see <a href="http://redmine.piece-framework.com/wiki/stagehand-autoload" target="_blank">the Wiki page of the project</a>.</p>]]></description>
<link>http://piece-framework.com/2010/01/stagehand_autoload_100_stable.html</link>
<guid>http://piece-framework.com/2010/01/stagehand_autoload_100_stable.html</guid>

<category domain="http://www.sixapart.com/ns/types#category">Product News (English)</category>


<pubDate>Mon, 25 Jan 2010 17:48:55 +0900</pubDate>
</item>

<item>
<title>Stagehand_Autoload 0.5.0 (beta) released</title>
<description><![CDATA[<p>We are pleased to announce that the <a href="http://redmine.piece-framework.com/projects/show/stagehand-autoload" target="_blank">Stagehand_Autoload</a> 0.5.0 (beta) is now available.</p>
<p><strong>Release Date</strong>: 2010-01-05</p>

<h2>What's New in Stagehand_Autoload 0.5.0</h2>

<h3>Searches target namespaces in FIFO order.</h3>
<p>As of this version, namespaces are searched in FIFO order. (Issue <a href="http://redmine.piece-framework.com/issues/show/122" target="_blank">#122</a>)</p>

<h3>A defect fix</h3>
<p>A defect has been fixed that caused NamespaceLoader not to work with two or more level nesting target namespaces. (Issue <a href="http://redmine.piece-framework.com/issues/show/123" target="_blank">#123</a>)</p>

<h2>About Stagehand_Autoload</h2>
<p><a href="http://redmine.piece-framework.com/projects/show/stagehand-autoload" target="_blank">Stagehand_Autoload</a> provides class loaders for autoloading classes and interfaces which are based on the Package\Class or Package_Class style naming conventions.</p>
<p>For more information, see <a href="http://redmine.piece-framework.com/wiki/stagehand-autoload" target="_blank">the Wiki page of the project</a>.</p>]]></description>
<link>http://piece-framework.com/2010/01/stagehand_autoload_050_beta_re.html</link>
<guid>http://piece-framework.com/2010/01/stagehand_autoload_050_beta_re.html</guid>

<category domain="http://www.sixapart.com/ns/types#category">Product News (English)</category>


<pubDate>Tue, 05 Jan 2010 03:23:10 +0900</pubDate>
</item>

<item>
<title>Stagehand_SmtpDaemon 0.1.0 (beta) released</title>
<description><![CDATA[<p>I am pleased to announce that the <a href="http://redmine.piece-framework.com/projects/show/stagehand-smtpdaemon" target="_blank">Stagehand_SmtpDaemon</a> 0.1.0 (beta) is now available.</p>
<p><strong>Release Date</strong>: 2009-12-28</p>
<p>The first release of <a href="http://redmine.piece-framework.com/projects/show/stagehand-smtpdaemon" target="_blank">Stagehand_SmtpDaemon</a>.</p>

<h2>About Stagehand_SmtpDaemon</h2>
<p><a href="http://redmine.piece-framework.com/projects/show/stagehand-smtpdaemon" target="_blank">Stagehand_SmtpDaemon</a> provides a feature of SMTP daemon and an interface to handle on SMTP command running PHP-CLI.</p>

<p>For more information, see <a href="http://redmine.piece-framework.com/wiki/stagehand-smtpdaemon" target="_blank">the Wiki page of the project</a>.</p>
]]></description>
<link>http://piece-framework.com/2009/12/stagehand_smtpdaemon_010_beta.html</link>
<guid>http://piece-framework.com/2009/12/stagehand_smtpdaemon_010_beta.html</guid>

<category domain="http://www.sixapart.com/ns/types#category">Product News (English)</category>


<pubDate>Mon, 28 Dec 2009 22:17:40 +0900</pubDate>
</item>

<item>
<title>MakeGood 0.2.0 (beta) released</title>
<description><![CDATA[<p>We are pleased to announce that the <a href="http://redmine.piece-framework.com/projects/show/makegood" target="_blank">MakeGood</a> 0.2.0 (beta) is now available.</p>
<p><strong>Release Date</strong>: 2009-12-24</p>

<h2>What's New in MakeGood 0.2.0</h2>

<h3>Supports SimpleTest.</h3>
<p>
  <a href="http://simpletest.org/" target="_blank">SimpleTest</a> can now be used as the testing framework for a project.
</p>

<h3>A defect fix</h3>
<p>
  A defect has been fixed that caused a NullPointerException to be raised by the org.eclipse.debug.core plugin when running tests.
</p>

<h2>About MakeGood</h2>
<p>
  <a href="http://redmine.piece-framework.com/projects/show/makegood" target="_blank">MakeGood</a> provides a test runner to run unit tests on <a href="http://eclipse.org/pdt/" target="_blank">Eclipse PDT</a>. <a href="http://redmine.piece-framework.com/projects/show/makegood" target="_blank">MakeGood</a> strongly supports <a href="http://en.wikipedia.org/wiki/Test-driven_development" target="_blank">Test Driven Development</a> (TDD) by various features.
</p>
<p>
  For more information, see <a href="http://redmine.piece-framework.com/wiki/makegood" target="_blank">the Wiki page of the project</a>.
</p>]]></description>
<link>http://piece-framework.com/2009/12/makegood_020_beta_released.html</link>
<guid>http://piece-framework.com/2009/12/makegood_020_beta_released.html</guid>

<category domain="http://www.sixapart.com/ns/types#category">Product News (English)</category>


<pubDate>Fri, 25 Dec 2009 03:12:33 +0900</pubDate>
</item>

<item>
<title>Stagehand_TestRunner 2.10.0 (stable) released</title>
<description><![CDATA[<p>We are pleased to announce that the <a href="http://redmine.piece-framework.com/projects/show/stagehand-testrunner" target="_blank">Stagehand_TestRunner</a> 2.10.0 (stable) is now available.</p>
<p><strong>Release Date</strong>: 2009-12-24</p>

<h2>What's New in Stagehand_TestRunner 2.10.0</h2>

<h3>Logs test results in real-time into the specified file in the JUnit XML format. (PHPUnit, PHPT, and SimpleTest)</h3>
<pre class="prettyprint lang-sh">phpunitrunner --log-junit=FILE --log-junit-realtime DIRECTORY_OR_FILE</pre>
<p>By specifying the --log-junit-realtime option, the test results get to be written in real-time by element-by-element.</p>

<h3>Enhanced SimpleTest support</h3>
<p>The following features have been supported in <a href="http://simpletest.org/" target="_blank">SimpleTest</a>:</p>
<ul>
  <li>Runs only the specified tests in the specified file.</li>
  <li>Runs only the tests in the specified classes.</li>
  <li>Logs test results into the specified file in the <a href="http://www.junit.org/" target="_blank">JUnit</a> XML format.</li>
</ul>

<h2>About Stagehand_TestRunner</h2>
<p><a href="http://redmine.piece-framework.com/projects/show/stagehand-testrunner" target="_blank">Stagehand_TestRunner</a> provides a test runner to run unit tests. <a href="http://redmine.piece-framework.com/projects/show/stagehand-testrunner" target="_blank">Stagehand_TestRunner</a> strongly supports <a href="http://en.wikipedia.org/wiki/Test-driven_development" target="_blank">Test Driven Development</a> by various features.</p>
<p>For more information, see <a href="http://redmine.piece-framework.com/wiki/stagehand-testrunner" target="_blank">the Wiki page of the project</a>.</p>]]></description>
<link>http://piece-framework.com/2009/12/stagehand_testrunner_2100_stab.html</link>
<guid>http://piece-framework.com/2009/12/stagehand_testrunner_2100_stab.html</guid>

<category domain="http://www.sixapart.com/ns/types#category">Product News (English)</category>


<pubDate>Thu, 24 Dec 2009 02:43:41 +0900</pubDate>
</item>

<item>
<title>Stagehand_CLIController 0.1.2 (beta) released</title>
<description><![CDATA[<p>We are pleased to announce that the <a href="http://redmine.piece-framework.com/projects/show/stagehand-clicontroller" target="_blank">Stagehand_CLIController</a> 0.1.2 (beta) is now available.</p>
<p><strong>Release Date</strong>: 2009-12-16</p>

<h2>What's New in Stagehand_CLIController 0.1.2</h2>

<h3>A defect fix</h3>
<p>A defect has been fixed that caused a "Notice: .../Console/Getopt.php line 123 - Uninitialized string offset: 0" error to be raised when parsing the options.</p>

<h2>About Stagehand_CLIController</h2>
<p><a href="http://redmine.piece-framework.com/projects/show/stagehand-clicontroller" target="_blank">Stagehand_CLIController</a> provides a controller superclass to run a typical control flow of CLI such like the following:</p>
<ul>
  <li>Parsing options and arguments</li>
  <li>Configuring runtime components</li>
  <li>Running the specified command</li>
</ul>
<p>For more information, see <a href="http://redmine.piece-framework.com/wiki/stagehand-clicontroller" target="_blank">the Wiki page of the project</a>.</p>]]></description>
<link>http://piece-framework.com/2009/12/stagehand_clicontroller_012_be.html</link>
<guid>http://piece-framework.com/2009/12/stagehand_clicontroller_012_be.html</guid>

<category domain="http://www.sixapart.com/ns/types#category">Product News (English)</category>


<pubDate>Thu, 17 Dec 2009 12:16:42 +0900</pubDate>
</item>

<item>
<title>Stagehand_DirectoryCleaner 1.1.0 (stable) released</title>
<description><![CDATA[<p>I am pleased to announce that the <a href="http://redmine.piece-framework.com/projects/show/stagehand-directorycleaner" target="_blank">Stagehand_DirectoryCleaner</a> 1.1.0 (stable) is now available.</p>
<p><strong>Release Date</strong>: 2009-12-16</p>

<h2>What's New in Stagehand_DirectoryCleaner 1.1.0</h2>

<h3>Removes the root directory</h3>
<p>A new feature removes the root (initially specified) directory with cleaning.</p>
<pre class="prettyprint lang-php">&lt;?php
$cleaner = new Stagehand_DirectoryCleaner();
$cleaner-&gt;setRemovesRoot(true);

$cleaner-&gt;clean('/path/to/directory');
</pre><br />

<h2>About Stagehand_DirectoryCleaner</h2>
<p><a href="http://redmine.piece-framework.com/projects/show/stagehand-directorycleaner" target="_blank">Stagehand_DirectoryCleaner</a> provides a file/directory cleaner in the directory.</p>
<p>For more information, see <a href="http://redmine.piece-framework.com/wiki/stagehand-directorycleaner" target="_blank">the Wiki page of the project</a>.</p>
]]></description>
<link>http://piece-framework.com/2009/12/stagehand_directorycleaner_110.html</link>
<guid>http://piece-framework.com/2009/12/stagehand_directorycleaner_110.html</guid>

<category domain="http://www.sixapart.com/ns/types#category">Product News (English)</category>


<pubDate>Wed, 16 Dec 2009 00:28:46 +0900</pubDate>
</item>

<item>
<title>MakeGood 0.1.1 (alpha) released</title>
<description><![CDATA[<p>We are pleased to announce that the <a href="http://redmine.piece-framework.com/projects/show/makegood" target="_blank">MakeGood</a> 0.1.1 (alpha) is now available.</p>
<p><strong>Release Date</strong>: 2009-12-03</p>

<h2>What's New in MakeGood 0.1.1</h2>

<h3>A defect fix</h3>
<p>
  A defect has been fixed that caused a NullPointerException to be raised when adding an entry to the libraries on the include path.
</p>

<h2>About MakeGood</h2>
<p>
  <a href="http://redmine.piece-framework.com/projects/show/makegood" target="_blank">MakeGood</a> provides a test runner to run unit tests on <a href="http://eclipse.org/pdt/" target="_blank">Eclipse PDT</a>. <a href="http://redmine.piece-framework.com/projects/show/makegood" target="_blank">MakeGood</a> strongly supports <a href="http://en.wikipedia.org/wiki/Test-driven_development" target="_blank">Test Driven Development</a> (TDD) by various features.
</p>
<p>
  For more information, see <a href="http://redmine.piece-framework.com/wiki/makegood" target="_blank">the Wiki page of the project</a>.
</p>]]></description>
<link>http://piece-framework.com/2009/12/makegood_011_alpha_released.html</link>
<guid>http://piece-framework.com/2009/12/makegood_011_alpha_released.html</guid>

<category domain="http://www.sixapart.com/ns/types#category">Product News (English)</category>


<pubDate>Mon, 07 Dec 2009 18:57:29 +0900</pubDate>
</item>

<item>
<title>MakeGood 0.1.0 (alpha) released</title>
<description><![CDATA[<p>We are pleased to announce that the <a href="http://redmine.piece-framework.com/projects/show/makegood" target="_blank">MakeGood</a> 0.1.0 (alpha) is now available.</p>
<p><strong>Release Date</strong>: 2009-11-23</p>

<p>This is the first release of <a href="http://redmine.piece-framework.com/projects/show/makegood" target="_blank">MakeGood</a>.</p>

<h2>About MakeGood</h2>
<h3>A test runner for doing Test Driven Development with PDT</h3>
<p><a href="http://redmine.piece-framework.com/projects/show/makegood" target="_blank">MakeGood</a> provides a test runner to run unit tests on <a href="http://eclipse.org/pdt/" target="_blank">PDT</a>. <a href="http://redmine.piece-framework.com/projects/show/makegood" target="_blank">MakeGood</a> strongly supports <a href="http://en.wikipedia.org/wiki/Test-driven_development" target="_blank">Test Driven Development</a> by various features.</p>
<p>For more information, see <a href="http://redmine.piece-framework.com/wiki/makegood" target="_blank">the Wiki page of the project</a>.</p>]]></description>
<link>http://piece-framework.com/2009/11/makegood_010_alpha_released.html</link>
<guid>http://piece-framework.com/2009/11/makegood_010_alpha_released.html</guid>

<category domain="http://www.sixapart.com/ns/types#category">Product News (English)</category>


<pubDate>Tue, 24 Nov 2009 13:09:08 +0900</pubDate>
</item>

<item>
<title>Stagehand_TestRunner 2.9.0 (stable) released</title>
<description><![CDATA[<p>I am pleased to announce that the <a href="http://redmine.piece-framework.com/projects/show/stagehand-testrunner" target="_blank">Stagehand_TestRunner</a> 2.9.0 (stable) is now available.</p>
<p><strong>Release Date</strong>: 2009-11-12</p>

<h2>What's New in Stagehand_TestRunner 2.9.0</h2>

<h3>Can specify multiple files and directories as test target.</h3>
<pre class="prettyprint lang-sh">phpunitrunner DIRECTORY_OR_FILE1 DIRECTORY_OR_FILE2 ...</pre>
<p>In previous versions, one file or directory could only be specified as test target.</p>
<p>As of this version, multiple files and directories can be specified as test target.</p>

<h2>About Stagehand_TestRunner</h2>
<p><a href="http://redmine.piece-framework.com/projects/show/stagehand-testrunner" target="_blank">Stagehand_TestRunner</a> provides a test runner to run unit tests. <a href="http://redmine.piece-framework.com/projects/show/stagehand-testrunner" target="_blank">Stagehand_TestRunner</a> strongly supports <a href="http://en.wikipedia.org/wiki/Test-driven_development" target="_blank">Test Driven Development</a> by various features.</p>
<p>For more information, see <a href="http://redmine.piece-framework.com/wiki/stagehand-testrunner" target="_blank">the Wiki page of the project</a>.</p>]]></description>
<link>http://piece-framework.com/2009/11/stagehand_testrunner_290_stabl.html</link>
<guid>http://piece-framework.com/2009/11/stagehand_testrunner_290_stabl.html</guid>

<category domain="http://www.sixapart.com/ns/types#category">Product News (English)</category>


<pubDate>Thu, 12 Nov 2009 17:36:34 +0900</pubDate>
</item>

<item>
<title>Stagehand_DirectorySnap 1.0.0 (stable) released</title>
<description><![CDATA[<p>I am pleased to announce that the <a href="http://redmine.piece-framework.com/projects/show/stagehand-directorysnap" target="_blank">Stagehand_DirectorySnap</a> 1.0.0 (stable) is now available.</p>
<p><strong>Release Date</strong>: 2009-11-08</p>
<p>The first release of <a href="http://redmine.piece-framework.com/projects/show/stagehand-directorysnap" target="_blank">Stagehand_DirectorySnap</a>.</p>

<h2>About Stagehand_DirectorySnap</h2>
<p><a href="http://redmine.piece-framework.com/projects/show/stagehand-directorysnap" target="_blank">Stagehand_DirectorySnap</a> provides a feature of snap and resotre a directory.</p>

<p>For more information, see <a href="http://redmine.piece-framework.com/wiki/stagehand-directorysnap" target="_blank">the Wiki page of the project</a>.</p>
]]></description>
<link>http://piece-framework.com/2009/11/stagehand_directorysnap_100_st.html</link>
<guid>http://piece-framework.com/2009/11/stagehand_directorysnap_100_st.html</guid>

<category domain="http://www.sixapart.com/ns/types#category">Product News (English)</category>


<pubDate>Sun, 08 Nov 2009 18:00:00 +0900</pubDate>
</item>

</channel>
</rss>

