Class TestRandomGenerators
In: lib/random_generators.rb
Parent: ::Test::Unit::TestCase

Methods

Public Instance methods

[Source]

# File lib/random_generators.rb, line 16
    def setup
    end

[Source]

# File lib/random_generators.rb, line 19
    def teardown
    end

[Source]

# File lib/random_generators.rb, line 22
    def test_default
      assert_nothing_raised do
        assert_equal('RandomGenerators::Ruby', RandomGenerators.default.class.name)
      end
    end

[Validate]