Skip to content

Commit

Permalink
Added statlight sample files. Initial parser method.
Browse files Browse the repository at this point in the history
  • Loading branch information
andywhitfield committed Apr 9, 2011
1 parent eccd5d5 commit f8a1937
Show file tree
Hide file tree
Showing 8 changed files with 336 additions and 0 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

127 changes: 127 additions & 0 deletions StatLightToNUnitReportGenerator.Tests/Properties/Resources.resx
@@ -0,0 +1,127 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="StatLightExample" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\StatLightExample.xml;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
</data>
<data name="StatLightSimpleExample" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\StatLightSimpleExample.xml;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
</data>
</root>
24 changes: 24 additions & 0 deletions StatLightToNUnitReportGenerator.Tests/StatLightExample.xml
@@ -0,0 +1,24 @@
<StatLightTestResults total="6" ignored="1" failed="2" dateRun="2011-04-09 21:06:03">
<tests xapFileName="bin\Debug\SomeApplication.Tests.xap">
<test name="SomeApplication.Tests.ATest.My_first_test." resulttype="Passed" timeToComplete="00:00:00" />
<test name="SomeApplication.Tests.Util.My_second_test.Another_test." resulttype="Passed" timeToComplete="00:00:00" />
<test name="SomeApplication.Tests.Util.My_second_test.Assert_failure." resulttype="Failed" timeToComplete="00:00:00.0090005">
<exceptionInfo>
<message>Assert.Fail failed. test</message>
<stackTrace>
at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.HandleFail(String assertionName, String message, Object[] parameters)
at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.Fail(String message)
at SomeApplication.Tests.Util.My_second_test.Assert_failure()</stackTrace>
</exceptionInfo>
</test>
<test name="SomeApplication.Tests.Util.My_second_test.Some_other_test." resulttype="Passed" timeToComplete="00:00:00.0010001" />
<test name="SomeApplication.Tests.This_one_is_disabled." resulttype="Ignored" timeToComplete="00:00:00" />
<test name="SomeApplication.Tests.Util.My_second_test.Throws_exception." resulttype="Failed" timeToComplete="00:00:00.0010000">
<exceptionInfo>
<message>Specified method is not supported.</message>
<stackTrace>
at SomeApplication.Tests.Util.ShellViewModelTest.Throws_exception()</stackTrace>
</exceptionInfo>
</test>
</tests>
</StatLightTestResults>
@@ -0,0 +1,5 @@
<StatLightTestResults total="1" ignored="0" failed="0" dateRun="2011-04-09 21:06:03">
<tests xapFileName="bin\Debug\SomeApplication.Tests.xap">
<test name="SomeApplication.Tests.ATest.My_first_test." resulttype="Passed" timeToComplete="00:00:00" />
</tests>
</StatLightTestResults>
Expand Up @@ -45,13 +45,31 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="StatListReportParserTest.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\StatLightToNUnitReportGenerator\StatLightToNUnitReportGenerator.csproj">
<Project>{A9EC29E5-B43D-44B1-B5DD-5C1984E8A2F3}</Project>
<Name>StatLightToNUnitReportGenerator</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="StatLightExample.xml">
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="StatLightSimpleExample.xml">
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
26 changes: 26 additions & 0 deletions StatLightToNUnitReportGenerator.Tests/StatListReportParserTest.cs
@@ -0,0 +1,26 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using NUnit.Framework;
using System.IO;
using StatLightToNUnitReportGenerator.Tests.Properties;

namespace StatLightToNUnitReportGenerator.Tests
{
[TestFixture]
public class StatListReportParserTest
{
[Test]
public void Should_parse_simple_sample_into_statlight_object_model()
{
var outputReader = new StringWriter();
var parser = new StatLightReportParser(new StringReader(Resources.StatLightSimpleExample), outputReader);
var result = parser.Parse();
Assert.AreEqual("bin\\Debug\\SomeApplication.Tests.xap", result.Name);
Assert.AreEqual(1, result.TotalTests);
Assert.AreEqual(0, result.TotalIgnored);
Assert.AreEqual(0, result.TotalFailed);
}
}
}
31 changes: 31 additions & 0 deletions StatLightToNUnitReportGenerator/StatLightReportParser.cs
@@ -0,0 +1,31 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.IO;

namespace StatLightToNUnitReportGenerator
{
public class StatLightReportParser
{
private readonly TextReader statlightInput;
private readonly TextWriter nunitOutput;

public StatLightReportParser(TextReader statlightInput, TextWriter nunitOutput)
{
this.statlightInput = statlightInput;
this.nunitOutput = nunitOutput;
}

public StatLightResult Parse()
{
return new StatLightResult
{
Name= "bin\\Debug\\SomeApplication.Tests.xap",
TotalTests = 1,
TotalIgnored = 0,
TotalFailed = 0
};
}
}
}
15 changes: 15 additions & 0 deletions StatLightToNUnitReportGenerator/StatLightResult.cs
@@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace StatLightToNUnitReportGenerator
{
public class StatLightResult
{
public string Name { get; internal set; }
public int TotalTests { get; internal set; }
public int TotalIgnored { get; internal set; }
public int TotalFailed { get; internal set; }
}
}

0 comments on commit f8a1937

Please sign in to comment.