Parent

Class/Module Index [+]

Quicksearch

Rex::Proto::DRDA::Constants::UnitTest

Constants

Konst

Public Instance Methods

test_const_values() click to toggle source
# File lib/rex/proto/drda/constants.rb.ut.rb, line 17
def test_const_values
        assert_kind_of(Array, Konst.const_values)
        assert Konst.const_values.include? Konst::EXCSAT
end
test_defines() click to toggle source
# File lib/rex/proto/drda/constants.rb.ut.rb, line 11
def test_defines
        assert_equal(Konst::EXCSAT, 0x1041)
        assert_equal(Konst::MGRLVLLS, 0x1404)
        assert_equal(Konst::SECCHKCD, 0x11a4)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.