Class: TestResult

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

Overview

Test result

This class define a basic TestResult instance structure

Direct Known Subclasses

TestResultFailure, TestResultSuccess

Instance Method Summary collapse

Instance Method Details

#isSuccessfulObject



6
7
8
# File 'lib/perfecto-reporting/test/result/TestResult.rb', line 6

def isSuccessful
	raise 'Not Implemented Method'
end

#statusObject



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

def status
	raise 'Not Implemented Method'
end