Skip to content

Commit 1cbc14d

Browse files
Update test-unit doc to 3.7.4 (#62)
1 parent ecf636e commit 1cbc14d

File tree

125 files changed

+1961
-1539
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+1961
-1539
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
markdown: kramdown
2-
test_unit_version: 3.7.3
3-
test_unit_release_date: 2025-11-26
2+
test_unit_version: 3.7.4
3+
test_unit_release_date: 2025-12-23
44
test_unit_rails_version: 7.0.2
55
test_unit_rails_release_date: 2023-06-20
66
test_unit_activesupport_version: 1.1.1

test-unit/en/Test/Unit/TestThreadRunContext.html

Lines changed: 138 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,58 @@
138138
<h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
139139
<ul class="summary">
140140

141+
<li class="public ">
142+
<span class="summary_signature">
143+
144+
<a href="#parallel_unsafe_tests-instance_method" title="#parallel_unsafe_tests (instance method)">#<strong>parallel_unsafe_tests</strong> &#x21d2; Object </a>
145+
146+
147+
148+
</span>
149+
150+
151+
152+
153+
154+
155+
156+
157+
158+
159+
160+
161+
<span class="summary_desc"><div class='inline'><p>Returns the value of attribute parallel_unsafe_tests.</p>
162+
</div></span>
163+
164+
</li>
165+
166+
167+
<li class="public ">
168+
<span class="summary_signature">
169+
170+
<a href="#progress_block-instance_method" title="#progress_block (instance method)">#<strong>progress_block</strong> &#x21d2; Object </a>
171+
172+
173+
174+
</span>
175+
176+
177+
178+
179+
180+
181+
182+
183+
184+
185+
186+
187+
<span class="summary_desc"><div class='inline'><p>Returns the value of attribute progress_block.</p>
188+
</div></span>
189+
190+
</li>
191+
192+
141193
<li class="public ">
142194
<span class="summary_signature">
143195

@@ -299,9 +351,93 @@ <h3 class="signature first" id="initialize-instance_method">
299351
<h2>Instance Attribute Details</h2>
300352

301353

302-
<span id=""></span>
354+
<span id="parallel_unsafe_tests=-instance_method"></span>
303355
<div class="method_details first">
304-
<h3 class="signature first" id="queue-instance_method">
356+
<h3 class="signature first" id="parallel_unsafe_tests-instance_method">
357+
358+
#<strong>parallel_unsafe_tests</strong> &#x21d2; <tt>Object</tt>
359+
360+
361+
362+
363+
364+
</h3><div class="docstring">
365+
<div class="discussion">
366+
<p>Returns the value of attribute parallel_unsafe_tests.</p>
367+
368+
369+
</div>
370+
</div>
371+
<div class="tags">
372+
373+
374+
</div><table class="source_code">
375+
<tr>
376+
<td>
377+
<pre class="lines">
378+
379+
380+
14
381+
15
382+
16</pre>
383+
</td>
384+
<td>
385+
<pre class="code"><span class="info file"># File 'lib/test/unit/test-thread-run-context.rb', line 14</span>
386+
387+
<span class='kw'>def</span> <span class='id identifier rubyid_parallel_unsafe_tests'>parallel_unsafe_tests</span>
388+
<span class='ivar'>@parallel_unsafe_tests</span>
389+
<span class='kw'>end</span></pre>
390+
</td>
391+
</tr>
392+
</table>
393+
</div>
394+
395+
396+
<span id="progress_block=-instance_method"></span>
397+
<div class="method_details ">
398+
<h3 class="signature " id="progress_block-instance_method">
399+
400+
#<strong>progress_block</strong> &#x21d2; <tt>Object</tt>
401+
402+
403+
404+
405+
406+
</h3><div class="docstring">
407+
<div class="discussion">
408+
<p>Returns the value of attribute progress_block.</p>
409+
410+
411+
</div>
412+
</div>
413+
<div class="tags">
414+
415+
416+
</div><table class="source_code">
417+
<tr>
418+
<td>
419+
<pre class="lines">
420+
421+
422+
13
423+
14
424+
15</pre>
425+
</td>
426+
<td>
427+
<pre class="code"><span class="info file"># File 'lib/test/unit/test-thread-run-context.rb', line 13</span>
428+
429+
<span class='kw'>def</span> <span class='id identifier rubyid_progress_block'>progress_block</span>
430+
<span class='ivar'>@progress_block</span>
431+
<span class='kw'>end</span></pre>
432+
</td>
433+
</tr>
434+
</table>
435+
</div>
436+
437+
438+
<span id=""></span>
439+
<div class="method_details ">
440+
<h3 class="signature " id="queue-instance_method">
305441

306442
#<strong>queue</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
307443

0 commit comments

Comments
 (0)