//[Test] public void TestIsExitExisting() { string maze = "..\n" + ".W"; bool isExitExisting = findPath.IsExitExisting(maze); isExitExisting.Should().BeFalse(); }