A test class which always raise an error.
[Source]
# File lib/uttk/strategies/Error.rb, line 15 def assertion raise_error('Error always raises an error') end
[Validate]