Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 945 Bytes

testing_guidelines.textile

File metadata and controls

30 lines (18 loc) · 945 Bytes

SproutCore – Testing Guidelines

This guide covers using test-driven development (TDD) techniques to develop SproutCore applications.
After reading this guide, you will be able to:

  • Write tests for methods to be implemented and use them to help you implement them.
  • Write tests to verify that your observers fire when you expect them to.
  • Write tests that verify your bindings fire when you expect them to and how to
    incorporate SC.RunLoop so that they will function.
  • TODO: more

endprologue.

WARNING: This guide is under construction.

Test-drive SproutCore Method Implementation

Test-drive Observer Implementation

Test-drive Bindings Implementation

Next

Let’s reinvent the todos project using TDD techniques.

On to SproutCore Development Using TDD »

Changelog