Home > Repository > base > gmock

gmock: Google C++ Mocking Framework

Inspired by jMock, EasyMock, and Hamcrest, and designed with C++'s specifics in mind, Google C++ Mocking Framework (or Google Mock for short) is a library for writing and using C++ mock classes.

Google Mock:
- provides a declarative syntax for defining mocks,
- can easily 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.
Nome:gmock
Versione: 1.15.2-1mamba
Gruppo:Development/Tools
Manutentore:silvan
Licenza:BSD
Dimensione:674.22 kB
URL di origine:https://github.com/google/googlemock
Data di compilazione:2024-08-01 08:23:41
Pacchetti binari e dipendenze
x86_64aarch64i586
RPM creatigmock-debug
libgmock
libgmock-devel
gmock-debug
libgmock
libgmock-devel
gmock-debug
libgmock
libgmock-devel
Dipendenze di compilazioneglibc-devel [1]
libgcc [1]
libstdc++6-devel [1]
glibc-devel [1]
libgcc [1]
libstdc++6-devel [1]
glibc-devel [1]
libgcc [1]
libstdc++6-devel [1]
Cronologia delle modifiche
DataPackagerVersioneDescrizione
2024-08-01Automatic Build System 1.15.2-1mamba- automatic version update by autodist
2024-07-16Automatic Build System 1.15.0-1mamba- automatic version update by autodist
2023-08-03autodist1.14.0-1mamba- automatic version update by autodist
2023-03-12silvan1.13.0-1mamba- update to 1.13.0
2022-07-01autodist1.12.1-1mamba- automatic version update by autodist
2022-06-24autodist1.12.0-1mamba- automatic version update by autodist
2021-06-15autodist1.11.0-1mamba- automatic version update by autodist
2019-11-09silvan1.10.0-3mamba- libgmock: don't provide/obsolete gtest-devel
2019-11-07silvan1.10.0-2mamba- libgmock-devel: require libgmock, not gmock
2019-11-06silvan1.10.0-1mamba- update to 1.10.0