Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 816 Bytes

test_driven_development.textile

File metadata and controls

24 lines (15 loc) · 816 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

Changelog