class Bucky::TestEquipment::TestCase::LinkstatusTestCase

Public Class Methods

shutdown() click to toggle source
# File lib/bucky/test_equipment/test_case/linkstatus_test_case.rb, line 16
def shutdown; end
startup() click to toggle source
# File lib/bucky/test_equipment/test_case/linkstatus_test_case.rb, line 14
def startup; end

Public Instance Methods

setup() click to toggle source
# File lib/bucky/test_equipment/test_case/linkstatus_test_case.rb, line 19
def setup; end
teardown() click to toggle source
# File lib/bucky/test_equipment/test_case/linkstatus_test_case.rb, line 21
def teardown
  # Call abst_test_case.teardown to get elappsed time of every test case
  super
end