T type logging
This commit is contained in:
@@ -5,7 +5,7 @@ namespace UnitTests.Tests.Utils;
|
||||
[TestClass]
|
||||
public class HashUtilTests
|
||||
{
|
||||
// private readonly HashUtil _hashUtil = new(new RandomUtil());
|
||||
// protected HashUtil _hashUtil = new(new RandomUtil());
|
||||
//
|
||||
// [TestMethod]
|
||||
// public void GenerateTest()
|
||||
|
||||
@@ -6,7 +6,7 @@ namespace UnitTests.Tests.Utils;
|
||||
[TestClass]
|
||||
public class JsonUtilTests
|
||||
{
|
||||
private readonly JsonUtil _jsonUtil = new();
|
||||
protected JsonUtil _jsonUtil = new();
|
||||
[TestMethod]
|
||||
public void SerializeAndDeserialize_WithDictionaryOfETFEnum_ExpectCorrectParsing()
|
||||
{
|
||||
|
||||
@@ -5,7 +5,7 @@ namespace UnitTests.Tests.Utils;
|
||||
[TestClass]
|
||||
public class MathUtilTests
|
||||
{
|
||||
private readonly MathUtil _mathUtil = new();
|
||||
protected MathUtil _mathUtil = new();
|
||||
|
||||
[TestMethod]
|
||||
public void ListSumTest()
|
||||
@@ -80,4 +80,4 @@ public class MathUtilTests
|
||||
Assert.AreEqual(expected, actual,
|
||||
$"MapToRange() Expected: {expected}, Actual: {actual}");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@ namespace UnitTests.Tests.Utils;
|
||||
[TestClass]
|
||||
public sealed class RandomUtilTests
|
||||
{
|
||||
// private readonly RandomUtil _randomUtil = new();
|
||||
// protected RandomUtil _randomUtil = new();
|
||||
//
|
||||
// [TestMethod]
|
||||
// public void GetIntTest()
|
||||
|
||||
Reference in New Issue
Block a user