コード例 #1
0
 def test_accept_empty_id_raises_not_found_exception(self):
     Dispute.accept(" ")
コード例 #2
0
 def test_accept_empty_id_raises_not_found_exception(self):
     Dispute.accept(" ")
コード例 #3
0
 def test_accept_none_raises_not_found_exception(self):
     Dispute.accept(None)
コード例 #4
0
 def test_accept_none_raises_not_found_exception(self):
     Dispute.accept(None)