<目次>
検討例(教科書コード)
def isBigger(x, y):"""Assumes x and y are ints Returns True if x i less than y and False otherwise."""
入力x, yがint型であることを想定している。
black-box testing: コードを見ずにテストすること。