public void SortRegisterEmptyIn_EmptyOut()
 => Assert.AreEqual("", _testInstance.Sort(""));
Пример #2
0
 public void RegisterNothing_OutNothing_Sort()
 => Assert.AreEqual("", _testInstance.Sort(""));