devdaily home | apple | java | perl | unix | directory | blog

What this is

This file is included in the DevDaily.com "Ruby Source Code Warehouse" project. The intent of this project is to help you "Learn Ruby by Example" TM.

Other links

The source code

require 'rubyunit'
require 'aswiki/node.rb'

class TestAsWiki__Node < RUNIT::TestCase

  def test_to_s
    # assert_fail("untested")
    c = AsWiki::Node.new('Li')
    c << "aaa" << "bbb"
    # print c.to_s
  end

  def test_s_new
    # assert_fail("untested")
  end

end




Copyright 1998-2008 Alvin Alexander
All Rights Reserved.
 
devdaily.com is based in louisville, kentucky, and this web site is hosted by godaddy.com