activesambaldap 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (180) hide show
  1. data/Gemfile +21 -0
  2. data/NEWS.en +1 -1
  3. data/NEWS.ja +1 -1
  4. data/README.en +12 -8
  5. data/README.ja +6 -3
  6. data/Rakefile +27 -121
  7. data/lib/active_samba_ldap.rb +1 -1
  8. data/lib/active_samba_ldap/get_text_support.rb +1 -1
  9. data/lib/active_samba_ldap/version.rb +1 -1
  10. data/license/lgpl-2.1.txt +165 -0
  11. data/po/ja/active-samba-ldap.po +2 -2
  12. data/test/run-test.rb +3 -3
  13. metadata +145 -277
  14. data/bin/asl-groupadd.help +0 -16
  15. data/bin/asl-groupdel.help +0 -13
  16. data/bin/asl-groupmod.help +0 -19
  17. data/bin/asl-groupshow.help +0 -11
  18. data/bin/asl-passwd.help +0 -15
  19. data/bin/asl-populate.help +0 -28
  20. data/bin/asl-purge.help +0 -11
  21. data/bin/asl-samba-computeradd.help +0 -13
  22. data/bin/asl-samba-groupadd.help +0 -11
  23. data/bin/asl-samba-groupdel.help +0 -11
  24. data/bin/asl-samba-groupmod.help +0 -15
  25. data/bin/asl-samba-useradd.help +0 -13
  26. data/bin/asl-samba-userdel.help +0 -11
  27. data/bin/asl-samba-usermod.help +0 -15
  28. data/bin/asl-useradd.help +0 -49
  29. data/bin/asl-userdel.help +0 -18
  30. data/bin/asl-usermod.help +0 -47
  31. data/bin/asl-usershow.help +0 -11
  32. data/data/locale/ja/LC_MESSAGES/active-samba-ldap.mo +0 -0
  33. data/example/asl-admin/README +0 -243
  34. data/example/asl-admin/Rakefile +0 -10
  35. data/example/asl-admin/app/controllers/application_controller.rb +0 -10
  36. data/example/asl-admin/app/controllers/samba_controller.rb +0 -12
  37. data/example/asl-admin/app/helpers/application_helper.rb +0 -3
  38. data/example/asl-admin/app/helpers/samba_helper.rb +0 -2
  39. data/example/asl-admin/app/models/computer.rb +0 -3
  40. data/example/asl-admin/app/models/dc.rb +0 -3
  41. data/example/asl-admin/app/models/group.rb +0 -3
  42. data/example/asl-admin/app/models/idmap.rb +0 -3
  43. data/example/asl-admin/app/models/ou.rb +0 -3
  44. data/example/asl-admin/app/models/unix_id_pool.rb +0 -3
  45. data/example/asl-admin/app/models/user.rb +0 -3
  46. data/example/asl-admin/app/views/samba/index.html.erb +0 -17
  47. data/example/asl-admin/app/views/samba/populate.html.erb +0 -15
  48. data/example/asl-admin/app/views/samba/purge.html.erb +0 -10
  49. data/example/asl-admin/config/boot.rb +0 -110
  50. data/example/asl-admin/config/database.yml +0 -22
  51. data/example/asl-admin/config/environment.rb +0 -48
  52. data/example/asl-admin/config/environments/development.rb +0 -17
  53. data/example/asl-admin/config/environments/production.rb +0 -28
  54. data/example/asl-admin/config/environments/test.rb +0 -28
  55. data/example/asl-admin/config/initializers/backtrace_silencers.rb +0 -7
  56. data/example/asl-admin/config/initializers/inflections.rb +0 -10
  57. data/example/asl-admin/config/initializers/mime_types.rb +0 -5
  58. data/example/asl-admin/config/initializers/new_rails_defaults.rb +0 -19
  59. data/example/asl-admin/config/initializers/session_store.rb +0 -15
  60. data/example/asl-admin/config/ldap.yml.sample +0 -24
  61. data/example/asl-admin/config/locales/en.yml +0 -5
  62. data/example/asl-admin/config/routes.rb +0 -43
  63. data/example/asl-admin/log/test.log +0 -5
  64. data/example/asl-admin/public/404.html +0 -30
  65. data/example/asl-admin/public/422.html +0 -30
  66. data/example/asl-admin/public/500.html +0 -30
  67. data/example/asl-admin/public/favicon.ico +0 -0
  68. data/example/asl-admin/public/images/rails.png +0 -0
  69. data/example/asl-admin/public/index.html +0 -275
  70. data/example/asl-admin/public/javascripts/application.js +0 -2
  71. data/example/asl-admin/public/javascripts/controls.js +0 -963
  72. data/example/asl-admin/public/javascripts/dragdrop.js +0 -973
  73. data/example/asl-admin/public/javascripts/effects.js +0 -1128
  74. data/example/asl-admin/public/javascripts/prototype.js +0 -4320
  75. data/example/asl-admin/public/robots.txt +0 -5
  76. data/example/asl-admin/script/about +0 -4
  77. data/example/asl-admin/script/console +0 -3
  78. data/example/asl-admin/script/dbconsole +0 -3
  79. data/example/asl-admin/script/destroy +0 -3
  80. data/example/asl-admin/script/generate +0 -3
  81. data/example/asl-admin/script/performance/benchmarker +0 -3
  82. data/example/asl-admin/script/performance/profiler +0 -3
  83. data/example/asl-admin/script/plugin +0 -3
  84. data/example/asl-admin/script/runner +0 -3
  85. data/example/asl-admin/script/server +0 -3
  86. data/example/asl-admin/test/performance/browsing_test.rb +0 -9
  87. data/example/asl-admin/test/test_helper.rb +0 -38
  88. data/po/active-samba-ldap.pot +0 -463
  89. data/rails_generators/scaffold_active_samba_ldap/scaffold_active_samba_ldap_generator.rb +0 -28
  90. data/rails_generators/scaffold_active_samba_ldap/templates/computer.rb +0 -3
  91. data/rails_generators/scaffold_active_samba_ldap/templates/dc.rb +0 -3
  92. data/rails_generators/scaffold_active_samba_ldap/templates/group.rb +0 -3
  93. data/rails_generators/scaffold_active_samba_ldap/templates/idmap.rb +0 -3
  94. data/rails_generators/scaffold_active_samba_ldap/templates/ldap.yml +0 -24
  95. data/rails_generators/scaffold_active_samba_ldap/templates/ou.rb +0 -3
  96. data/rails_generators/scaffold_active_samba_ldap/templates/samba_controller.rb +0 -12
  97. data/rails_generators/scaffold_active_samba_ldap/templates/samba_helper.rb +0 -2
  98. data/rails_generators/scaffold_active_samba_ldap/templates/samba_index.html.erb +0 -17
  99. data/rails_generators/scaffold_active_samba_ldap/templates/samba_populate.html.erb +0 -15
  100. data/rails_generators/scaffold_active_samba_ldap/templates/samba_purge.html.erb +0 -10
  101. data/rails_generators/scaffold_active_samba_ldap/templates/unix_id_pool.rb +0 -3
  102. data/rails_generators/scaffold_active_samba_ldap/templates/user.rb +0 -3
  103. data/setup.rb +0 -1585
  104. data/test-unit/History.txt +0 -107
  105. data/test-unit/README.txt +0 -52
  106. data/test-unit/Rakefile +0 -40
  107. data/test-unit/TODO +0 -5
  108. data/test-unit/bin/testrb +0 -5
  109. data/test-unit/lib/test/unit.rb +0 -342
  110. data/test-unit/lib/test/unit/assertionfailederror.rb +0 -14
  111. data/test-unit/lib/test/unit/assertions.rb +0 -1149
  112. data/test-unit/lib/test/unit/attribute.rb +0 -125
  113. data/test-unit/lib/test/unit/autorunner.rb +0 -344
  114. data/test-unit/lib/test/unit/collector.rb +0 -43
  115. data/test-unit/lib/test/unit/collector/descendant.rb +0 -23
  116. data/test-unit/lib/test/unit/collector/dir.rb +0 -108
  117. data/test-unit/lib/test/unit/collector/load.rb +0 -137
  118. data/test-unit/lib/test/unit/collector/objectspace.rb +0 -34
  119. data/test-unit/lib/test/unit/color-scheme.rb +0 -90
  120. data/test-unit/lib/test/unit/color.rb +0 -96
  121. data/test-unit/lib/test/unit/diff.rb +0 -538
  122. data/test-unit/lib/test/unit/error.rb +0 -126
  123. data/test-unit/lib/test/unit/exceptionhandler.rb +0 -39
  124. data/test-unit/lib/test/unit/failure.rb +0 -110
  125. data/test-unit/lib/test/unit/fixture.rb +0 -176
  126. data/test-unit/lib/test/unit/notification.rb +0 -125
  127. data/test-unit/lib/test/unit/omission.rb +0 -143
  128. data/test-unit/lib/test/unit/pending.rb +0 -146
  129. data/test-unit/lib/test/unit/priority.rb +0 -181
  130. data/test-unit/lib/test/unit/runner/console.rb +0 -52
  131. data/test-unit/lib/test/unit/runner/emacs.rb +0 -8
  132. data/test-unit/lib/test/unit/runner/tap.rb +0 -8
  133. data/test-unit/lib/test/unit/testcase.rb +0 -425
  134. data/test-unit/lib/test/unit/testresult.rb +0 -89
  135. data/test-unit/lib/test/unit/testsuite.rb +0 -110
  136. data/test-unit/lib/test/unit/ui/console/outputlevel.rb +0 -14
  137. data/test-unit/lib/test/unit/ui/console/testrunner.rb +0 -278
  138. data/test-unit/lib/test/unit/ui/emacs/testrunner.rb +0 -49
  139. data/test-unit/lib/test/unit/ui/tap/testrunner.rb +0 -92
  140. data/test-unit/lib/test/unit/ui/testrunner.rb +0 -20
  141. data/test-unit/lib/test/unit/ui/testrunnermediator.rb +0 -77
  142. data/test-unit/lib/test/unit/ui/testrunnerutilities.rb +0 -41
  143. data/test-unit/lib/test/unit/util/backtracefilter.rb +0 -41
  144. data/test-unit/lib/test/unit/util/method-owner-finder.rb +0 -28
  145. data/test-unit/lib/test/unit/util/observable.rb +0 -90
  146. data/test-unit/lib/test/unit/util/procwrapper.rb +0 -48
  147. data/test-unit/lib/test/unit/version.rb +0 -7
  148. data/test-unit/sample/adder.rb +0 -13
  149. data/test-unit/sample/subtracter.rb +0 -12
  150. data/test-unit/sample/tc_adder.rb +0 -18
  151. data/test-unit/sample/tc_subtracter.rb +0 -18
  152. data/test-unit/sample/test_user.rb +0 -22
  153. data/test-unit/sample/ts_examples.rb +0 -7
  154. data/test-unit/test/collector/test-descendant.rb +0 -135
  155. data/test-unit/test/collector/test-load.rb +0 -329
  156. data/test-unit/test/collector/test_dir.rb +0 -406
  157. data/test-unit/test/collector/test_objectspace.rb +0 -98
  158. data/test-unit/test/run-test.rb +0 -13
  159. data/test-unit/test/test-attribute.rb +0 -86
  160. data/test-unit/test/test-color-scheme.rb +0 -60
  161. data/test-unit/test/test-color.rb +0 -47
  162. data/test-unit/test/test-diff.rb +0 -477
  163. data/test-unit/test/test-emacs-runner.rb +0 -60
  164. data/test-unit/test/test-fixture.rb +0 -287
  165. data/test-unit/test/test-notification.rb +0 -33
  166. data/test-unit/test/test-omission.rb +0 -81
  167. data/test-unit/test/test-pending.rb +0 -70
  168. data/test-unit/test/test-priority.rb +0 -119
  169. data/test-unit/test/test-testcase.rb +0 -507
  170. data/test-unit/test/test_assertions.rb +0 -1082
  171. data/test-unit/test/test_error.rb +0 -26
  172. data/test-unit/test/test_failure.rb +0 -33
  173. data/test-unit/test/test_testresult.rb +0 -113
  174. data/test-unit/test/test_testsuite.rb +0 -129
  175. data/test-unit/test/testunit-test-util.rb +0 -14
  176. data/test-unit/test/ui/test_testrunmediator.rb +0 -20
  177. data/test-unit/test/util/test-method-owner-finder.rb +0 -38
  178. data/test-unit/test/util/test_backtracefilter.rb +0 -41
  179. data/test-unit/test/util/test_observable.rb +0 -102
  180. data/test-unit/test/util/test_procwrapper.rb +0 -36
@@ -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,287 +0,0 @@
1
- class TestUnitFixture < Test::Unit::TestCase
2
- module EmptyModule
3
- end
4
-
5
- def test_setup_without_option
6
- expected_setup_calls = [:setup,
7
- :custom_setup_method0,
8
- :custom_setup_method1,
9
- :custom_setup_method3]
10
- test_case = assert_setup(expected_setup_calls, [])
11
- assert_inherited_setup(expected_setup_calls, test_case)
12
-
13
- assert_inherited_setup([:setup], nil)
14
- assert_called_fixtures(expected_setup_calls, test_case)
15
- end
16
-
17
- def test_setup_with_before_option
18
- expected_setup_calls = [:custom_setup_method3,
19
- :custom_setup_method0,
20
- :custom_setup_method1,
21
- :setup]
22
- test_case = assert_setup(expected_setup_calls,
23
- [[{:before => :append}],
24
- [{:before => :append}],
25
- [{:before => :prepend}],
26
- [{:before => :prepend}]])
27
- assert_inherited_setup(expected_setup_calls, test_case)
28
-
29
- assert_inherited_setup([:setup], nil)
30
- assert_called_fixtures(expected_setup_calls, test_case)
31
- end
32
-
33
- def test_setup_with_after_option
34
- expected_setup_calls = [:setup,
35
- :custom_setup_method3,
36
- :custom_setup_method0,
37
- :custom_setup_method1]
38
- test_case = assert_setup(expected_setup_calls,
39
- [[{:after => :append}],
40
- [{:after => :append}],
41
- [{:after => :prepend}],
42
- [{:after => :prepend}]])
43
- assert_inherited_setup(expected_setup_calls, test_case)
44
-
45
- assert_inherited_setup([:setup], nil)
46
- assert_called_fixtures(expected_setup_calls, test_case)
47
- end
48
-
49
- def test_setup_with_invalid_option
50
- assert_invalid_setup_option(:unknown => true)
51
- assert_invalid_setup_option(:before => :unknown)
52
- assert_invalid_setup_option(:after => :unknown)
53
- end
54
-
55
- def test_setup_with_option_to_inherited
56
- expected_setup_calls = [:setup]
57
- test_case = assert_setup(expected_setup_calls, nil)
58
- assert_inherited_setup([:setup,
59
- :custom_setup_method0,
60
- :custom_setup_method1,
61
- :custom_setup_method3],
62
- test_case,
63
- [])
64
-
65
- assert_inherited_setup([:setup], nil)
66
- assert_called_fixtures(expected_setup_calls, test_case)
67
- end
68
-
69
- def test_teardown_without_option
70
- expected_teardown_calls = [:custom_teardown_method3,
71
- :custom_teardown_method1,
72
- :custom_teardown_method0,
73
- :teardown]
74
- test_case = assert_teardown(expected_teardown_calls, [])
75
- assert_inherited_teardown(expected_teardown_calls, test_case)
76
-
77
- assert_inherited_teardown([:teardown], nil)
78
- assert_called_fixtures(expected_teardown_calls, test_case)
79
- end
80
-
81
- def test_teardown_with_before_option
82
- expected_teardown_calls = [:custom_teardown_method3,
83
- :custom_teardown_method0,
84
- :custom_teardown_method1,
85
- :teardown]
86
- test_case = assert_teardown(expected_teardown_calls,
87
- [[{:before => :append}],
88
- [{:before => :append}],
89
- [{:before => :prepend}],
90
- [{:before => :prepend}]])
91
- assert_inherited_teardown(expected_teardown_calls, test_case)
92
-
93
- assert_inherited_teardown([:teardown], nil)
94
- assert_called_fixtures(expected_teardown_calls, test_case)
95
- end
96
-
97
- def test_teardown_with_after_option
98
- expected_teardown_calls = [:teardown,
99
- :custom_teardown_method3,
100
- :custom_teardown_method0,
101
- :custom_teardown_method1]
102
- test_case = assert_teardown(expected_teardown_calls,
103
- [[{:after => :append}],
104
- [{:after => :append}],
105
- [{:after => :prepend}],
106
- [{:after => :prepend}]])
107
- assert_inherited_teardown(expected_teardown_calls, test_case)
108
-
109
- assert_inherited_teardown([:teardown], nil)
110
- assert_called_fixtures(expected_teardown_calls, test_case)
111
- end
112
-
113
- def test_teardown_with_invalid_option
114
- assert_invalid_teardown_option(:unknown => true)
115
- assert_invalid_teardown_option(:before => :unknown)
116
- assert_invalid_teardown_option(:after => :unknown)
117
- end
118
-
119
- def test_teardown_with_option_to_inherited
120
- expected_teardown_calls = [:teardown]
121
- test_case = assert_teardown(expected_teardown_calls, nil)
122
- assert_inherited_teardown([:custom_teardown_method3,
123
- :custom_teardown_method1,
124
- :custom_teardown_method0,
125
- :teardown],
126
- test_case, [])
127
-
128
- assert_inherited_teardown([:teardown], nil)
129
- assert_called_fixtures(expected_teardown_calls, test_case)
130
- end
131
-
132
- private
133
- def assert_called_fixtures(expected, test_case)
134
- test = test_case.new("test_nothing")
135
- test.run(Test::Unit::TestResult.new) {}
136
- assert_equal(expected, test.called_ids)
137
- end
138
-
139
- def assert_setup_customizable(expected, parent, options)
140
- test_case = Class.new(parent || Test::Unit::TestCase) do
141
- yield(self, :before) if block_given?
142
-
143
- def called_ids
144
- @called_ids ||= []
145
- end
146
-
147
- def called(id)
148
- called_ids << id
149
- end
150
-
151
- def setup
152
- called(:setup)
153
- end
154
-
155
- setup(*(options[0] || [])) if options
156
- def custom_setup_method0
157
- called(:custom_setup_method0)
158
- end
159
-
160
- def custom_setup_method1
161
- called(:custom_setup_method1)
162
- end
163
- setup(*[:custom_setup_method1, *(options[1] || [])]) if options
164
-
165
- setup(*(options[2] || [])) if options
166
- def custom_setup_method2
167
- called(:custom_setup_method2)
168
- end
169
- unregister_setup(:custom_setup_method2) if options
170
-
171
- setup(*(options[3] || [])) if options
172
- def custom_setup_method3
173
- called(:custom_setup_method3)
174
- end
175
-
176
- def test_nothing
177
- end
178
-
179
- yield(self, :after) if block_given?
180
- end
181
-
182
- assert_called_fixtures(expected, test_case)
183
- test_case
184
- end
185
-
186
- def assert_setup(expected, options)
187
- _test_case = assert_setup_customizable(expected, nil, options)
188
- assert_setup_customizable(expected, nil, options) do |test_case, tag|
189
- test_case.send(:include, EmptyModule) if tag == :before
190
- end
191
- _test_case
192
- end
193
-
194
- def assert_inherited_setup(expected, parent, options=nil)
195
- _test_case = assert_setup_customizable(expected, parent, options)
196
- assert_setup_customizable(expected, parent, options) do |test_case, tag|
197
- test_case.send(:include, EmptyModule) if tag == :before
198
- end
199
- _test_case
200
- end
201
-
202
- def assert_teardown_customizable(expected, parent, options)
203
- test_case = Class.new(parent || Test::Unit::TestCase) do
204
- yield(self, :before) if block_given?
205
-
206
- def called_ids
207
- @called_ids ||= []
208
- end
209
-
210
- def called(id)
211
- called_ids << id
212
- end
213
-
214
- def teardown
215
- called(:teardown)
216
- end
217
-
218
- teardown(*(options[0] || [])) if options
219
- def custom_teardown_method0
220
- called(:custom_teardown_method0)
221
- end
222
-
223
- def custom_teardown_method1
224
- called(:custom_teardown_method1)
225
- end
226
- teardown(*[:custom_teardown_method1, *(options[1] || [])]) if options
227
-
228
- teardown(*(options[2] || [])) if options
229
- def custom_teardown_method2
230
- called(:custom_teardown_method2)
231
- end
232
- unregister_teardown(:custom_teardown_method2) if options
233
-
234
- teardown(*(options[3] || [])) if options
235
- def custom_teardown_method3
236
- called(:custom_teardown_method3)
237
- end
238
-
239
- def test_nothing
240
- end
241
-
242
- yield(self, :after) if block_given?
243
- end
244
-
245
- assert_called_fixtures(expected, test_case)
246
- test_case
247
- end
248
-
249
- def assert_teardown(expected, options)
250
- assert_teardown_customizable(expected, nil, options)
251
- assert_teardown_customizable(expected, nil, options) do |test_case, tag|
252
- test_case.send(:include, EmptyModule) if tag == :before
253
- end
254
- end
255
-
256
- def assert_inherited_teardown(expected, parent, options=nil)
257
- assert_teardown_customizable(expected, parent, options)
258
- assert_teardown_customizable(expected, parent, options) do |test_case, tag|
259
- test_case.send(:include, EmptyModule) if tag == :before
260
- end
261
- end
262
-
263
- def assert_invalid_option(fixture_type, option)
264
- exception = assert_raise(ArgumentError) do
265
- Class.new(Test::Unit::TestCase) do
266
- def test_nothing
267
- end
268
-
269
- send(fixture_type, option)
270
- def fixture
271
- end
272
- end
273
- end
274
- assert_equal("must be {:before => :prepend}, {:before => :append}, " +
275
- "{:after => :prepend} or {:after => :append}" +
276
- ": #{option.inspect}",
277
- exception.message)
278
- end
279
-
280
- def assert_invalid_setup_option(option)
281
- assert_invalid_option(:setup, option)
282
- end
283
-
284
- def assert_invalid_teardown_option(option)
285
- assert_invalid_option(:teardown, option)
286
- end
287
- end
@@ -1,33 +0,0 @@
1
- require 'test/unit'
2
- require 'testunit-test-util'
3
-
4
- class TestUnitNotification < 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