Sha256: 54e4553946d030382ad6dbc27c337ad57f6f7b77cdbe25e761c6966aa78329eb
Contents?: true
Size: 807 Bytes
Versions: 2
Compression:
Stored size: 807 Bytes
Contents
# # test/network/bio/test_command.rb - Functional test for network connection methods in Bio::Command # # Copyright:: Copyright (C) 2008, 2011 # Naohisa Goto <ng@bioruby.org> # License:: The Ruby License # # loading helper routine for testing bioruby require 'pathname' load Pathname.new(File.join(File.dirname(__FILE__), ['..'] * 2, 'bioruby_test_helper.rb')).cleanpath.to_s # libraries needed for the tests require 'test/unit' require 'bio/command' module Bio class FuncTestCommandNet < Test::Unit::TestCase def test_read_uri assert_nothing_raised { Bio::Command.read_uri("http://bioruby.open-bio.org/") } end def test_start_http end def test_new_http end def test_post_form end end #class FuncTestCommandNet end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bio-1.4.3.0001 | test/network/bio/test_command.rb |
bio-1.4.3 | test/network/bio/test_command.rb |