Tagged Questions

asMock is a dynamic mock object framework for AS3 application's on the Flash/Flex platform. asMock's purpose is to ease testing by allowing the developer to create mock implementations of custom objects and verify the interactions using unit testing.

learn more… | top users | synonyms

1
vote
2answers
168 views

mocking the static methods and private members using asmock

1.Is there any way to access the private data members of a class in action script using asmock framework? I tried using syntax like ContentPlayer[“getContentPlayer”]=mockContentPlayer; Where in ...
0
votes
1answer
38 views

How do I make one of a stub's method call the real method in ASMock?

In flex I want to do something similar to the following var audioPlayerMock:AudioPlayer = AudioPlayer(mockRepository.createStub(mockRepository.createStub(AudioPlayer)); ...
0
votes
2answers
50 views

Using asMock, how can I satisfy a concrete and interface requirement in SetupResult.forCall

The ValidationManager has a public Dictionary for storing UI components that implement the IValidatable interface. I am testing a command class that needs an instance of ValidationManager and I want ...
0
votes
1answer
201 views

PureMVC / complicated asMock

Ok - I've got a bit of a complicated asMock setup here; I've got a PureMVC async command that is attempting to call another class that implements interfaces in order to set up some asmocks for ...
0
votes
1answer
131 views

FlashDevelop ASMock integration errors

I've recently been trying to use ASMock 1.0 with ASUnit4.0 (I grabbed the package with both of them together off of the ASMock website) and added both .swc components (asmock-v1.0.swc and ...
0
votes
2answers
114 views

Can't get ASMock to Dipatch Events

I can't find my mistake, hope someone can help me out. I am trying to unit test my actionscript application using ASMock. I want to perform an asynchron test, but I don't get my mocked function to ...
0
votes
2answers
143 views

How to integrate AsMock into AsUnit 4?

Trying to update AsMock mocking framework to v.1.0, and use it with AsUnit 4. But in runtime get a VerifyError (1153, inacceptible override) at the line with ...