All but DataTable Deserialize
This commit is contained in:
@ -23,14 +23,14 @@ public class UnitInboundController
|
||||
_TestContext = testContext;
|
||||
_Logger = Log.ForContext<UnitInboundController>();
|
||||
_WebApplicationFactory = new WebApplicationFactory<Viewer.Program>();
|
||||
_ControllerName = nameof(Viewer.ApiControllers.ToolTypesController)[..^10];
|
||||
_ControllerName = nameof(Viewer.ApiControllers.InboundController)[..^10];
|
||||
}
|
||||
|
||||
[TestMethod]
|
||||
public void TestControllerName()
|
||||
{
|
||||
_Logger.Information("Starting Web Application");
|
||||
Assert.AreEqual(IToolTypesController<string>.GetRouteName(), _ControllerName);
|
||||
Assert.AreEqual(IInboundController<string>.GetRouteName(), _ControllerName);
|
||||
_Logger.Information($"{_TestContext?.TestName} completed");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user