Parent

Methods

Class/Module Index [+]

Quicksearch

Rex::Nop::Opty2::UnitTest

Constants

Klass

Public Instance Methods

test_opty2() click to toggle source

TODO: machine test

# File lib/rex/nop/opty2.rb.ut.rb, line 12
def test_opty2
        o = Klass.new

        100.times {
                s = o.generate_sled(100)

                assert_equal(s.length, 100)
        }
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.