Enable NRTs for unit tests.

This commit is contained in:
Pieter-Jan Briers
2020-06-12 17:11:32 +02:00
parent b1ab4a61f8
commit aaa09881cb
31 changed files with 111 additions and 108 deletions

View File

@@ -9,7 +9,7 @@ namespace Robust.UnitTesting
{
public InitialLaunchState LaunchState { get; } = new InitialLaunchState(false, null, null, null);
public void Shutdown(string reason = null)
public void Shutdown(string? reason = null)
{
}
@@ -28,7 +28,7 @@ namespace Robust.UnitTesting
{
}
public string ContentRootDir { get; set; }
public string? ContentRootDir { get; set; }
public void KeyDown(KeyEventArgs keyEvent)
{