Skip to content

Commit

Permalink
ReSharper 6 Support Mostly Complete. Pending Test
Browse files Browse the repository at this point in the history
  • Loading branch information
hhariri committed Jul 19, 2011
1 parent c06ea9c commit 2d113aa
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Source/Machine.Specifications.ReSharperRunner.6.0/Interface1.cs
@@ -0,0 +1,12 @@
using System.Xml;

using JetBrains.ReSharper.UnitTestFramework;

namespace Machine.Specifications.ReSharperRunner
{
public interface ISerializableUnitTestElement
{
void WriteToXml(XmlElement parent);
IUnitTestElement ReadFromXml(XmlElement parent, IUnitTestElement parentElement, MSpecUnitTestProvider provider);
}
}

0 comments on commit 2d113aa

Please sign in to comment.