Sha256: 551b275db6702e42764cb5ffdcf55a2b7611fa2ac58dcfcc61f6c05590267beb
Contents?: true
Size: 464 Bytes
Versions: 2
Compression:
Stored size: 464 Bytes
Contents
##################################################################### # tc_wsa.rb # # Test case for the Windows::WSA module. ##################################################################### require 'windows/wsa' require 'minitest/autorun' class TC_Windows_WSA < MiniTest::Test include Windows::WSA def test_methods assert_respond_to(self, :WSAAccept) end def test_constants assert_equal(1, WSA_FLAG_OVERLAPPED) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
windows-pr-1.2.6 | test/tc_wsa.rb |
windows-pr-1.2.5 | test/tc_wsa.rb |