Update of /cvsroot/mocklib/mocklib3/input/staging
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv30632/input/staging
Added Files:
README.html index.html
Log Message:
checking in html changes, and adding new version of emma.
--- NEW FILE: README.html ---
<HTML>
<h1><a href="index.html">Click here for documentation</a></h1>
</HTML>
--- NEW FILE: index.html ---
<HTML>
<TITLE>MockLib</TITLE>
<BODY>
<h1>MockLib</h1>
This is a very small library but powerful enough to create most of your mockobjects for you. The ones it can't create, you can leverage the library to create.
<br/><br/>
<a href="http://sourceforge.net/projects/mockobject">MockLib</a>
<br/><br/>
<a href="http://sourceforge.net/project/showfiles.php?group_id=113040&package_id=122340">Download MockLib library plus these web pages</a>
<br/>
<a href="codecoverage/index.html">Test coverage report</a>
<br/>
<a href="findbugs/index.html">FindBugs report</a>
<br/>
<a href="impl/index.html">MockLib Javadoc</a>
<br/><br/>
<h3>All MockLib Examples</h3>
<ol>
<li><a href="htmlcode/basic_example.html">Basic Examples</a> -
Basic Examples to help get started</li>
<li><a href="htmlcode/listener_example.html">Listener Example 1</a> -
How to test listener implementations</li>
<li><a href="htmlcode/listener_example2.html">Listener Example 2</a> -
How to mock listeners</li>
<li><a href="htmlcode/timer_example2.html">Timer Example</a> -
How to test a Timer that goes off in 24 hours in just milliseconds
</li>
<li><a href="htmlcode/advanced_example.html">Returning Mocks from Mocks</a> -
How to mock out a more complicated api, and trigger events from one system and make sure
things happen to another system based on those events</li>
<li><a href="htmlcode/socket_example.html">Simulating Network Connections</a> -
Example on how to simulate network connection failures</li>
<li><a href="htmlcode/behavior_example.html">Running Snippets of Code</a> -
Example on how to tell a mockobject to run a snippet of code and why this needs to be done
sometimes</li>
</ol>
<a href="examples/index.html">All MockLib Examples</a>
<br/><br/><br/><br/>
<a href=http://sourceforge.net>
<IMG src=http://sourceforge.net/sflogo.php?group_id=113040 width=210 height=62 border=0 alt=SourceForge Logo>
</a>
</BODY>
</HTML>
|