Class: TestCase

Inherits:
Object
  • Object
show all
Defined in:
lib/test_case.rb

Overview

A empty testcase

Instance Method Summary collapse

Constructor Details

#initialize(test_file) ⇒ TestCase

Returns a new instance of TestCase.



3
4
5
# File 'lib/test_case.rb', line 3

def initialize test_file
  @testcase = Urushiol::VarnishTestBase.new("#{test_file}")
end

Instance Method Details

#testcaseObject



7
8
9
# File 'lib/test_case.rb', line 7

def testcase
  @testcase
end