1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
= Flex Mock -- Making Mocking Easy
FlexMock is a simple, but flexible, mock object library for Ruby unit
testing.
This is the API documentation site for flexmock. You can find the user
documentation at http://github.com/doudou/flexmock
== Links
* <b>User Guide</b> -- http://github.com/doudou/flexmock
* <b>RubyGems</b> -- Install with: `gem install flexmock`
* <b>Source</b> -- https://github.com/doudou/flexmock
* <b>Bug Reports / Issue Tracking</b> -- https://github.com/doudou/flexmock/issues
* <b>Continuous Integration</b> -- http://travis-ci.org/#!/doudou/flexmock
== License
Copyright 2003-2013 by Jim Weirich (jim.weirich@gmail.com).
Copyright 2013-2020 by Sylvain Joyeux (sylvain.joyeux@m4x.org)
All rights reserved.
Permission is granted for use, copying, modification, distribution,
and distribution of modified versions of this work as long as the
above copyright notice is included.
== Warranty
This software is provided "as is" and without any express or implied
warranties, including, without limitation, the implied warranties of
merchantibility and fitness for a particular purpose.
|