| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>test.generic.test_math module — Python(P)DEVS-BBL documentation</title>
- <link rel="stylesheet" href="_static/nature.css" type="text/css" />
- <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
- <link rel="stylesheet" type="text/css" href="_static/custom.css" />
- <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
- <script type="text/javascript" src="_static/jquery.js"></script>
- <script type="text/javascript" src="_static/underscore.js"></script>
- <script type="text/javascript" src="_static/doctools.js"></script>
- <script type="text/javascript" src="_static/language_data.js"></script>
- <script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
- <link rel="index" title="Index" href="genindex.html" />
- <link rel="search" title="Search" href="search.html" />
- <link rel="next" title="test.generic.test_queues module" href="test.generic.test_queues.html" />
- <link rel="prev" title="test.generic.test_io module" href="test.generic.test_io.html" />
- </head><body>
- <div class="related" role="navigation" aria-label="related navigation">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="py-modindex.html" title="Python Module Index"
- >modules</a> |</li>
- <li class="right" >
- <a href="test.generic.test_queues.html" title="test.generic.test_queues module"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="test.generic.test_io.html" title="test.generic.test_io module"
- accesskey="P">previous</a> |</li>
- <li class="nav-item nav-item-0"><a href="index.html">Python(P)DEVS-BBL documentation</a> »</li>
- <li class="nav-item nav-item-1"><a href="test.html" >test package</a> »</li>
- <li class="nav-item nav-item-2"><a href="test.generic.html" accesskey="U">test.generic package</a> »</li>
- </ul>
- </div>
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body" role="main">
-
- <div class="section" id="module-test.generic.test_math">
- <span id="test-generic-test-math-module"></span><h1>test.generic.test_math module<a class="headerlink" href="#module-test.generic.test_math" title="Permalink to this headline">¶</a></h1>
- <p>Tests the mathematical building blocks to prove validity w.r.t. these tests.</p>
- <div class="admonition seealso">
- <p class="first admonition-title">See also</p>
- <p class="last"><a class="reference internal" href="pypdevsbbl.generic.math.html#module-pypdevsbbl.generic.math" title="pypdevsbbl.generic.math"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pypdevsbbl.generic.math</span></code></a></p>
- </div>
- <dl class="class">
- <dt id="test.generic.test_math.TestMath">
- <em class="property">class </em><code class="descclassname">test.generic.test_math.</code><code class="descname">TestMath</code><span class="sig-paren">(</span><em>methodName='runTest'</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/test/generic/test_math.html#TestMath"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#test.generic.test_math.TestMath" title="Permalink to this definition">¶</a></dt>
- <dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">unittest.case.TestCase</span></code></p>
- <dl class="method">
- <dt id="test.generic.test_math.TestMath.test_equation">
- <code class="descname">test_equation</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="_modules/test/generic/test_math.html#TestMath.test_equation"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#test.generic.test_math.TestMath.test_equation" title="Permalink to this definition">¶</a></dt>
- <dd><p>Tests the <a class="reference internal" href="pypdevsbbl.generic.math.html#pypdevsbbl.generic.math.Adder" title="pypdevsbbl.generic.math.Adder"><code class="xref py py-class docutils literal notranslate"><span class="pre">pypdevsbbl.generic.math.Adder</span></code></a> block.</p>
- </dd></dl>
- <dl class="method">
- <dt id="test.generic.test_math.TestMath.test_adder">
- <code class="descname">test_adder</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="_modules/test/generic/test_math.html#TestMath.test_adder"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#test.generic.test_math.TestMath.test_adder" title="Permalink to this definition">¶</a></dt>
- <dd><p>Tests the <a class="reference internal" href="pypdevsbbl.generic.math.html#pypdevsbbl.generic.math.Adder" title="pypdevsbbl.generic.math.Adder"><code class="xref py py-class docutils literal notranslate"><span class="pre">pypdevsbbl.generic.math.Adder</span></code></a> block.</p>
- </dd></dl>
- <dl class="method">
- <dt id="test.generic.test_math.TestMath.test_multiplier">
- <code class="descname">test_multiplier</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="_modules/test/generic/test_math.html#TestMath.test_multiplier"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#test.generic.test_math.TestMath.test_multiplier" title="Permalink to this definition">¶</a></dt>
- <dd><p>Tests the <a class="reference internal" href="pypdevsbbl.generic.math.html#pypdevsbbl.generic.math.Multiplier" title="pypdevsbbl.generic.math.Multiplier"><code class="xref py py-class docutils literal notranslate"><span class="pre">pypdevsbbl.generic.math.Multiplier</span></code></a> block.</p>
- </dd></dl>
- <dl class="method">
- <dt id="test.generic.test_math.TestMath.test_differentiator">
- <code class="descname">test_differentiator</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="_modules/test/generic/test_math.html#TestMath.test_differentiator"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#test.generic.test_math.TestMath.test_differentiator" title="Permalink to this definition">¶</a></dt>
- <dd><p>Tests the <a class="reference internal" href="pypdevsbbl.generic.math.html#pypdevsbbl.generic.math.Differentiator" title="pypdevsbbl.generic.math.Differentiator"><code class="xref py py-class docutils literal notranslate"><span class="pre">pypdevsbbl.generic.math.Differentiator</span></code></a> block.</p>
- </dd></dl>
- <dl class="method">
- <dt id="test.generic.test_math.TestMath.test_integrator">
- <code class="descname">test_integrator</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="_modules/test/generic/test_math.html#TestMath.test_integrator"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#test.generic.test_math.TestMath.test_integrator" title="Permalink to this definition">¶</a></dt>
- <dd><p>Tests the <a class="reference internal" href="pypdevsbbl.generic.math.html#pypdevsbbl.generic.math.Integrator" title="pypdevsbbl.generic.math.Integrator"><code class="xref py py-class docutils literal notranslate"><span class="pre">pypdevsbbl.generic.math.Integrator</span></code></a> block.</p>
- </dd></dl>
- <dl class="method">
- <dt id="test.generic.test_math.TestMath.test_random">
- <code class="descname">test_random</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="_modules/test/generic/test_math.html#TestMath.test_random"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#test.generic.test_math.TestMath.test_random" title="Permalink to this definition">¶</a></dt>
- <dd></dd></dl>
- </dd></dl>
- </div>
- </div>
- </div>
- </div>
- <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
- <div class="sphinxsidebarwrapper">
- <h4>Previous topic</h4>
- <p class="topless"><a href="test.generic.test_io.html"
- title="previous chapter">test.generic.test_io module</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="test.generic.test_queues.html"
- title="next chapter">test.generic.test_queues module</a></p>
- <div id="searchbox" style="display: none" role="search">
- <h3>Quick search</h3>
- <div class="searchformwrapper">
- <form class="search" action="search.html" method="get">
- <input type="text" name="q" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- </div>
- </div>
- <script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related" role="navigation" aria-label="related navigation">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="py-modindex.html" title="Python Module Index"
- >modules</a> |</li>
- <li class="right" >
- <a href="test.generic.test_queues.html" title="test.generic.test_queues module"
- >next</a> |</li>
- <li class="right" >
- <a href="test.generic.test_io.html" title="test.generic.test_io module"
- >previous</a> |</li>
- <li class="nav-item nav-item-0"><a href="index.html">Python(P)DEVS-BBL documentation</a> »</li>
- <li class="nav-item nav-item-1"><a href="test.html" >test package</a> »</li>
- <li class="nav-item nav-item-2"><a href="test.generic.html" >test.generic package</a> »</li>
- </ul>
- </div>
- <div class="footer" role="contentinfo">
- © Copyright 2020, Randy Paredis.
- Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.8.5.
- </div>
- </body>
- </html>
|