Skip to content

Acceptance Criteria for Koans

John Ryan edited this page May 31, 2013 · 6 revisions
  1. For each test case in the ruby koans, there is a corresponding test method to the class. (where the given test case from ruby koans is illustrating a language feature for which there is no equivalent in C#, we'll skip those).
  2. For each test method, it has an expected value, actual value, and a helpful test message.
  3. The test should be failing on the assert.
Clone this wiki locally