Sha256: 718885c15a1612ad967f3dafa1037b8877ca3cc29a783f7f01fd49ecabe38c79

Contents?: true

Size: 1.41 KB

Versions: 3

Compression:

Stored size: 1.41 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_cli_question (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 83</span>
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">test_cli_question</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_cli</span>.<span class="ruby-identifier">new</span>
      <span class="ruby-identifier">result</span> = <span class="ruby-identifier">api</span>.<span class="ruby-identifier">cmd_question</span> []
      <span class="ruby-identifier">puts</span> <span class="ruby-identifier">result</span>
      <span class="ruby-identifier">assert</span> <span class="ruby-identifier">result</span><span class="ruby-operator">==</span><span class="ruby-keyword kw">true</span>, <span class="ruby-value str">&quot;expected 'true'&quot;</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/M000006.html
mu-5.7.2.5 rdoc/classes/TCTestMu.src/M000006.html
mu-5.7.2.4 rdoc/classes/TCTestMu.src/M000006.html