HomeSort by relevance Sort by last modified time
    Searched defs:Spy (Results 1 - 7 of 7) sorted by null

  /external/mockito/src/org/mockito/
Spy.java 13 * Allows shorthand wrapping of field instances in an spy object.
21 * @Spy Foo spyOnFoo = new Foo("argument");
23 * @Spy Bar spyOnBar;
35 * Foo spyOnFoo = Mockito.spy(new Foo("argument"));
36 * Bar spyOnFoo = Mockito.spy(new Bar());
40 * <strong>The field annotated with &#064;Spy can be initialized by Mockito if a zero argument constructor
44 * <strong>The field annotated with &#064;Spy can be initialized explicitly at declaration point.
64 * List spy = spy(list);
66 * //Impossible: real method is called so spy.get(0) throws IndexOutOfBoundsException (the list is yet empty)
    [all...]
  /external/chromium_org/mojo/spy/
spy.h 19 // mojo::Spy is a troubleshooting and debugging aid. It helps tracking
23 // line of the mojo_shell. Which takes --spy=<options>. Each option is
26 // For example --spy=port:13333
28 class Spy {
30 Spy(mojo::ServiceManager* service_manager, const std::string& options);
31 ~Spy();
spy.cc 5 #include "mojo/spy/spy.h"
18 #include "mojo/spy/websocket_server.h"
160 spy::WebSocketServer* ws_server = NULL;
163 // TODO(cpu) figure out lifetime of the server. See Spy() dtor.
164 ws_server = new spy::WebSocketServer(port);
197 Spy::Spy(mojo::ServiceManager* service_manager, const std::string& options) {
210 Spy::~Spy(){
    [all...]
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-all/1.9.5/
mockito-all-1.9.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.9.5/
mockito-core-1.9.5.jar 

Completed in 316 milliseconds