738a849 moves loading of "NumberToSendMessage" property
to SendMessage test even though there are 3 other tests
that use that variable thereby breaking all 3 tests
because of NumberToSendMessage being null.
This commit moves the load process back to init phase so
all 4 tests can use NumberToSendMessage.
738a849 moves loading of "NumberToSendMessage" property to SendMessage test even though there are 3 other tests that use that variable thereby breaking all 3 tests because of NumberToSendMessage being null.
This commit moves the load process back to init phase so all 4 tests can use NumberToSendMessage.