A test class which always fails.
[Source]
# File lib/ttk/strategies/Fail.rb, line 16 def assertion fail 'Fail always fails', Weights::Default.new(@value) end
[Validate]