public void SortRegisterEmptyIn_EmptyOut()
 => Assert.AreEqual("", _testInstance.Sort(""));
Example #2
0
 public void RegisterNothing_OutNothing_Sort()
 => Assert.AreEqual("", _testInstance.Sort(""));