コード例 #1
0
 public void SubtractOperandTypeTests(string actualStr, string expectedStr, string expectedTypeStr)
 => TestCommon.EvaluateActualAndExpected(actualStr, expectedStr, expectedTypeStr, new Configuration()
 {
     AllowMultidayTimes = true
 });