gmock_vendor package from googletest repogmock_vendor gtest_vendor |
|
Package Summary
Tags | No category tags. |
Version | 1.10.9006 |
License | BSD |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ament/googletest.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2024-07-26 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Audrow Nash
Authors
- Dirk Thomas
- Michel Hidalgo
Googletest Mocking (gMock) Framework
Overview
Google’s framework for writing and using C++ mock classes. It can help you derive better designs of your system and write better tests.
It is inspired by:
and designed with C++’s specifics in mind.
gMock:
- provides a declarative syntax for defining mocks,
- can define partial (hybrid) mocks, which are a cross of real and mock objects,
- handles functions of arbitrary types and overloaded functions,
- comes with a rich set of matchers for validating function arguments,
- uses an intuitive syntax for controlling the behavior of a mock,
- does automatic verification of expectations (no record-and-replay needed),
- allows arbitrary (partial) ordering constraints on function calls to be expressed,
- lets a user extend it by defining new matchers and actions.
- does not use exceptions, and
- is easy to learn and use.
Details and examples can be found here:
Please note that code under scripts/generator/ is from the cppclean project and under the Apache License, which is different from Google Mock’s license.
Google Mock is a part of Google Test C++ testing framework and a subject to the same requirements.
Wiki Tutorials
Dependant Packages
Name | Deps |
---|---|
ament_cmake_gmock | |
beluga_system_tests |
Launch files
Messages
Services
Plugins
Recent questions tagged gmock_vendor at Robotics Stack Exchange
gmock_vendor package from googletest repogmock_vendor gtest_vendor |
|
Package Summary
Tags | No category tags. |
Version | 1.10.9005 |
License | BSD |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ament/googletest.git |
VCS Type | git |
VCS Version | iron |
Last Updated | 2023-04-11 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Scott K Logan
Authors
- Audrow Nash
- Dirk Thomas
- Michel Hidalgo
Googletest Mocking (gMock) Framework
Overview
Google’s framework for writing and using C++ mock classes. It can help you derive better designs of your system and write better tests.
It is inspired by:
and designed with C++’s specifics in mind.
gMock:
- provides a declarative syntax for defining mocks,
- can define partial (hybrid) mocks, which are a cross of real and mock objects,
- handles functions of arbitrary types and overloaded functions,
- comes with a rich set of matchers for validating function arguments,
- uses an intuitive syntax for controlling the behavior of a mock,
- does automatic verification of expectations (no record-and-replay needed),
- allows arbitrary (partial) ordering constraints on function calls to be expressed,
- lets a user extend it by defining new matchers and actions.
- does not use exceptions, and
- is easy to learn and use.
Details and examples can be found here:
Please note that code under scripts/generator/ is from the cppclean project and under the Apache License, which is different from Google Mock’s license.
Google Mock is a part of Google Test C++ testing framework and a subject to the same requirements.
Wiki Tutorials
Dependant Packages
Name | Deps |
---|---|
ament_cmake_gmock | |
beluga_system_tests |
Launch files
Messages
Services
Plugins
Recent questions tagged gmock_vendor at Robotics Stack Exchange
gmock_vendor package from googletest repogmock_vendor gtest_vendor |
|
Package Summary
Tags | No category tags. |
Version | 1.14.9000 |
License | BSD |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ament/googletest.git |
VCS Type | git |
VCS Version | jazzy |
Last Updated | 2024-02-09 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Scott K Logan
Authors
- Audrow Nash
- Dirk Thomas
- Michel Hidalgo
Googletest Mocking (gMock) Framework
Overview
Google’s framework for writing and using C++ mock classes. It can help you derive better designs of your system and write better tests.
It is inspired by:
It is designed with C++’s specifics in mind.
gMock:
- Provides a declarative syntax for defining mocks.
- Can define partial (hybrid) mocks, which are a cross of real and mock objects.
- Handles functions of arbitrary types and overloaded functions.
- Comes with a rich set of matchers for validating function arguments.
- Uses an intuitive syntax for controlling the behavior of a mock.
- Does automatic verification of expectations (no record-and-replay needed).
- Allows arbitrary (partial) ordering constraints on function calls to be expressed.
- Lets a user extend it by defining new matchers and actions.
- Does not use exceptions.
- Is easy to learn and use.
Details and examples can be found here:
GoogleMock is a part of GoogleTest C++ testing framework and a subject to the same requirements.
Wiki Tutorials
Dependant Packages
Name | Deps |
---|---|
ament_cmake_gmock | |
beluga_system_tests |
Launch files
Messages
Services
Plugins
Recent questions tagged gmock_vendor at Robotics Stack Exchange
gmock_vendor package from googletest repogmock_vendor gtest_vendor |
|
Package Summary
Tags | No category tags. |
Version | 1.15.0 |
License | BSD |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ament/googletest.git |
VCS Type | git |
VCS Version | rolling |
Last Updated | 2024-04-26 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Scott K Logan
Authors
- Audrow Nash
- Dirk Thomas
- Michel Hidalgo
Googletest Mocking (gMock) Framework
Overview
Google’s framework for writing and using C++ mock classes. It can help you derive better designs of your system and write better tests.
It is inspired by:
It is designed with C++’s specifics in mind.
gMock:
- Provides a declarative syntax for defining mocks.
- Can define partial (hybrid) mocks, which are a cross of real and mock objects.
- Handles functions of arbitrary types and overloaded functions.
- Comes with a rich set of matchers for validating function arguments.
- Uses an intuitive syntax for controlling the behavior of a mock.
- Does automatic verification of expectations (no record-and-replay needed).
- Allows arbitrary (partial) ordering constraints on function calls to be expressed.
- Lets a user extend it by defining new matchers and actions.
- Does not use exceptions.
- Is easy to learn and use.
Details and examples can be found here:
GoogleMock is a part of GoogleTest C++ testing framework and a subject to the same requirements.
Changelog for package gmock_vendor
1.15.0 (2024-04-26)
Wiki Tutorials
Dependant Packages
Name | Deps |
---|---|
ament_cmake_gmock |
Launch files
Messages
Services
Plugins
Recent questions tagged gmock_vendor at Robotics Stack Exchange
gmock_vendor package from googletest repogmock_vendor gtest_vendor |
|
Package Summary
Tags | No category tags. |
Version | 1.10.9003 |
License | BSD |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ament/googletest.git |
VCS Type | git |
VCS Version | galactic |
Last Updated | 2021-06-04 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Michel Hidalgo
Authors
- Dirk Thomas
Googletest Mocking (gMock) Framework
Overview
Google’s framework for writing and using C++ mock classes. It can help you derive better designs of your system and write better tests.
It is inspired by:
and designed with C++’s specifics in mind.
gMock:
- provides a declarative syntax for defining mocks,
- can define partial (hybrid) mocks, which are a cross of real and mock objects,
- handles functions of arbitrary types and overloaded functions,
- comes with a rich set of matchers for validating function arguments,
- uses an intuitive syntax for controlling the behavior of a mock,
- does automatic verification of expectations (no record-and-replay needed),
- allows arbitrary (partial) ordering constraints on function calls to be expressed,
- lets a user extend it by defining new matchers and actions.
- does not use exceptions, and
- is easy to learn and use.
Details and examples can be found here:
Please note that code under scripts/generator/ is from the cppclean project and under the Apache License, which is different from Google Mock’s license.
Google Mock is a part of Google Test C++ testing framework and a subject to the same requirements.
Wiki Tutorials
Dependant Packages
Name | Deps |
---|---|
ament_cmake_gmock |