class Tryouts::CLI::VerboseFormatter
def has_exception_expectations?(test_case)
def has_exception_expectations?(test_case) test_case.expectations.any? { |exp| exp.type == :exception } end
def has_exception_expectations?(test_case) test_case.expectations.any? { |exp| exp.type == :exception } end