Class: TestContext

Inherits:
Object
  • Object
show all
Defined in:
lib/perfecto-reporting/test/TestContext.rb

Overview

TestContext

TestContext tags will be presented in reporting ui. This tags attached to each test execution.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ TestContext

Create TestContext instance



10
11
12
# File 'lib/perfecto-reporting/test/TestContext.rb', line 10

def initialize *args
  @testExecutionTags = args
end

Instance Attribute Details

#testExecutionTagsObject

Returns the value of attribute testExecutionTags.



7
8
9
# File 'lib/perfecto-reporting/test/TestContext.rb', line 7

def testExecutionTags
  @testExecutionTags
end