• Home
  • Raw
  • Download

Lines Matching refs:Mock

15 Google Mock:
38 License, which is different from Google Mock's license.
43 Google Mock is implemented on top of the Google Test C++ testing
46 must use the bundled version of Google Test when using Google Mock, or
49 You can also easily configure Google Mock to work with another testing
55 Google Mock depends on advanced C++ features and thus requires a more
56 modern compiler. The following are needed to use Google Mock:
60 These are the base requirements to build and use Google Mock from a source
81 build Google Mock and its own tests from an SVN checkout (described
93 There are two primary ways of getting Google Mock's source code: you
102 Google Mock is released in versioned source packages which can be
122 Mock, run the following Subversion command:
127 system to build Google Mock (described below), you'll need to
154 To build Google Mock and your tests that use it, you need to tell your
161 This section shows how you can integrate Google Mock into your
164 Suppose you put Google Mock in directory ${GMOCK_DIR} and Google Test
166 build Google Mock, create a library build target (or a project as
190 (We need -pthread as Google Test and Google Mock use threads.)
200 use to build Google Mock on systems where GNU make is available
202 Mock's own tests. Instead, it just builds the Google Mock library and
220 directory contains VC++ 2010 projects for building Google Mock and
225 If you want to create your own project to use with Google Mock, you'll
232 Include Directories, type <path to Google Mock>/include.
234 Tweaking Google Mock
237 Google Mock can be used in diverse environments. The default
239 some environments. However, you can easily tweak Google Mock by
249 Google Mock uses the C++ Technical Report 1 (TR1) tuple library
252 subset of TR1 tuple that's enough for Google Mock's need. Google Mock
257 and Google Mock use. However, if your project already uses TR1 tuple,
258 you need to tell Google Test and Google Mock to use the same TR1 tuple
264 to the compiler flags while compiling Google Test, Google Mock, and
265 your tests. If you want to force Google Test and Google Mock to use
272 If you want to use Boost's TR1 tuple library with Google Mock, please
278 Google Mock is compact, so most users can build and link it as a static
279 library for the simplicity. Google Mock can be used as a DLL, but the
283 ### Tweaking Google Mock ###
285 Most of Google Test's control macros apply to Google Mock as well.
291 We strive to keep Google Mock releases backward compatible.
294 do if you are upgrading from an earlier version of Google Mock.
305 Google Mock use it in order to be thread-safe. For this to work, you
318 Developing Google Mock
321 This section discusses how to make your own changes to Google Mock.
323 ### Testing Google Mock Itself ###
328 the instructions in section "SVN Checkout" to configure Google Mock.
333 Once you have successfully configured Google Mock, the build steps are
339 Note that when building your project against Google Mock, you are building
345 Some of Google Mock's source files are generated from templates (not
362 We welcome patches. Please read the Google Mock developer's guide [4]