Sha256: 7e7e115e383f82a87a1a02622c92e1cc78b822bc69b14a6b02744a9fb2a26003

Contents?: true

Size: 473 Bytes

Versions: 12

Compression:

Stored size: 473 Bytes

Contents

#--
# Copyright (c) 2006-2012 Nick Sieger <nicksieger@gmail.com>
# See the file LICENSE.txt included with the distribution for
# software license details.
#++

require 'test/unit'

class TestUnitExampleTestOne < Test::Unit::TestCase
  def test_one
    puts "Some <![CDATA[on stdout]]>"
    assert(false, "First failure")
  end
  def teardown
    raise "second failure"
  end
end

class TestUnitExampleTestTwo < Test::Unit::TestCase
  def test_two
    assert true
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
ci_reporter-1.9.3 acceptance/test_unit_example_test.rb
ci_reporter-1.9.2 acceptance/test_unit_example_test.rb
ci_reporter-1.9.1 acceptance/test_unit_example_test.rb
ci_reporter-1.9.0 acceptance/test_unit_example_test.rb
ci_reporter-1.8.4 acceptance/test_unit_example_test.rb
ci_reporter-1.8.3 acceptance/test_unit_example_test.rb
ci_reporter-1.8.2 acceptance/test_unit_example_test.rb
ci_reporter-1.8.1 acceptance/test_unit_example_test.rb
ci_reporter-1.8.0 acceptance/test_unit_example_test.rb
ci_reporter-1.7.3 acceptance/test_unit_example_test.rb
ci_reporter-1.7.2 acceptance/test_unit_example_test.rb
ci_reporter-1.7.1 acceptance/test_unit_example_test.rb