Home
last modified time | relevance | path

Searched refs:ExampleService (Results 1 – 3 of 3) sorted by relevance

/external/mockito/src/test/java/org/mockitousage/bugs/injection/
DShouldNotTryToInjectInFinalOrStaticFieldsTest.java23 public static class ExampleService { class in ShouldNotTryToInjectInFinalOrStaticFieldsTest
31 @InjectMocks private ExampleService exampleService = new ExampleService();
/external/python/cpython3/Lib/xmlrpc/
Dserver.py973 class ExampleService: class
985 server.register_instance(ExampleService(), allow_dotted_names=True)
/external/python/cpython3/Doc/library/
Dxmlrpc.server.rst238 class ExampleService:
250 server.register_instance(ExampleService(), allow_dotted_names=True)
259 This ExampleService demo can be invoked from the command line::