Beispiel #1
0
 public void TransformationStore_ToUpper_ConfirmReturn(string a, string b)
 {
     Assert.True(TransformationStore.ToUpper(a) == b);
 }