File: flexmock.blurb

package info (click to toggle)
ruby-flexmock 3.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 836 kB
  • sloc: ruby: 7,572; makefile: 6
file content (10 lines) | stat: -rw-r--r-- 505 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
name: flexmock
document: http://onestepback.org/software/flexmock
download: http://onestepback.org/packages/flexmock
description: >
    <p>FlexMock is the outcome of a frustrating evening of trying to
    use the original mock object by Nat Pryce.  Nat's mock object is
    really cool, but it assumes that we know the exact calling order
    of all the methods to the mock object.  I really feel that
    over-constrains the solution code.  This little quicky seems to
    meet my needs fairly well.</p>