Sha256: 862344cb6713099b22dfc44a292a49d2d802f5c4d9c1fa6def064863c8d28e21
Contents?: true
Size: 298 Bytes
Versions: 4
Compression:
Stored size: 298 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/unittest_helper') class TestHandler < Test::Unit::TestCase def setup @handler = Pmux::Handler.new end def test_get_num_cpu assert(@handler.get_num_cpu > 0) end def _test_get_properties p @handler.get_properties end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
pmux-0.1.3 | test/test_handler.rb |
pmux-0.1.2 | test/test_handler.rb |
pmux-0.1.1 | test/test_handler.rb |
pmux-0.1.0 | test/test_handler.rb |