コード例 #1
0
        public void Action_Is_Correct(string path, PathAction expectedAction)
        {
            var output = ClassInTest.DecideAction(path);

            Assert.That(output, Is.EqualTo(expectedAction), $"{path} - {expectedAction}");
        }