File: overview.html

package info (click to toggle)
jmock 1.0.1-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 1,836 kB
  • ctags: 2,155
  • sloc: java: 9,058; xml: 214; sh: 76; makefile: 44
file content (24 lines) | stat: -rw-r--r-- 869 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<html>
  <head>
    <title>jMock - A Lightweight Mock Object Library for Java</title>
  </head>
  
  <body>
    <p>jMock is a library for testing Java code using mock objects.
    <a href="http://www.mockobjects.com" target="_blank">Mock objects</a> help you design and test the 
    interactions between the objects in your programs.</p>
    
    <p>The jMock package:</p> 
    <ul>
      <li>makes it quick and easy to define mock objects, so you don't
      break the rhythm of programming.</li>
      <li>lets you define flexible constraints over object interactions, 
      reducing the brittleness of your tests.</li>
      <li>is easy to extend.</li>
    </ul>
    
    <p>New releases and more documentation can be found at
    <a href="http://www.jmock.org" target="_blank">the jMock website (www.jmock.org)</a>.</p>
  </body>
</html>