module Robottelo::Reporter

Constants

TESTCASE_PROPERTIES_MAPPING
TEST_ATTRIBUTE_ID
TestResult
VERSION

Public Class Methods

test_attributes(klass, name) click to toggle source
# File lib/robottelo/reporter/attributes.rb, line 5
def self.test_attributes(klass, name)
  test_attr = {}
  test_attr = klass.get_test_attributes(name) if klass.respond_to?(:get_test_attributes)
  test_attr
end