class Hiptest::Nodes::Tests

Public Class Methods

new(tests = []) click to toggle source
Calls superclass method
# File lib/hiptest-publisher/nodes.rb, line 471
def initialize(tests = [])
  super()
  @children = {tests: tests}
  tests.each {|test| test.parent = self}
end