コード例 #1
0
 public void Adds(string str1, string str2, string expected)
 {
     BinaryOperations.AddBinary(str1, str2).Should().Be(expected);
 }