Sha256: 36dc63fc6a9745ecbbc1789cc8d2c6b7948fbae95e9d0e543cfd249f6ffc0c69

Contents?: true

Size: 1.09 KB

Versions: 2

Compression:

Stored size: 1.09 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_value_type (TC_Config)</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/test_config.rb, line 34</span>
    <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">test_value_type</span>
        <span class="ruby-identifier">assert_kind_of</span>(<span class="ruby-constant">String</span>, <span class="ruby-identifier">$SRCDIR</span>)
        <span class="ruby-identifier">assert_kind_of</span>(<span class="ruby-constant">Fixnum</span>, <span class="ruby-identifier">$NICE</span>)
        <span class="ruby-identifier">assert_equal</span>(<span class="ruby-value">0</span>, <span class="ruby-identifier">$NICE</span>)
    <span class="ruby-keyword kw">end</span></pre>
</body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
autobuild-0.5.1 doc/classes/TC_Config.src/M000004.html
autobuild-0.6 doc/classes/TC_Config.src/M000009.html