Sha256: 1e65343310b3f0de6fa4223f42888892234b39eac7102b3314187c2564282332
Contents?: true
Size: 762 Bytes
Versions: 3
Compression:
Stored size: 762 Bytes
Contents
# Author:: Nicolas Pouillard <ertai@lrde.epita.fr>. # Copyright:: Copyright (c) 2005 Uttk Team. All rights reserved. # License:: LGPL # Revision:: $Id: /w/fey/uttk/trunk/test/unit/filters/text_filter_test.rb 8778 2005-09-26T04:34:48.103938Z ertai $ test_section __FILE__ do module Uttk module Filters class TextFilterTest < ::Test::Unit::TestCase # # Methods # def setup super # ... end def teardown super # ... end # # Tests # def test_xxx # ... end def test_yyy # ... end end # class TextFilterTest end # module Filters end # module Uttk end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
uttk-0.4.5.0 | test/unit/filters/text_filter_test.rb |
uttk-0.4.6.1 | test/unit/filters/text_filter_test.rb |
uttk-0.4.6.2 | test/unit/filters/text_filter_test.rb |