How can I test with selection at PropertyTest? [message #910267] |
Sun, 09 September 2012 01:16  |
Eclipse User |
|
|
|
Hi,
I use PropertyTest in my project.
It work fine with(selection), iterate and test.
In this condition, receiver argument of PropertyTest::test() is only one object.
But, In my case, I need all collection because of transation.
so, I used with(selection) and test, except iterate.
But, MyPropertyTest::test() is not called.
Also, when I used only test, MyPropertyTest::test() is not called.
How can I test with all selection?
|
|
|
|
|
Re: How can I test with selection at PropertyTest? [message #918470 is a reply to message #918388] |
Thu, 20 September 2012 23:35  |
Eclipse User |
|
|
|
I seem that I solve this problem.
I use activeMenuSelection as with variable instead of selection.
Is it right?
But It has a another problem.
PropertyTester is called when application losted focus during popup menu is displaying.
Why called at that time?
[Updated on: Thu, 20 September 2012 23:38] by Moderator
|
|
|
Powered by
FUDForum. Page generated in 0.03632 seconds