class TestStr

Constants

ROOT

Public Instance Methods

setup() click to toggle source
# File test/test_params.rb, line 14
def setup
  @str = CW::Str.new
end
test_stringify() click to toggle source
# File test/test_params.rb, line 18
def test_stringify
  assert_equal('a, b', @str.stringify(['a','b']))
end