Slide 7
Slide 7 text
なんでアサーションメソッドが好きなの?
• 表現力豊かなテスト(Expressive Tests)は、
xUnit Test Patterns「自動化テストのゴール」群の1つ
• 関連パターンに「Custom Assertion」など
• "Create a purpose-built Assertion Method that
compares only those attributes of the object that
define test-specific equality."
• アサーションメソッド ≒ 語彙力となる、と思う
参考:
http://xunitpatterns.com/Goals%20of%20Test%20Automation.html
http://xunitpatterns.com/Custom%20Assertion.html