Added logging to IPCMediator.
This commit is contained in:
parent
8ebe9ee9f7
commit
7e6e6a9333
@ -1,11 +1,18 @@
|
||||
using System;
|
||||
using GameServiceWarden.Core.Logging;
|
||||
using GameServiceWarden.Core.UI;
|
||||
using Xunit;
|
||||
using Xunit.Abstractions;
|
||||
|
||||
namespace GameServiceWarden.Core.Tests.UI
|
||||
{
|
||||
public class IPCMediatorTest
|
||||
{
|
||||
public IPCMediatorTest(ITestOutputHelper output)
|
||||
{
|
||||
Logger.AddLogListener(new XUnitLogger(output));
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public void Open_Closed_Opened()
|
||||
{
|
||||
|
Reference in New Issue
Block a user