vlad oleynick
Results
2
comments of
vlad oleynick
**UPD** all works fine with "position.x = 100", so that's my fault in this case. But not resetting variables between Run cycles may produce confusing results somewhere else.
version 4.0.3 Here is about simplest test case construction producing the error: ``` public class JustTest extends TestCase { public function JustTest(testMethod:String) { super(testMethod); } private var _repository:MockRepository; private var...