Sha256: 264a4a2c5ce484977f6a4c9b2eb30b30719906684e32bcafcc03fcf70f69bc56
Contents?: true
Size: 760 Bytes
Versions: 3
Compression:
Stored size: 760 Bytes
Contents
# Author:: Nicolas Pouillard <ertai@lrde.epita.fr>. # Copyright:: Copyright (c) 2005 Uttk Team. All rights reserved. # License:: LGPL # Revision:: $Id: /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.3.6.1 | test/unit/filters/text_filter_test.rb |
uttk-0.3.5.0 | test/unit/filters/text_filter_test.rb |
uttk-0.3.1.2 | test/unit/filters/text_filter_test.rb |