Update of /cvsroot/mocklib/mocklib3/input/staging/mocklib
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv24740/input/staging/mocklib
Added Files:
index.html README.html
Log Message:
original commit of mocklib2 that will become mocklib3
--- 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="coverage.html">Test coverage report</a>
<br/>
<a href="impl/index.html">MockLib Javadoc</a>
<br/><br/>
<h3>All MockLib Examples</h3>
<ol>
<li>Basic Examples - Basic Examples to help get started</li>
<ul>
<li><a href="examples/biz/xsoftware/examples/basic/TestExample.html#testBasicSysUnderTest()">Example code for basic success</a></li>
<li><a href="examples/biz/xsoftware/examples/basic/TestExample.html#testFailureOfAuthorization()">Example code for basic failure</a></li>
<li><a href="examples/biz/xsoftware/examples/basic/TestExample.html#testFailureOfBuyingGiftCard()">Example code for more advanced failure</a></li>
</ul>
<li>Listener Example - How to mock listeners and verify events were received under certain conditions</li>
<ul>
<li><a href="examples/biz/xsoftware/examples/listener/TestExample.html#testBasicListener()">Example code for listener</a></li>
</ul>
<li>Timer Example - How to mock out the java.util.Timer class which already exists in your code</li>
<ul>
<li><a href="examples/biz/xsoftware/examples/timer/TestExample.html#testBasicCalendar()">Example code for timer</a></li>
</ul>
<li>Timer 2 Example - How to use your own Timer interface instead and mock that out</li>
<ul>
<li><a href="examples/biz/xsoftware/examples/timer2/TestExample.html#testBasicCalendar()">Example code for timer interface</a></li>
</ul>
<li>Socket Example - How to create bad network conditions and test your systems reaction to them</li>
<ul>
<li><a href="examples/biz/xsoftware/examples/socket/TestExample.html#testNetworkProblems()">Example code for testing if system behaves when their are network problems</a></li>
<li><a href="examples/biz/xsoftware/examples/socket/TestExample.html#testServerClosingSocket()">Example code for testing if system behaves if other end closes the socket</a></li>
</ul>
<li>Advanced Example - How to mock our a more complicated api, and trigger events from one system and make sure
things happen to another system based on those events</li>
<ul>
<li><a href="examples/biz/xsoftware/examples/advanced/TestExample.html#testSystemInteractionWithSubsytemsAPI()">Example code for complex apis</a></li>
</ul>
</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>
|