<?xml version="1.0" encoding="UTF-8"?>
<response>
  <status>success</status>
  <result>
    <project>
      <id>11088</id>
      <name>NUnit RowTest Extension</name>
      <created_at>2008-01-18T22:25:03Z</created_at>
      <updated_at>2009-04-04T01:54:03Z</updated_at>
      <description>RowTest Extension is an NUnit Addin that allows you to write RowTests for NUnit. RowTests can be used for simple Data-Driven Tests where the test data is provided by [Row] attributes.


* Example

[TestFixture]
public class RowTestSample
{
	 [RowTest]
	 [Row( 1000, 10, 100.0000)]
	 [Row(-1000, 10, -100.0000)]
	 [Row( 1000, 7, 142.85715)]
	 [Row( 1000, 0.00001, 100000000)]
	 [Row(4195835, 3145729, 1.3338196)]
	 public void DivisionTest(double numerator, double denominator, double result)
	 {
	 	Assert.AreEqual(result, numerator / denominator, 0.00001);
	 }
}</description>
      <homepage_url>http://www.andreas-schlapsi.com/projects/rowtest-extension-for-nunit/</homepage_url>
      <download_url>http://code.google.com/p/rowtest-extension/downloads/list</download_url>
      <url_name></url_name>
      <user_count>3</user_count>
      <average_rating>3.0</average_rating>
      <rating_count>1</rating_count>
      <analysis_id>506472</analysis_id>
      <analysis>
        <id>506472</id>
        <project_id>11088</project_id>
        <updated_at>2009-12-16T04:45:34Z</updated_at>
        <logged_at>2009-12-16T04:45:22Z</logged_at>
        <min_month>2008-03-01T00:00:00Z</min_month>
        <max_month>2009-04-01T00:00:00Z</max_month>
        <twelve_month_contributor_count>1</twelve_month_contributor_count>
        <total_code_lines>1664</total_code_lines>
        <main_language_id>17</main_language_id>
        <main_language_name>C#</main_language_name>
      </analysis>
      <licenses>
        <license>
          <name>mit</name>
          <nice_name>MIT License</nice_name>
        </license>
      </licenses>
    </project>
  </result>
</response>
