Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > a7d7f39b4789b7542950e2d605a71cd7 > files > 167

ocaml-ounit-devel-2.0.0-2.mga4.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link rel="previous" href="OUnitShared.html">
<link rel="next" href="OUnitTestData.html">
<link rel="Up" href="index.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Index of module types" rel=Appendix href="index_module_types.html">
<link title="OUnit" rel="Chapter" href="OUnit.html">
<link title="OUnit2" rel="Chapter" href="OUnit2.html">
<link title="OUnitThreads" rel="Chapter" href="OUnitThreads.html">
<link title="OUnitUtils" rel="Chapter" href="OUnitUtils.html">
<link title="OUnitPropList" rel="Chapter" href="OUnitPropList.html">
<link title="OUnitPlugin" rel="Chapter" href="OUnitPlugin.html">
<link title="OUnitChooser" rel="Chapter" href="OUnitChooser.html">
<link title="OUnitResultSummary" rel="Chapter" href="OUnitResultSummary.html">
<link title="OUnitLoggerStd" rel="Chapter" href="OUnitLoggerStd.html">
<link title="OUnitLoggerHTML" rel="Chapter" href="OUnitLoggerHTML.html">
<link title="OUnitLoggerHTMLData" rel="Chapter" href="OUnitLoggerHTMLData.html">
<link title="OUnitLoggerJUnit" rel="Chapter" href="OUnitLoggerJUnit.html">
<link title="OUnitAssert" rel="Chapter" href="OUnitAssert.html">
<link title="OUnitBracket" rel="Chapter" href="OUnitBracket.html">
<link title="OUnitTest" rel="Chapter" href="OUnitTest.html">
<link title="OUnitState" rel="Chapter" href="OUnitState.html">
<link title="OUnitRunner" rel="Chapter" href="OUnitRunner.html">
<link title="OUnitRunnerProcesses" rel="Chapter" href="OUnitRunnerProcesses.html">
<link title="OUnitCore" rel="Chapter" href="OUnitCore.html">
<link title="OUnitLogger" rel="Chapter" href="OUnitLogger.html">
<link title="OUnitConf" rel="Chapter" href="OUnitConf.html">
<link title="OUnitShared" rel="Chapter" href="OUnitShared.html">
<link title="OUnitCache" rel="Chapter" href="OUnitCache.html">
<link title="OUnitTestData" rel="Chapter" href="OUnitTestData.html">
<link title="OUnitCheckEnv" rel="Chapter" href="OUnitCheckEnv.html">
<link title="OUnitDiff" rel="Chapter" href="OUnitDiff.html"><title>OUnit user guide : OUnitCache</title>
</head>
<body>
<div class="navbar"><a href="OUnitShared.html">Previous</a>
&nbsp;<a href="index.html">Up</a>
&nbsp;<a href="OUnitTestData.html">Next</a>
</div>
<center><h1>Module <a href="type_OUnitCache.html">OUnitCache</a></h1></center>
<br>
<pre><span class="keyword">module</span> OUnitCache: <code class="code"><span class="keyword">sig</span></code> <a href="OUnitCache.html">..</a> <code class="code"><span class="keyword">end</span></code></pre><hr width="100%">
<pre><span id="TYPEcache"><span class="keyword">type</span> <code class="type"></code>cache</span> = <code class="type"><a href="OUnitTest.html#TYPEresult">OUnitTest.result</a> OUnitTest.MapPath.t</code> </pre>

<pre><span id="VALcache_filename"><span class="keyword">val</span> <a href="code_VALOUnitCache.cache_filename.html">cache_filename</a></span> : <code class="type">?extra_subst:(string * string) list -> <a href="OUnitConf.html#TYPEconf">OUnitConf.conf</a> -> string option</code></pre><pre><span id="VALdefault"><span class="keyword">val</span> <a href="code_VALOUnitCache.default.html">default</a></span> : <code class="type">'a OUnitTest.MapPath.t</code></pre><pre><span id="VALload"><span class="keyword">val</span> <a href="code_VALOUnitCache.load.html">load</a></span> : <code class="type"><a href="OUnitConf.html#TYPEconf">OUnitConf.conf</a> -> <a href="OUnitCache.html#TYPEcache">cache</a></code></pre><pre><span id="VALdump"><span class="keyword">val</span> <a href="code_VALOUnitCache.dump.html">dump</a></span> : <code class="type"><a href="OUnitConf.html#TYPEconf">OUnitConf.conf</a> -> 'a -> unit</code></pre><pre><span id="VALget_result"><span class="keyword">val</span> <a href="code_VALOUnitCache.get_result.html">get_result</a></span> : <code class="type">OUnitTest.MapPath.key -> 'a OUnitTest.MapPath.t -> 'a option</code></pre><pre><span id="VALadd_result"><span class="keyword">val</span> <a href="code_VALOUnitCache.add_result.html">add_result</a></span> : <code class="type">OUnitTest.MapPath.key -><br>       'a -> 'a OUnitTest.MapPath.t -> 'a OUnitTest.MapPath.t</code></pre></body></html>