Sha256: 1291e0c8d2223d7763aedea8942e74668b6e32d80894f3087faf9f10d03df9f0
Contents?: true
Size: 1.44 KB
Versions: 3
Compression:
Stored size: 1.44 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_homepage_all (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 255</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">test_homepage_all</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_homepage</span>.<span class="ruby-identifier">new</span> <span class="ruby-identifier">result</span> = <span class="ruby-constant">JSON</span> <span class="ruby-identifier">api</span>.<span class="ruby-identifier">cmd_all</span> [] <span class="ruby-identifier">assert</span> <span class="ruby-operator">!</span><span class="ruby-identifier">result</span>[<span class="ruby-value str">"status"</span>].<span class="ruby-identifier">nil?</span>, <span class="ruby-value str">"expected to find a status field but didn't"</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/M000018.html |
mu-5.7.2.5 | rdoc/classes/TCTestMu.src/M000018.html |
mu-5.7.2.4 | rdoc/classes/TCTestMu.src/M000018.html |