Sha256: 03802f959bdf265455db7f9472e1856dd13340d81e2c6cc4093931046ff79501
Contents?: true
Size: 747 Bytes
Versions: 6
Compression:
Stored size: 747 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/dumpers/path_test.rb 21844 2006-02-17T17:26:59.771162Z pouillar $ test_section __FILE__ do module Uttk module Dumpers class PathTest < ::Test::Unit::TestCase # # Methods # def setup super # ... end def teardown super # ... end # # Tests # def test_xxx # ... end def test_yyy # ... end end # class PathTest end # module Dumpers end # module Uttk end
Version data entries
6 entries across 6 versions & 1 rubygems