vlad oleynick
vlad oleynick
The practice contains 2 checks: 1. Rectangles Do Not Overlap 2. Rectangles Have The Correct Size If I draw rectangles of proper size without calling jump(), I get OK in...
**Bug description** Even a correct code may poduce an output error "The first square should be drawn at (100, 100)" if any Run cycles were executed before. Looks like the...
I'm trying to integrate ASMock with AsUnit. Here is the folowing code in setUp() method: repository = new MockRepository(); var prepareDispatcher:IEventDispatcher = _repository.prepare([MovieClip]); prepareDispatcher.addEventListener(Event.COMPLETE, addAsync()); If there is only one...