June 9, 2015
1:23 p.m.
On 09 Jun 2015, at 15:12, Marcus Denker <marcus.denker@inria.fr> wrote:
On 09 Jun 2015, at 14:55, Francisco Garau <francisco.garau@gmail.com> wrote:
Hi Marcus
I'm sure this is great. Just a quick question on your example code: where is tag being defined? Is it an instance variable from ReflectiveMethodTest?
Yes, The test instance is put as the meta-object and we call #tagExec: there. This is just:
tagExec: aTag tag := aTag.
So we just call it with an argument, in this case the new value of the variable.
This is in the image #testReifyNewValue.
there is still an issue that one can not run this test twice⦠I added it to the backlog: https://trello.com/b/m5cxaAxB/reflectivity <https://trello.com/b/m5cxaAxB/reflectivity> Marcus