Wednesday, November 18, 2009

Class Creation

Today I was guided through the creation of a method. So far I have created a test for a program i am going to write and first thing tomorrow I will create the actual program. The goal of which is to convert a string into one that is "more frantic sounding" the testing document contains an example:
testShout
self assert: ('Don''t panic' shout = 'DON''T PANIC!')
which tests the input of Don't panic for the output of DON'T PANIC!

No comments:

Post a Comment