Tagged Questions
A spy is XUnit pattern where you replace the original implementation with a test double to capture the calls on the object. Later in your test you can verify the object under test has made specific calls on that object
9
votes
1answer
196 views
Hide VCL Classes
There are some program tools such as WinSpy++ which will allow you to hover over the Handle of any Control/Component and return the Class Name of that Handle. So for example, if I dropped a TMemo on a ...
3
votes
1answer
94 views
Using Spy Object in PHPUnit?
How can I use Spy Object in PHPUnit?
You can call object in imitation on, and after you can assert how many times it called.
It is Spy.
I know "Mock" in PHPUnit as Stub Object and Mock Object.
2
votes
5answers
101 views
mockito : how to unmock a method?
I have a JUnit class with different methods to perform different tests.
I use Mockito to create a spy on real instance, and then override some method which is not relevant to the actual test I ...
2
votes
1answer
73 views
Why are some items greyed out in Spy++'s Windows view?
To modify a window of another program, I need to find a specific SysTreeView32 in it using EnumChildWindows API call.
When I inspect the window using Spy++, there are a number of SysTreeView32's in ...
1
vote
1answer
21 views
Is there a spyOn analogue in QUnit?
I'm writing specs for different test cases for Jasmine and QUnit to compare them and they looked the same before I needed to write a test to check if an event is binded to an element.
Event binding ...
1
vote
3answers
118 views
SpyOn a backbone view method using jasmine
I have a backbone view and I want to create a test to confirm that a click event on some element will call the function bound to that element.
My view is:
PromptView = Backbone.View.extend({
...
1
vote
1answer
107 views
Mockito + Spy: How to gather return values
I got a class using a factory for creating some object.
In my unit test I would like to access the return value of the factory.
Since the factory is directly passed to the class and no getter for the ...
1
vote
2answers
759 views
Tracking email with PHP and image
I have seen the service like spypig.com placing a small image in the email and tracking when it is opened and from where. They track city, country, IP address etc. How is this done?
How do we know ...
0
votes
1answer
48 views
Jasmine - Spying on a method call within a constructor
I want to test whether the following method is called with in my Javascript object constructor. From what I have seen in the Jasmine documentation, I can spy on a constructor method and I can spy on ...
0
votes
0answers
13 views
Does Watin support HTA (HTML Application)?
Any idea if i can use Watin to to automate HTA application? also, is there a known free spy for HTA ?
0
votes
0answers
37 views
Localhost WAMP server slowdown
My local WAMP server experiences major slowdowns when connected to the internet. I'm talking page refresh time from <1 second to over 20 seconds. If I disconnect my ethernet cable I experience huge ...
0
votes
1answer
37 views
Does anyone know an Application to look into a Java Application memory ? Or there is some simple way to create an app to do this kind of stuff ? In C#
I've always seen memory viewers for native windows application, but Java Applications run in the Heap of the Java Virtual machine.
So how do we look inside the memory of a running Java App, how do we ...
0
votes
0answers
54 views
XML Spy Validation Issue -derivation-ok-restriction.2.2
I have a base type under namespace "http://www.saudiedi.com/schema/sau"
<xs:complexType name="saudiEDIType" abstract="true" block="extension">
<xs:sequence>
...
0
votes
1answer
175 views
Why GetWindowThreadProcessId some times returns 0?
I am injecting a .NET SpyLib in the target address space using remote invocation. I need to send a message to that window's thread which created that remote process via GetWindowThreadProcessId.
I am ...
0
votes
0answers
200 views
# regarding iphonels.py
OK - i was able to locate the (2) two "Manifest" files (.mbdb, .mbdx) or whatever, got em. Next dragged em' inside the same folder with "iphonels.py", and then ran:
> python iphonels.py | grep ...
0
votes
2answers
168 views
replace non static method java mock
I need to mock a public, non-static method of an object.
The problem is that I ca'nt create a mock object, because this object is created directly in the code.
I have tried spying the class using ...
0
votes
3answers
347 views
spy keyboard (how to get keyboard digets via C# win forms app)
I want to build a win app using C#...
I want this app to accept letter from the keyboard... and I want that to be done either the text is written via this program or another... its will be much better ...
0
votes
2answers
168 views
Capturing Win32 messages
Does anyone know a tool that can capture win32 messages that get sent to a particular process? I thought there was a tool from sysinternals for that but now I can't locate it. Anyone knows some?
0
votes
3answers
317 views
I am looking for a windows spy application
A few years ago I downloaded an application for windows that would let me see the windows handle, class names, zorder, etc... of applications with I dragged a icon over the window. It also let me ...
0
votes
1answer
268 views
Are memcached entries saved by the Danga client compatible with the Spy client?
After saving a String value into memcached using the Danga client, I attempted to get the entry using the Spy client. The two String values are not the same. The Danga client retrieves a string ...
0
votes
1answer
119 views
vb6 api/spy question
i'm trying to control some soulseek features from VB6 - the problem is the SysTabControl32 - how can i read out which tab is selected? the api spyer only returns the SysTabcontrol32 but no tab button.
...
0
votes
1answer
101 views
Highlight the details of a window under cursor
I need a tool that displays detailed information about the Win32 window which is currently under the mouse cursor. The info I need at minimum:
Class name
Caption name
Window style
Window extended ...
0
votes
1answer
336 views
Sivlerlight Spy cannot load 'System.Windows.Controls.ChildWindow'
I'm currently trying out Silverlight Spy (http://silverlightspy.com) however it is showing a strange error when I use the ChildWindow control.
This error only shows up when I open my Silverlight app ...