林永吉的四则运算库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
179 B

  1. [TestMethod1]
  2. na=6
  3. nb=2
  4. nExpect=3
  5. [TestMethod2]
  6. na=4
  7. nb=2
  8. nExpect=2
  9. [TestMethod3]
  10. na=3
  11. nb=0
  12. nExpect=0
  13. [TestMethod4]
  14. na=100
  15. nb=10
  16. nExpect=10
  17. [TestMethod5]
  18. na=100
  19. nb=10
  20. nExpect=10