using System; using System.Collections.Generic; using System.Text; using NUnit.Framework; namespace SokoSolve.Test.Core.Solver{ [TestFixture] public class TestSolverDeadMaps : TestPuzzleBase { } }