cairo 1.8.5 → 1.10.0
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of cairo might be problematic. Click here for more details.
- data/NEWS +2 -2
- data/Rakefile +44 -7
- data/ext/cairo/cairo.def +28 -1
- data/ext/cairo/extconf.rb +14 -16
- data/ext/cairo/rb_cairo.c +4 -1
- data/ext/cairo/rb_cairo.h +65 -1
- data/ext/cairo/rb_cairo_constants.c +150 -3
- data/ext/cairo/rb_cairo_context.c +17 -0
- data/ext/cairo/rb_cairo_device.c +406 -0
- data/ext/cairo/rb_cairo_exception.c +83 -32
- data/ext/cairo/rb_cairo_io.c +166 -0
- data/ext/cairo/rb_cairo_io.h +44 -0
- data/ext/cairo/rb_cairo_matrix.c +1 -1
- data/ext/cairo/rb_cairo_private.h +3 -0
- data/ext/cairo/rb_cairo_region.c +385 -0
- data/ext/cairo/rb_cairo_surface.c +674 -199
- data/samples/blur.rb +2 -3
- data/samples/{pac2.rb → pac-nomralize.rb} +5 -6
- data/samples/pac-tee.rb +170 -0
- data/samples/pac.rb +2 -3
- data/samples/png.rb +2 -3
- data/samples/scalable.rb +2 -3
- data/samples/text-on-path.rb +2 -3
- data/samples/text2.rb +2 -3
- data/test/cairo-test-utils.rb +15 -0
- data/test/run-test.rb +5 -4
- data/test/test_context.rb +4 -4
- data/test/test_font_face.rb +34 -21
- data/test/test_recording_surface.rb +18 -0
- data/test/test_region.rb +102 -0
- data/test/test_script_device.rb +46 -0
- data/test/test_script_surface.rb +13 -0
- data/test/test_surface.rb +14 -4
- data/test/test_tee_surface.rb +32 -0
- data/test/test_xml_device.rb +22 -0
- data/test/test_xml_surface.rb +32 -0
- metadata +49 -77
- data/pkg-config.rb +0 -313
- data/test-unit/Rakefile +0 -30
- data/test-unit/bin/testrb +0 -5
- data/test-unit/lib/test/unit.rb +0 -280
- data/test-unit/lib/test/unit/assertionfailederror.rb +0 -14
- data/test-unit/lib/test/unit/assertions.rb +0 -722
- data/test-unit/lib/test/unit/attribute.rb +0 -125
- data/test-unit/lib/test/unit/autorunner.rb +0 -254
- data/test-unit/lib/test/unit/collector.rb +0 -43
- data/test-unit/lib/test/unit/collector/descendant.rb +0 -23
- data/test-unit/lib/test/unit/collector/dir.rb +0 -108
- data/test-unit/lib/test/unit/collector/load.rb +0 -135
- data/test-unit/lib/test/unit/collector/objectspace.rb +0 -34
- data/test-unit/lib/test/unit/color.rb +0 -61
- data/test-unit/lib/test/unit/diff.rb +0 -524
- data/test-unit/lib/test/unit/error.rb +0 -124
- data/test-unit/lib/test/unit/exceptionhandler.rb +0 -39
- data/test-unit/lib/test/unit/failure.rb +0 -110
- data/test-unit/lib/test/unit/fixture.rb +0 -185
- data/test-unit/lib/test/unit/notification.rb +0 -125
- data/test-unit/lib/test/unit/omission.rb +0 -143
- data/test-unit/lib/test/unit/pending.rb +0 -146
- data/test-unit/lib/test/unit/priority.rb +0 -146
- data/test-unit/lib/test/unit/runner/console.rb +0 -46
- data/test-unit/lib/test/unit/runner/emacs.rb +0 -8
- data/test-unit/lib/test/unit/testcase.rb +0 -281
- data/test-unit/lib/test/unit/testresult.rb +0 -89
- data/test-unit/lib/test/unit/testsuite.rb +0 -110
- data/test-unit/lib/test/unit/ui/console/outputlevel.rb +0 -14
- data/test-unit/lib/test/unit/ui/console/testrunner.rb +0 -195
- data/test-unit/lib/test/unit/ui/emacs/testrunner.rb +0 -49
- data/test-unit/lib/test/unit/ui/testrunner.rb +0 -20
- data/test-unit/lib/test/unit/ui/testrunnermediator.rb +0 -77
- data/test-unit/lib/test/unit/ui/testrunnerutilities.rb +0 -41
- data/test-unit/lib/test/unit/util/backtracefilter.rb +0 -41
- data/test-unit/lib/test/unit/util/observable.rb +0 -90
- data/test-unit/lib/test/unit/util/procwrapper.rb +0 -48
- data/test-unit/lib/test/unit/version.rb +0 -7
- data/test-unit/sample/adder.rb +0 -13
- data/test-unit/sample/subtracter.rb +0 -12
- data/test-unit/sample/tc_adder.rb +0 -18
- data/test-unit/sample/tc_subtracter.rb +0 -18
- data/test-unit/sample/ts_examples.rb +0 -7
- data/test-unit/test/collector/test_descendant.rb +0 -135
- data/test-unit/test/collector/test_dir.rb +0 -406
- data/test-unit/test/collector/test_load.rb +0 -333
- data/test-unit/test/collector/test_objectspace.rb +0 -98
- data/test-unit/test/run-test.rb +0 -13
- data/test-unit/test/test_assertions.rb +0 -693
- data/test-unit/test/test_attribute.rb +0 -86
- data/test-unit/test/test_color.rb +0 -37
- data/test-unit/test/test_diff.rb +0 -477
- data/test-unit/test/test_emacs_runner.rb +0 -60
- data/test-unit/test/test_error.rb +0 -26
- data/test-unit/test/test_failure.rb +0 -33
- data/test-unit/test/test_fixture.rb +0 -252
- data/test-unit/test/test_notification.rb +0 -33
- data/test-unit/test/test_omission.rb +0 -81
- data/test-unit/test/test_pending.rb +0 -70
- data/test-unit/test/test_priority.rb +0 -89
- data/test-unit/test/test_testcase.rb +0 -430
- data/test-unit/test/test_testresult.rb +0 -113
- data/test-unit/test/test_testsuite.rb +0 -129
- data/test-unit/test/testunit_test_util.rb +0 -14
- data/test-unit/test/ui/test_testrunmediator.rb +0 -20
- data/test-unit/test/util/test_backtracefilter.rb +0 -41
- data/test-unit/test/util/test_observable.rb +0 -102
- data/test-unit/test/util/test_procwrapper.rb +0 -36
- data/test/test_pkg_config.rb +0 -123
@@ -1,60 +0,0 @@
|
|
1
|
-
require 'test/unit'
|
2
|
-
require 'test/unit/ui/emacs/testrunner'
|
3
|
-
|
4
|
-
class TestUnitEmacsRunner < Test::Unit::TestCase
|
5
|
-
def test_format_failure_with_a_location
|
6
|
-
runner = create_runner
|
7
|
-
test_name = "test_failure"
|
8
|
-
file = "/home/user/test_xxx.rb"
|
9
|
-
line = "3"
|
10
|
-
info = "in `xxx'"
|
11
|
-
location = "#{file}:#{line}: #{info}"
|
12
|
-
message = "FAIL!!!"
|
13
|
-
failure = Test::Unit::Failure.new(test_name, [location], message)
|
14
|
-
assert_equal(<<-EOM.chomp, runner.send(:format_fault, failure))
|
15
|
-
Failure:
|
16
|
-
#{test_name} [#{file}:#{line}]:
|
17
|
-
#{message}
|
18
|
-
EOM
|
19
|
-
end
|
20
|
-
|
21
|
-
def test_format_failure_with_locations
|
22
|
-
runner = create_runner
|
23
|
-
test_name = "test_failure"
|
24
|
-
locations = ["/home/user/test_xxx.rb:3: in `xxx'",
|
25
|
-
"/home/user/yyy/test_yyy.rb:999: in `yyy'",
|
26
|
-
"/home/user/xyz/zzz.rb:29: in `zzz'"]
|
27
|
-
message = "Many backtrace!!!"
|
28
|
-
failure = Test::Unit::Failure.new(test_name, locations, message)
|
29
|
-
assert_equal(<<-EOM.chomp, runner.send(:format_fault, failure))
|
30
|
-
Failure:
|
31
|
-
#{test_name}
|
32
|
-
#{locations.join("\n")}:
|
33
|
-
#{message}
|
34
|
-
EOM
|
35
|
-
end
|
36
|
-
|
37
|
-
def test_format_error
|
38
|
-
runner = create_runner
|
39
|
-
test_name = "test_error"
|
40
|
-
message = "Error Message!!!"
|
41
|
-
backtrace = ["/home/user/test_xxx.rb:3: in `xxx'",
|
42
|
-
"/home/user/yyy/test_yyy.rb:999: in `yyy'",
|
43
|
-
"/home/user/xyz/zzz.rb:29: in `zzz'"]
|
44
|
-
exception = RuntimeError.new(message)
|
45
|
-
exception.set_backtrace(backtrace)
|
46
|
-
error = Test::Unit::Error.new(test_name, exception)
|
47
|
-
assert_equal(<<-EOM.chomp, runner.send(:format_fault, error))
|
48
|
-
Error:
|
49
|
-
#{test_name}:
|
50
|
-
#{exception.class.name}: #{message}
|
51
|
-
#{backtrace.join("\n")}
|
52
|
-
EOM
|
53
|
-
end
|
54
|
-
|
55
|
-
private
|
56
|
-
def create_runner(suite=nil)
|
57
|
-
suite ||= Test::Unit::TestSuite.new
|
58
|
-
Test::Unit::UI::Emacs::TestRunner.new(suite)
|
59
|
-
end
|
60
|
-
end
|
@@ -1,26 +0,0 @@
|
|
1
|
-
# Author:: Nathaniel Talbott.
|
2
|
-
# Copyright:: Copyright (c) 2000-2002 Nathaniel Talbott. All rights reserved.
|
3
|
-
# License:: Ruby license.
|
4
|
-
|
5
|
-
require 'test/unit'
|
6
|
-
|
7
|
-
module Test
|
8
|
-
module Unit
|
9
|
-
class TC_Error < TestCase
|
10
|
-
TF_Exception = Struct.new('TF_Exception', :message, :backtrace)
|
11
|
-
def test_display
|
12
|
-
ex = TF_Exception.new("message1\nmessage2", ['line1', 'line2'])
|
13
|
-
e = Error.new("name", ex)
|
14
|
-
assert_equal("name: #{TF_Exception.name}: message1", e.short_display)
|
15
|
-
assert_equal(<<EOM.strip, e.long_display)
|
16
|
-
Error:
|
17
|
-
name:
|
18
|
-
Struct::TF_Exception: message1
|
19
|
-
message2
|
20
|
-
line1
|
21
|
-
line2
|
22
|
-
EOM
|
23
|
-
end
|
24
|
-
end
|
25
|
-
end
|
26
|
-
end
|
@@ -1,33 +0,0 @@
|
|
1
|
-
# Author:: Nathaniel Talbott.
|
2
|
-
# Copyright:: Copyright (c) 2003 Nathaniel Talbott. All rights reserved.
|
3
|
-
# License:: Ruby license.
|
4
|
-
|
5
|
-
require 'test/unit'
|
6
|
-
require 'test/unit/failure'
|
7
|
-
|
8
|
-
module Test::Unit
|
9
|
-
class TestFailure < TestCase
|
10
|
-
def test_display
|
11
|
-
f = Failure.new("name", [%q{location:1 in 'l'}], "message1\nmessage2")
|
12
|
-
assert_equal("name: message1", f.short_display)
|
13
|
-
assert_equal(<<EOM.strip, f.long_display)
|
14
|
-
Failure:
|
15
|
-
name [location:1]:
|
16
|
-
message1
|
17
|
-
message2
|
18
|
-
EOM
|
19
|
-
|
20
|
-
f = Failure.new("name", [%q{location1:2 in 'l1'}, 'location2:1', %q{location3:3 in 'l3'}], "message1\nmessage2")
|
21
|
-
assert_equal("name: message1", f.short_display)
|
22
|
-
assert_equal(<<EOM.strip, f.long_display)
|
23
|
-
Failure:
|
24
|
-
name
|
25
|
-
[location1:2 in 'l1'
|
26
|
-
location2:1
|
27
|
-
location3:3 in 'l3']:
|
28
|
-
message1
|
29
|
-
message2
|
30
|
-
EOM
|
31
|
-
end
|
32
|
-
end
|
33
|
-
end
|
@@ -1,252 +0,0 @@
|
|
1
|
-
class TestUnitFixture < Test::Unit::TestCase
|
2
|
-
module EmptyModule
|
3
|
-
end
|
4
|
-
|
5
|
-
def test_setup_without_option
|
6
|
-
test_case = assert_setup([:setup,
|
7
|
-
:custom_setup_method0,
|
8
|
-
:custom_setup_method1,
|
9
|
-
:custom_setup_method3],
|
10
|
-
[])
|
11
|
-
assert_inherited_setup([:setup,
|
12
|
-
:custom_setup_method0,
|
13
|
-
:custom_setup_method1,
|
14
|
-
:custom_setup_method3],
|
15
|
-
test_case)
|
16
|
-
assert_inherited_setup([:setup], nil)
|
17
|
-
end
|
18
|
-
|
19
|
-
def test_setup_with_before_option
|
20
|
-
test_case = assert_setup([:custom_setup_method3,
|
21
|
-
:custom_setup_method0,
|
22
|
-
:custom_setup_method1,
|
23
|
-
:setup],
|
24
|
-
[[{:before => :append}],
|
25
|
-
[{:before => :append}],
|
26
|
-
[{:before => :prepend}],
|
27
|
-
[{:before => :prepend}]])
|
28
|
-
assert_inherited_setup([:custom_setup_method3,
|
29
|
-
:custom_setup_method0,
|
30
|
-
:custom_setup_method1,
|
31
|
-
:setup],
|
32
|
-
test_case)
|
33
|
-
assert_inherited_setup([:setup], nil)
|
34
|
-
end
|
35
|
-
|
36
|
-
def test_setup_with_after_option
|
37
|
-
test_case = assert_setup([:setup,
|
38
|
-
:custom_setup_method3,
|
39
|
-
:custom_setup_method0,
|
40
|
-
:custom_setup_method1],
|
41
|
-
[[{:after => :append}],
|
42
|
-
[{:after => :append}],
|
43
|
-
[{:after => :prepend}],
|
44
|
-
[{:after => :prepend}]])
|
45
|
-
assert_inherited_setup([:setup,
|
46
|
-
:custom_setup_method3,
|
47
|
-
:custom_setup_method0,
|
48
|
-
:custom_setup_method1],
|
49
|
-
test_case)
|
50
|
-
assert_inherited_setup([:setup], nil)
|
51
|
-
end
|
52
|
-
|
53
|
-
def test_setup_with_invalid_option
|
54
|
-
assert_invalid_setup_option(:unknown => true)
|
55
|
-
assert_invalid_setup_option(:before => :unknown)
|
56
|
-
assert_invalid_setup_option(:after => :unknown)
|
57
|
-
end
|
58
|
-
|
59
|
-
def test_teardown_without_option
|
60
|
-
test_case = assert_teardown([:custom_teardown_method3,
|
61
|
-
:custom_teardown_method1,
|
62
|
-
:custom_teardown_method0,
|
63
|
-
:teardown],
|
64
|
-
[])
|
65
|
-
assert_inherited_teardown([:custom_teardown_method3,
|
66
|
-
:custom_teardown_method1,
|
67
|
-
:custom_teardown_method0,
|
68
|
-
:teardown],
|
69
|
-
test_case)
|
70
|
-
assert_inherited_teardown([:teardown], nil)
|
71
|
-
end
|
72
|
-
|
73
|
-
def test_teardown_with_before_option
|
74
|
-
test_case = assert_teardown([:custom_teardown_method3,
|
75
|
-
:custom_teardown_method0,
|
76
|
-
:custom_teardown_method1,
|
77
|
-
:teardown],
|
78
|
-
[[{:before => :append}],
|
79
|
-
[{:before => :append}],
|
80
|
-
[{:before => :prepend}],
|
81
|
-
[{:before => :prepend}]])
|
82
|
-
assert_inherited_teardown([:custom_teardown_method3,
|
83
|
-
:custom_teardown_method0,
|
84
|
-
:custom_teardown_method1,
|
85
|
-
:teardown],
|
86
|
-
test_case)
|
87
|
-
assert_inherited_teardown([:teardown], nil)
|
88
|
-
end
|
89
|
-
|
90
|
-
def test_teardown_with_after_option
|
91
|
-
test_case = assert_teardown([:teardown,
|
92
|
-
:custom_teardown_method3,
|
93
|
-
:custom_teardown_method0,
|
94
|
-
:custom_teardown_method1],
|
95
|
-
[[{:after => :append}],
|
96
|
-
[{:after => :append}],
|
97
|
-
[{:after => :prepend}],
|
98
|
-
[{:after => :prepend}]])
|
99
|
-
assert_inherited_teardown([:teardown,
|
100
|
-
:custom_teardown_method3,
|
101
|
-
:custom_teardown_method0,
|
102
|
-
:custom_teardown_method1],
|
103
|
-
test_case)
|
104
|
-
assert_inherited_teardown([:teardown], nil)
|
105
|
-
end
|
106
|
-
|
107
|
-
def test_teardown_with_invalid_option
|
108
|
-
assert_invalid_teardown_option(:unknown => true)
|
109
|
-
assert_invalid_teardown_option(:before => :unknown)
|
110
|
-
assert_invalid_teardown_option(:after => :unknown)
|
111
|
-
end
|
112
|
-
|
113
|
-
private
|
114
|
-
def assert_setup_customizable(expected, parent, options)
|
115
|
-
called = []
|
116
|
-
test_case = Class.new(parent || Test::Unit::TestCase) do
|
117
|
-
yield(self, :before) if block_given?
|
118
|
-
|
119
|
-
@@called = called
|
120
|
-
def setup
|
121
|
-
@@called << :setup
|
122
|
-
end
|
123
|
-
|
124
|
-
setup(*(options[0] || [])) if options
|
125
|
-
def custom_setup_method0
|
126
|
-
@@called << :custom_setup_method0
|
127
|
-
end
|
128
|
-
|
129
|
-
def custom_setup_method1
|
130
|
-
@@called << :custom_setup_method1
|
131
|
-
end
|
132
|
-
setup(*[:custom_setup_method1, *(options[1] || [])]) if options
|
133
|
-
|
134
|
-
setup(*(options[2] || [])) if options
|
135
|
-
def custom_setup_method2
|
136
|
-
@@called << :custom_setup_method2
|
137
|
-
end
|
138
|
-
unregister_setup(:custom_setup_method2) if options
|
139
|
-
|
140
|
-
setup(*(options[3] || [])) if options
|
141
|
-
def custom_setup_method3
|
142
|
-
@@called << :custom_setup_method3
|
143
|
-
end
|
144
|
-
|
145
|
-
def test_nothing
|
146
|
-
end
|
147
|
-
|
148
|
-
yield(self, :after) if block_given?
|
149
|
-
end
|
150
|
-
|
151
|
-
test_case.new("test_nothing").run(Test::Unit::TestResult.new) {}
|
152
|
-
assert_equal(expected, called)
|
153
|
-
test_case
|
154
|
-
end
|
155
|
-
|
156
|
-
def assert_setup(expected, options)
|
157
|
-
_test_case = assert_setup_customizable(expected, nil, options)
|
158
|
-
assert_setup_customizable(expected, nil, options) do |test_case, tag|
|
159
|
-
test_case.send(:include, EmptyModule) if tag == :before
|
160
|
-
end
|
161
|
-
_test_case
|
162
|
-
end
|
163
|
-
|
164
|
-
def assert_inherited_setup(expected, parent)
|
165
|
-
_test_case = assert_setup_customizable(expected, parent, nil)
|
166
|
-
assert_setup_customizable(expected, parent, nil) do |test_case, tag|
|
167
|
-
test_case.send(:include, EmptyModule) if tag == :before
|
168
|
-
end
|
169
|
-
_test_case
|
170
|
-
end
|
171
|
-
|
172
|
-
def assert_teardown_customizable(expected, parent, options)
|
173
|
-
called = []
|
174
|
-
test_case = Class.new(parent || Test::Unit::TestCase) do
|
175
|
-
yield(self, :before) if block_given?
|
176
|
-
|
177
|
-
@@called = called
|
178
|
-
def teardown
|
179
|
-
@@called << :teardown
|
180
|
-
end
|
181
|
-
|
182
|
-
teardown(*(options[0] || [])) if options
|
183
|
-
def custom_teardown_method0
|
184
|
-
@@called << :custom_teardown_method0
|
185
|
-
end
|
186
|
-
|
187
|
-
def custom_teardown_method1
|
188
|
-
@@called << :custom_teardown_method1
|
189
|
-
end
|
190
|
-
teardown(*[:custom_teardown_method1, *(options[1] || [])]) if options
|
191
|
-
|
192
|
-
teardown(*(options[2] || [])) if options
|
193
|
-
def custom_teardown_method2
|
194
|
-
@@called << :custom_teardown_method2
|
195
|
-
end
|
196
|
-
unregister_teardown(:custom_teardown_method2) if options
|
197
|
-
|
198
|
-
teardown(*(options[3] || [])) if options
|
199
|
-
def custom_teardown_method3
|
200
|
-
@@called << :custom_teardown_method3
|
201
|
-
end
|
202
|
-
|
203
|
-
def test_nothing
|
204
|
-
end
|
205
|
-
|
206
|
-
yield(self, :after) if block_given?
|
207
|
-
end
|
208
|
-
|
209
|
-
test_case.new("test_nothing").run(Test::Unit::TestResult.new) {}
|
210
|
-
assert_equal(expected, called)
|
211
|
-
test_case
|
212
|
-
end
|
213
|
-
|
214
|
-
def assert_teardown(expected, options)
|
215
|
-
assert_teardown_customizable(expected, nil, options)
|
216
|
-
assert_teardown_customizable(expected, nil, options) do |test_case, tag|
|
217
|
-
test_case.send(:include, EmptyModule) if tag == :before
|
218
|
-
end
|
219
|
-
end
|
220
|
-
|
221
|
-
def assert_inherited_teardown(expected, parent)
|
222
|
-
assert_teardown_customizable(expected, parent, nil)
|
223
|
-
assert_teardown_customizable(expected, parent, nil) do |test_case, tag|
|
224
|
-
test_case.send(:include, EmptyModule) if tag == :before
|
225
|
-
end
|
226
|
-
end
|
227
|
-
|
228
|
-
def assert_invalid_option(fixture_type, option)
|
229
|
-
exception = assert_raise(ArgumentError) do
|
230
|
-
Class.new(Test::Unit::TestCase) do
|
231
|
-
def test_nothing
|
232
|
-
end
|
233
|
-
|
234
|
-
send(fixture_type, option)
|
235
|
-
def fixture
|
236
|
-
end
|
237
|
-
end
|
238
|
-
end
|
239
|
-
assert_equal("must be {:before => :prepend}, {:before => :append}, " +
|
240
|
-
"{:after => :prepend} or {:after => :append}" +
|
241
|
-
": #{option.inspect}",
|
242
|
-
exception.message)
|
243
|
-
end
|
244
|
-
|
245
|
-
def assert_invalid_setup_option(option)
|
246
|
-
assert_invalid_option(:setup, option)
|
247
|
-
end
|
248
|
-
|
249
|
-
def assert_invalid_teardown_option(option)
|
250
|
-
assert_invalid_option(:teardown, option)
|
251
|
-
end
|
252
|
-
end
|
@@ -1,33 +0,0 @@
|
|
1
|
-
require 'test/unit'
|
2
|
-
require 'testunit_test_util'
|
3
|
-
|
4
|
-
class TestNotification < Test::Unit::TestCase
|
5
|
-
include TestUnitTestUtil
|
6
|
-
|
7
|
-
class TestCase < Test::Unit::TestCase
|
8
|
-
class << self
|
9
|
-
def suite
|
10
|
-
Test::Unit::TestSuite.new(name)
|
11
|
-
end
|
12
|
-
end
|
13
|
-
|
14
|
-
def test_notify
|
15
|
-
notify("1st notify")
|
16
|
-
notify("2nd notify. Reach here.")
|
17
|
-
end
|
18
|
-
end
|
19
|
-
|
20
|
-
def test_notify
|
21
|
-
result = _run_test("test_notify")
|
22
|
-
assert_equal("1 tests, 0 assertions, 0 failures, 0 errors, 0 pendings, " \
|
23
|
-
"0 omissions, 2 notifications",
|
24
|
-
result.to_s)
|
25
|
-
assert_fault_messages(["1st notify", "2nd notify. Reach here."],
|
26
|
-
result.notifications)
|
27
|
-
end
|
28
|
-
|
29
|
-
private
|
30
|
-
def _run_test(name)
|
31
|
-
super(TestCase, name)
|
32
|
-
end
|
33
|
-
end
|
@@ -1,81 +0,0 @@
|
|
1
|
-
require 'test/unit'
|
2
|
-
require 'testunit_test_util'
|
3
|
-
|
4
|
-
class TestUnitOmission < Test::Unit::TestCase
|
5
|
-
include TestUnitTestUtil
|
6
|
-
|
7
|
-
class TestCase < Test::Unit::TestCase
|
8
|
-
class << self
|
9
|
-
def suite
|
10
|
-
Test::Unit::TestSuite.new(name)
|
11
|
-
end
|
12
|
-
end
|
13
|
-
|
14
|
-
def test_omit
|
15
|
-
omit("1st omit")
|
16
|
-
omit("2nd omit. Should not be reached here.")
|
17
|
-
assert(true, "Should not be reached here too.")
|
18
|
-
end
|
19
|
-
|
20
|
-
def test_omit_with_condition
|
21
|
-
omit_if(false, "Never omit.")
|
22
|
-
omit_unless(true, "Never omit too.")
|
23
|
-
omit_if(true, "Should omit.")
|
24
|
-
omit("The last omit. Should not be reached here.")
|
25
|
-
end
|
26
|
-
|
27
|
-
def test_omit_with_block
|
28
|
-
omit("Omit block") do
|
29
|
-
flunk("Should not be reached here.")
|
30
|
-
end
|
31
|
-
assert(true, "Should be reached here.")
|
32
|
-
end
|
33
|
-
|
34
|
-
def test_omit_with_block_and_condition
|
35
|
-
omit_if(false, "Never omit.") do
|
36
|
-
assert(true, "Should be reached here.")
|
37
|
-
end
|
38
|
-
omit_if(true, "Should omit.") do
|
39
|
-
flunk("Never reached here.")
|
40
|
-
end
|
41
|
-
assert(true, "Should be reached here too.")
|
42
|
-
end
|
43
|
-
end
|
44
|
-
|
45
|
-
def test_omit
|
46
|
-
result = _run_test("test_omit")
|
47
|
-
assert_equal("1 tests, 0 assertions, 0 failures, 0 errors, 0 pendings, " \
|
48
|
-
"1 omissions, 0 notifications",
|
49
|
-
result.to_s)
|
50
|
-
assert_fault_messages(["1st omit"], result.omissions)
|
51
|
-
end
|
52
|
-
|
53
|
-
def test_omit_with_condition
|
54
|
-
result = _run_test("test_omit_with_condition")
|
55
|
-
assert_equal("1 tests, 0 assertions, 0 failures, 0 errors, 0 pendings, " \
|
56
|
-
"1 omissions, 0 notifications",
|
57
|
-
result.to_s)
|
58
|
-
assert_fault_messages(["Should omit."], result.omissions)
|
59
|
-
end
|
60
|
-
|
61
|
-
def test_omit_with_block
|
62
|
-
result = _run_test("test_omit_with_block")
|
63
|
-
assert_equal("1 tests, 1 assertions, 0 failures, 0 errors, 0 pendings, " \
|
64
|
-
"1 omissions, 0 notifications",
|
65
|
-
result.to_s)
|
66
|
-
assert_fault_messages(["Omit block"], result.omissions)
|
67
|
-
end
|
68
|
-
|
69
|
-
def test_omit_with_condition_and_block
|
70
|
-
result = _run_test("test_omit_with_block_and_condition")
|
71
|
-
assert_equal("1 tests, 1 assertions, 0 failures, 0 errors, 0 pendings, " \
|
72
|
-
"1 omissions, 0 notifications",
|
73
|
-
result.to_s)
|
74
|
-
assert_fault_messages(["Should omit."], result.omissions)
|
75
|
-
end
|
76
|
-
|
77
|
-
private
|
78
|
-
def _run_test(name)
|
79
|
-
super(TestCase, name)
|
80
|
-
end
|
81
|
-
end
|