Ensure TestFixture attribute added
This commit is contained in:
parent
a5cc3603c1
commit
b33e729547
4 changed files with 3 additions and 4 deletions
|
@ -3,6 +3,7 @@ using NUnit.Framework;
|
|||
|
||||
namespace GraalGmapGeneratorTests
|
||||
{
|
||||
[TestFixture]
|
||||
public class GmapBuilderTests
|
||||
{
|
||||
GmapBuilder gmapBuilder;
|
||||
|
|
|
@ -8,6 +8,7 @@ using System.Text.RegularExpressions;
|
|||
|
||||
namespace GraalGmapGeneratorTests
|
||||
{
|
||||
[TestFixture]
|
||||
public class GmapContentGeneratorTests
|
||||
{
|
||||
[Test]
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using GraalGmapGenerator;
|
||||
using NUnit.Framework;
|
||||
|
||||
|
@ -72,7 +70,5 @@ namespace GraalGmapGeneratorTests
|
|||
{
|
||||
Assert.True(GmapPropertyValidators.IsValidDirectory(validPath));
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
|
@ -3,6 +3,7 @@ using NUnit.Framework;
|
|||
|
||||
namespace GraalGmapGeneratorTests
|
||||
{
|
||||
[TestFixture]
|
||||
public class GmapTests
|
||||
{
|
||||
[Test]
|
||||
|
|
Loading…
Add table
Reference in a new issue