GitXplorerGitXplorer
c

Skye

public
1 stars
0 forks
2 issues

Commits

List of commits on branch master.
Verified
cf02c2a37a3aa73bd0474f1068737b764f0a0c56

Mark the library as abandoned

ccoryan committed 7 years ago
Unverified
d2144f5b7a3f2b2a3c25c5903c03d5b86c871af4

Merge branch 'develop'

ccoryan committed 9 years ago
Unverified
c73e037f2688710db41edb282ac513884b512577

Update version number to 0.3.1, I am creating a release

ccoryan committed 9 years ago
Unverified
ca907d9bfb664458e18fa010ac456e401c78a463

The interface to boost::unit_test::framework::assertion_result changed between 1.58.0 and 1.60.0, sigh

ccoryan committed 9 years ago
Unverified
d2ebe988e637a79ccff1b3f937b7f98ec2cfc104

One of the destructors throw an exception, needs to be declared nothrow(false) in strict C++11 compilers

ccoryan committed 9 years ago
Unverified
c637c3ea4941db11bea161303ec3bcda2d261261

Update the pre-release version

ccoryan committed 9 years ago

README

The README file for this repository.

Skye Documentation

Skye is no longer supported or maintained. I created it to handle specific use cases (see the Boost.ASIO support), but it proved easier to use Google Mock than to write a completely separate mocking framework.

Build Status

The Skye Mocking Framework provides tools to mock C++ functions and classes using the 'Action -> Assertion' style. Skye also supports mocking of template member functions and has specialized components to mock Boost.ASIO objects.

  • Licensing details are found in the COPYING file.
  • The installation instructions are in the INSTALL file.