Sha256: 6311481de840ca1fe5cb4d437246682cb099a449eac17ba1bf30c0ff807816dd
Contents?: true
Size: 1.43 KB
Versions: 3
Compression:
Stored size: 1.43 KB
Contents
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>test_cmd_system_status2 (TCTestMu)</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" /> </head> <body class="standalone-code"> <pre><span class="ruby-comment cmt"># File test/tc_test_mu.rb, line 687</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">test_cmd_system_status2</span> <span class="ruby-identifier">api</span> = <span class="ruby-constant">Mu</span><span class="ruby-operator">::</span><span class="ruby-constant">Command</span><span class="ruby-operator">::</span><span class="ruby-constant">Cmd_system</span>.<span class="ruby-identifier">new</span> <span class="ruby-identifier">result</span> = <span class="ruby-identifier">api</span>.<span class="ruby-identifier">cmd_status2</span> [] <span class="ruby-identifier">assert</span>(<span class="ruby-identifier">result</span>.<span class="ruby-identifier">to_s</span>.<span class="ruby-identifier">include?</span>(<span class="ruby-value str">"raid"</span>), <span class="ruby-node">"expected to find 'raid' in results, but got #{result}"</span>) <span class="ruby-keyword kw">end</span></pre> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mu-5.7.2.6 | rdoc/classes/TCTestMu.src/M000050.html |
mu-5.7.2.5 | rdoc/classes/TCTestMu.src/M000050.html |
mu-5.7.2.4 | rdoc/classes/TCTestMu.src/M000050.html |