Sha256: 5ea355215a83f7d29ce4d7fc54ed5cb36e76c293abc2f9d546ff82f938882ccc
Contents?: true
Size: 1.58 KB
Versions: 2
Compression:
Stored size: 1.58 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_Tipo (Test_Matriz)</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_matriz.rb, line 38</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">test_Tipo</span> <span class="ruby-identifier">assert_equal</span>(<span class="ruby-keyword kw">true</span>, <span class="ruby-ivar">@m1</span>.<span class="ruby-identifier">is_a?</span>(<span class="ruby-constant">Matriz_dispersa</span>)) <span class="ruby-identifier">assert_equal</span>(<span class="ruby-keyword kw">true</span>, <span class="ruby-ivar">@m2</span>.<span class="ruby-identifier">is_a?</span>(<span class="ruby-constant">Matriz_densa</span>)) <span class="ruby-identifier">assert_equal</span>(<span class="ruby-keyword kw">true</span>, <span class="ruby-ivar">@m3</span>.<span class="ruby-identifier">is_a?</span>(<span class="ruby-constant">Matriz_dispersa</span>)) <span class="ruby-identifier">assert_equal</span>(<span class="ruby-keyword kw">true</span>, <span class="ruby-ivar">@m4</span>.<span class="ruby-identifier">is_a?</span>(<span class="ruby-constant">Matriz_densa</span>)) <span class="ruby-keyword kw">end</span></pre> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
prct09-1.1.0 | doc/classes/Test_Matriz.src/M000039.html |
prct09-1.0.0 | doc/classes/Test_Matriz.src/M000039.html |