Home
last modified time | relevance | path

Searched refs:Concrete (Results 1 – 25 of 39) sorted by relevance

12

/external/mockito/src/test/java/org/mockito/internal/stubbing/answers/
DCallsRealMethodsTest.java23 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/
DAbstractFakeCommandHandlerTest.groovy68 …* Create and return a new instance of the CommandHandler class under test. Concrete subclasses mus…
74 * under test. Concrete subclasses must implement.
D_AbstractFakeCommandHandlerTest.groovy174 * Concrete subclass of AbstractFakeCommandHandler for testing
/external/python/cpython2/Doc/c-api/
Dconcrete.rst7 Concrete Objects Layer
/external/llvm/docs/
DHowToSetUpLLVMStyleRTTI.rst101 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/
DCookBook.md358 ## 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…
399Concrete` 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/
DCookBook.md358 ## 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…
399Concrete` 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/
DCookBook.md351 ## 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…
392Concrete` 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/
DAbstractFakeCommandHandlerTestCase.groovy86 …* 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/
DAbstractFakeCommandHandlerTest.groovy86 …* Create and return a new instance of the CommandHandler class under test. Concrete subclasses mus…
92 * under test. Concrete subclasses must implement.
D_AbstractFakeCommandHandlerTest.groovy194 * Concrete subclass of AbstractFakeCommandHandler for testing
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
DAbstractFakeCommandHandlerTest.groovy86 …* Create and return a new instance of the CommandHandler class under test. Concrete subclasses mus…
92 * under test. Concrete subclasses must implement.
D_AbstractFakeCommandHandlerTest.groovy194 * Concrete subclass of AbstractFakeCommandHandler for testing
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/command/
DAbstractFakeCommandHandlerTestCase.groovy86 …* 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/
DAbstractFakeCommandHandlerTest.groovy86 …* 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/
DAbstractFakeCommandHandlerTestCase.groovy86 …* 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/
DAbstractFakeCommandHandlerTest.groovy84 …* 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/
DAbstractFakeCommandHandlerTestCase.groovy86 …* 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/
DAbstractFakeCommandHandlerTest.groovy86 …* 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/
DAbstractFakeCommandHandlerTest.groovy86 …* Create and return a new instance of the CommandHandler class under test. Concrete subclasses mus…
92 * under test. Concrete subclasses must implement.
D_AbstractFakeCommandHandlerTest.groovy194 * Concrete subclass of AbstractFakeCommandHandler for testing
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/command/
DAbstractFakeCommandHandlerTestCase.groovy86 …* 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/
DAbstractFakeCommandHandlerTest.groovy86 …* 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/
DCookBook.md351 ## 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…
392Concrete` 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/
Dlexical-block-file-inline.ll27 ;; Concrete "bar" function

12