public void SortRegisterEmptyIn_EmptyOut()
 => Assert.AreEqual("", _testInstance.Sort(""));
Ejemplo n.º 2
0
 public void RegisterNothing_OutNothing_Sort()
 => Assert.AreEqual("", _testInstance.Sort(""));