[Whizzbot-devel] Updates
whizzbot at icecode.org
whizzbot at icecode.org
Wed Aug 6 17:50:28 EDT 2003
Hi
I have added the revised Technical Architecture doc both to CVS and to
the docs section on Rubyforge.
I have also added some tasks categorised by type and I have allocated
the ones that use the network class to you - and the ones using control
class to me.
I have also checked into cvs some initial control class code and tests,
which I will be working on this week.
Test First ----
if you look in your ruby source - for a directory called test -
somewhere like
ruby\\lib\\ruby\\1.8\\test
In the test folder there is a ruby file called Unit.rb - if you read
this file it explains how to use the test framework for unit testing.
Basically we write a method then write a test for it using unit/test in
our test class, then continue writing methods in the our main class and
writing tests for our methods in the test_class. You have to call your
method from the main class in order to test it in the test_class.
hope that helps a bit
Thanks - Take care
Kingsley
More information about the Whizzbot-devel
mailing list