Skip to content

Commit 12aa1e5

Browse files
committed
WIP missing test templates
1 parent 4bd9f71 commit 12aa1e5

File tree

10 files changed

+88
-1
lines changed

10 files changed

+88
-1
lines changed

src/Utility.Test/AsciiTest.cs

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
using Bunit;
2+
using Xunit;
3+
4+
namespace Utility.Test;
5+
6+
public class AsciiTest : TestContext
7+
{
8+
public AsciiTest() {}
9+
10+
// [Fact]
11+
}

src/Utility.Test/HexToDecTest.cs

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
using Bunit;
2+
using Xunit;
3+
4+
namespace Utility.Test;
5+
6+
public class HexToDecTest : TestContext
7+
{
8+
public HexToDecTest() {}
9+
10+
// [Fact]
11+
}
File renamed without changes.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
using Bunit;
2+
using Xunit;
3+
4+
namespace Utility.Test;
5+
6+
public class MonacoDiffEditorTest : TestContext
7+
{
8+
public MonacoDiffEditorTest() {}
9+
10+
// [Fact]
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
using Bunit;
2+
using Xunit;
3+
4+
namespace Utility.Test;
5+
6+
public class MonacoEditorTest : TestContext
7+
{
8+
public MonacoEditorTest() {}
9+
10+
// [Fact]
11+
}

src/Utility.Test/SQLContainsTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
using BlazorMonaco;
21
using Bunit;
32
using Xunit;
43

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
using Bunit;
2+
using Xunit;
3+
4+
namespace Utility.Test;
5+
6+
public class SQLInClauseTest : TestContext
7+
{
8+
public SQLInClauseTest() {}
9+
10+
// [Fact]
11+
}

src/Utility.Test/SQLInputTest.cs

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
using Bunit;
2+
using Xunit;
3+
4+
namespace Utility.Test;
5+
6+
public class SQLInputTest : TestContext
7+
{
8+
public SQLInputTest() {}
9+
10+
// [Fact]
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
using Bunit;
2+
using Xunit;
3+
4+
namespace Utility.Test;
5+
6+
public class TimeConverterTest : TestContext
7+
{
8+
public TimeConverterTest() {}
9+
10+
// [Fact]
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
using Bunit;
2+
using Xunit;
3+
4+
namespace Utility.Test;
5+
6+
public class UnicodePickerTest : TestContext
7+
{
8+
public UnicodePickerTest() {}
9+
10+
// [Fact]
11+
}

0 commit comments

Comments
 (0)