The ongoing search for simple solutions.

Showing posts with label web-dev. Show all posts
Showing posts with label web-dev. Show all posts

Monday, 24 August 2009

Some notes on Slim (getting started)

To use Slim instead of Fit, you need to define Slim as the test system
  • !define TEST_SYSTEM {slim}
Symbols
  • $name= sets the symbol
  • $name uses the symbol
  • $name= also in script tables as first cell$
Decision Tables (aka Slim Column fixture)
  • Check/Check not – value test pass/fail
  • Ensure/Reject - bool test pass/fail
  • Note - comment
  • Show – display result
  • Start – sets up a different system under test
  • Optional constructor arguments after class name

Tuesday, 11 August 2009

Free Icons from 37Signals.com

I found some nice, free to use, icons over at 37signals.com.

Other Blogs