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

Version Path
uttk-0.3.1.2 test/unit/dumpers/path_test.rb
uttk-0.3.5.0 test/unit/dumpers/path_test.rb
uttk-0.3.6.1 test/unit/dumpers/path_test.rb
uttk-0.4.6.1 test/unit/dumpers/path_test.rb
uttk-0.4.5.0 test/unit/dumpers/path_test.rb
uttk-0.4.6.2 test/unit/dumpers/path_test.rb