/external/mockito/src/test/java/org/mockito/internal/stubbing/answers/ |
D | CallsRealMethodsTest.java | 23 class Concrete { in should_invoke_real_method() class 28 Concrete mock = mock(Concrete.class); in should_invoke_real_method() 30 …Invocation concrete = new InvocationBuilder().mock(mock).method(Concrete.class.getDeclaredMethod("… in should_invoke_real_method()
|
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/groovy/org/mockftpserver/fake/command/ |
D | AbstractFakeCommandHandlerTest.groovy | 68 …* Create and return a new instance of the CommandHandler class under test. Concrete subclasses mus… 74 * under test. Concrete subclasses must implement.
|
D | _AbstractFakeCommandHandlerTest.groovy | 174 * Concrete subclass of AbstractFakeCommandHandler for testing
|
/external/python/cpython2/Doc/c-api/ |
D | concrete.rst | 7 Concrete Objects Layer
|
/external/llvm/docs/ |
D | HowToSetUpLLVMStyleRTTI.rst | 101 instances of exactly that class (only subclasses). See `Concrete Bases 235 so this notional inferred ``classof`` is all we need. See `Concrete 243 Concrete Bases and Deeper Hierarchies 333 rewrite the example at the beginning of `Concrete Bases and Deeper
|
/external/googletest/googlemock/docs/v1_6/ |
D | CookBook.md | 358 ## Alternative to Mocking Concrete Classes ## 362 call it `Concrete`), you may be tempted to make the methods of 363 `Concrete` virtual and then mock it. 378 to interfaces": instead of talking to the `Concrete` class, your code 380 interface as an adaptor on top of `Concrete`. In tests, you can easily 391 …* `Concrete`'s API may not fit your problem domain very well, as you may not be the only client it… 392 …* If `Concrete`'s implementation ever has to change, you don't have to rewrite everywhere it is us… 399 …Concrete` in different ways, so the best interfaces for them will be different. Therefore, each of… 400 … just like they have been sharing `Concrete`. You can check in the interface and the adaptor somew… 574 virtual int Concrete(const char* str) { ... } [all …]
|
/external/googletest/googlemock/docs/v1_5/ |
D | CookBook.md | 358 ## Alternative to Mocking Concrete Classes ## 362 call it `Concrete`), you may be tempted to make the methods of 363 `Concrete` virtual and then mock it. 378 to interfaces": instead of talking to the `Concrete` class, your code 380 interface as an adaptor on top of `Concrete`. In tests, you can easily 391 …* `Concrete`'s API may not fit your problem domain very well, as you may not be the only client it… 392 …* If `Concrete`'s implementation ever has to change, you don't have to rewrite everywhere it is us… 399 …Concrete` in different ways, so the best interfaces for them will be different. Therefore, each of… 400 … just like they have been sharing `Concrete`. You can check in the interface and the adaptor somew… 574 virtual int Concrete(const char* str) { ... } [all …]
|
/external/googletest/googlemock/docs/v1_7/ |
D | CookBook.md | 351 ## Alternative to Mocking Concrete Classes ## 355 call it `Concrete`), you may be tempted to make the methods of 356 `Concrete` virtual and then mock it. 371 to interfaces": instead of talking to the `Concrete` class, your code 373 interface as an adaptor on top of `Concrete`. In tests, you can easily 384 …* `Concrete`'s API may not fit your problem domain very well, as you may not be the only client it… 385 …* If `Concrete`'s implementation ever has to change, you don't have to rewrite everywhere it is us… 392 …Concrete` in different ways, so the best interfaces for them will be different. Therefore, each of… 393 … just like they have been sharing `Concrete`. You can check in the interface and the adaptor somew… 567 virtual int Concrete(const char* str) { ... } [all …]
|
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/command/ |
D | AbstractFakeCommandHandlerTestCase.groovy | 86 …* Create and return a new instance of the CommandHandler class under test. Concrete subclasses mus… 92 * under test. Concrete subclasses must implement.
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/ |
D | AbstractFakeCommandHandlerTest.groovy | 86 …* Create and return a new instance of the CommandHandler class under test. Concrete subclasses mus… 92 * under test. Concrete subclasses must implement.
|
D | _AbstractFakeCommandHandlerTest.groovy | 194 * Concrete subclass of AbstractFakeCommandHandler for testing
|
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/ |
D | AbstractFakeCommandHandlerTest.groovy | 86 …* Create and return a new instance of the CommandHandler class under test. Concrete subclasses mus… 92 * under test. Concrete subclasses must implement.
|
D | _AbstractFakeCommandHandlerTest.groovy | 194 * Concrete subclass of AbstractFakeCommandHandler for testing
|
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/command/ |
D | AbstractFakeCommandHandlerTestCase.groovy | 86 …* Create and return a new instance of the CommandHandler class under test. Concrete subclasses mus… 92 * under test. Concrete subclasses must implement.
|
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/command/ |
D | AbstractFakeCommandHandlerTest.groovy | 86 …* Create and return a new instance of the CommandHandler class under test. Concrete subclasses mus… 92 * under test. Concrete subclasses must implement.
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/ |
D | AbstractFakeCommandHandlerTestCase.groovy | 86 …* Create and return a new instance of the CommandHandler class under test. Concrete subclasses mus… 92 * under test. Concrete subclasses must implement.
|
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/command/ |
D | AbstractFakeCommandHandlerTest.groovy | 84 …* Create and return a new instance of the CommandHandler class under test. Concrete subclasses mus… 90 * under test. Concrete subclasses must implement.
|
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/command/ |
D | AbstractFakeCommandHandlerTestCase.groovy | 86 …* Create and return a new instance of the CommandHandler class under test. Concrete subclasses mus… 92 * under test. Concrete subclasses must implement.
|
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/command/ |
D | AbstractFakeCommandHandlerTest.groovy | 86 …* Create and return a new instance of the CommandHandler class under test. Concrete subclasses mus… 92 * under test. Concrete subclasses must implement.
|
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/command/ |
D | AbstractFakeCommandHandlerTest.groovy | 86 …* Create and return a new instance of the CommandHandler class under test. Concrete subclasses mus… 92 * under test. Concrete subclasses must implement.
|
D | _AbstractFakeCommandHandlerTest.groovy | 194 * Concrete subclass of AbstractFakeCommandHandler for testing
|
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/command/ |
D | AbstractFakeCommandHandlerTestCase.groovy | 86 …* Create and return a new instance of the CommandHandler class under test. Concrete subclasses mus… 92 * under test. Concrete subclasses must implement.
|
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/command/ |
D | AbstractFakeCommandHandlerTest.groovy | 86 …* Create and return a new instance of the CommandHandler class under test. Concrete subclasses mus… 92 * under test. Concrete subclasses must implement.
|
/external/googletest/googlemock/docs/ |
D | CookBook.md | 351 ## Alternative to Mocking Concrete Classes ## 355 call it `Concrete`), you may be tempted to make the methods of 356 `Concrete` virtual and then mock it. 371 to interfaces": instead of talking to the `Concrete` class, your code 373 interface as an adaptor on top of `Concrete`. In tests, you can easily 384 …* `Concrete`'s API may not fit your problem domain very well, as you may not be the only client it… 385 …* If `Concrete`'s implementation ever has to change, you don't have to rewrite everywhere it is us… 392 …Concrete` in different ways, so the best interfaces for them will be different. Therefore, each of… 393 … just like they have been sharing `Concrete`. You can check in the interface and the adaptor somew… 567 virtual int Concrete(const char* str) { ... } [all …]
|
/external/llvm/test/DebugInfo/X86/ |
D | lexical-block-file-inline.ll | 27 ;; Concrete "bar" function
|