[prev in list] [next in list] [prev in thread] [next in thread] 

List:       synapse-dev
Subject:    Re: Setting environment variables in-memory for unit tests
From:       Nuwan Jayawardene <nsgaj12 () gmail ! com>
Date:       2021-09-13 6:15:05
Message-ID: CAB+BoriT-n7z0eZs31Oj47--8XpPYWbEPwXh=rTEtRJNy50U8w () mail ! gmail ! com
[Download RAW message or body]

Noted Nadeeshaan. I'll check it out.

Kind regards.




On Sun, Sep 12, 2021 at 9:41 PM Nadeeshaan Gunasinghe <
nadeeshaangunasinghe@gmail.com> wrote:

> Not really, the shell command does not aware of the particular debug
> configuration. Although, if you set the maven configuration, as I mentioned
> earlier, that should work for both scenarios.
> 
> Cheers,
> 
> *Nadeeshaan Gunasinghe*
> Technical Lead, WSO2 Inc. http://wso2.com
> +94770596754 | nadeeshaan@wso2.com | Skype: nadeeshaan.gunasinghe
> <https://mail.google.com/mail/u/1/#>
> <http://www.facebook.com/nadeeshaan.gunasinghe>
> <http://lk.linkedin.com/in/nadeeshaan> <http://twitter.com/Nadeeshaan>
> <http://nadeeshaan.blogspot.com/>
> 
> 
> On Sun, Sep 12, 2021 at 8:50 PM Nuwan Jayawardene <nsgaj12@gmail.com>
> wrote:
> 
> > If it's run in memory, sure I think that'll work too.
> > However, would it work when a mvn clean install is run separately from a
> > terminal?
> > 
> > 
> > 
> > 
> > On Sun, Sep 12, 2021 at 8:08 PM Nadeeshaan Gunasinghe <
> > nadeeshaangunasinghe@gmail.com> wrote:
> > 
> > > Hi Nuwan,
> > > 
> > > In that regard, I would like to suggest that we edit the editor's debug
> > > configurations without any intervention of the code as a best practice at
> > > the development time. WDYT?
> > > 
> > > Cheers,
> > > 
> > > *Nadeeshaan Gunasinghe*
> > > Technical Lead, WSO2 Inc. http://wso2.com
> > > +94770596754 | nadeeshaan@wso2.com | Skype: nadeeshaan.gunasinghe
> > > <https://mail.google.com/mail/u/1/#>
> > > <http://www.facebook.com/nadeeshaan.gunasinghe>
> > > <http://lk.linkedin.com/in/nadeeshaan> <http://twitter.com/Nadeeshaan>
> > > <http://nadeeshaan.blogspot.com/>
> > > 
> > > 
> > > On Sun, Sep 12, 2021 at 7:32 PM Nuwan Jayawardene <nsgaj12@gmail.com>
> > > wrote:
> > > 
> > > > Hi Nadeeshaan,
> > > > this looks interesting. I'll check it out.
> > > > 
> > > > I was trying to do it programmatically so it can be manipulated through
> > > > the code itself so it's convenient when running tests individually via
> > > > IntelliJ.
> > > > 
> > > > Regards
> > > > 
> > > > 
> > > > 
> > > > 
> > > > On Sun, Sep 12, 2021 at 2:57 PM Nadeeshaan Gunasinghe <
> > > > nadeeshaangunasinghe@gmail.com> wrote:
> > > > 
> > > > > Hi Nuwan,
> > > > > 
> > > > > If you are looking for a way for setting the environment variables for
> > > > > the tests (please correct me if I haven't understood correctly), you can
> > > > > set it up in your maven configurations. If that's what you are looking for,
> > > > > please try [1].
> > > > > 
> > > > > [1]
> > > > > https://stackoverflow.com/questions/11078863/how-to-set-env-variables-for-maven-to-run-test-correctly
> > > > >  
> > > > > Cheers,
> > > > > 
> > > > > *Nadeeshaan Gunasinghe*
> > > > > Technical Lead, WSO2 Inc. http://wso2.com
> > > > > +94770596754 | nadeeshaan@wso2.com | Skype: nadeeshaan.gunasinghe
> > > > > <https://mail.google.com/mail/u/1/#>
> > > > > <http://www.facebook.com/nadeeshaan.gunasinghe>
> > > > > <http://lk.linkedin.com/in/nadeeshaan> <http://twitter.com/Nadeeshaan>
> > > > > <http://nadeeshaan.blogspot.com/>
> > > > > 
> > > > > 
> > > > > On Sun, Sep 12, 2021 at 2:45 PM Nuwan Jayawardene <nsgaj12@gmail.com>
> > > > > wrote:
> > > > > 
> > > > > > Hi all,
> > > > > > I've been working on writing unit tests for a feature that extracts a
> > > > > > prefixed variable from a synapse.xml config during runtime and populates \
> > > > > > it with a preset environment variable. It's similar in functionality to \
> > > > > > what's mentioned here:
> > > > > > https://docs.wso2.com/display/EI660/Injecting+Parameters+as+Environment+Variables
> > > > > >                 
> > > > > > .
> > > > > > 
> > > > > > I'm reaching out to verify if there's a way to set environment
> > > > > > variables in-memory with Java so that it is picked up when the unit test \
> > > > > > is being run.
> > > > > > I found an answer here: https://stackoverflow.com/a/7201825/7838048,
> > > > > > however unfortunately it doesn't seem to work as it retrieves a null \
> > > > > > value when the code is debugged.
> > > > > > 
> > > > > > Would appreciate some thoughts on this.
> > > > > > Kind regards
> > > > > > --
> > > > > > *Nuwan Jayawardene*
> > > > > > Assistant Lecturer, Informatics Institute of Technology (IIT).
> > > > > > Research Assistant, University of Moratuwa
> > > > > > 
> > > > > > https://www.linkedin.com/m/in/nuwanjaya
> > > > > > 
> > > > > > 
> > > > > > 
> > > > 
> > > > --
> > > > *Nuwan Jayawardene*
> > > > Assistant Lecturer, Informatics Institute of Technology (IIT).
> > > > Research Assistant, University of Moratuwa
> > > > 
> > > > https://www.linkedin.com/m/in/nuwanjaya
> > > > 
> > > > 
> > 
> > --
> > *Nuwan Jayawardene*
> > Assistant Lecturer, Informatics Institute of Technology (IIT).
> > Research Assistant, University of Moratuwa
> > 
> > https://www.linkedin.com/m/in/nuwanjaya
> > 
> > 

-- 
*Nuwan Jayawardene*
Assistant Lecturer, Informatics Institute of Technology (IIT).
Research Assistant, University of Moratuwa

https://www.linkedin.com/m/in/nuwanjaya


[Attachment #3 (text/html)]

<div dir="ltr"><div dir="ltr">Noted Nadeeshaan. I&#39;ll check it \
out.<div><br></div><div>Kind regards.<br><br><br><br></div></div><br><img width="0" \
height="0" class="mailtrack-img" alt="" style="display:flex" \
src="https://mailtrack.io/trace/mail/a080bc8c75f73e4c9fbba87cbf54b37f7cccf4b2.png?u=1990004"><div \
class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Sep 12, 2021 at 9:41 PM \
Nadeeshaan Gunasinghe &lt;<a \
href="mailto:nadeeshaangunasinghe@gmail.com">nadeeshaangunasinghe@gmail.com</a>&gt; \
wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px \
0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Not \
really, the shell command does not aware of the particular debug configuration. \
Although, if you set the maven configuration, as I mentioned earlier, that should \
work for both scenarios.<div><br></div><div>Cheers,</div><div><br \
clear="all"><div><div dir="ltr"><div dir="ltr"><div><div \
dir="ltr"><div><div><div><div \
style="color:rgb(100,100,100);font-family:Arial;font-size:12px"><b>Nadeeshaan \
Gunasinghe</b><br>Technical Lead,  WSO2 Inc. <a href="http://wso2.com" \
target="_blank">http://wso2.com</a></div><div \
style="font-family:Arial;font-size:12px;color:rgb(141,141,141);padding:5px 0px"><span \
style="display:inline-block"><a href="tel:+94770596754" \
style="color:rgb(141,141,141)" target="_blank">+94770596754</a></span>  <span \
style="color:rgb(167,167,167);display:inline-block">|</span>  <span \
style="display:inline-block"><a href="mailto:nadeeshaan@wso2.com" \
style="color:rgb(141,141,141)" target="_blank">nadeeshaan@wso2.com</a></span>  <span \
style="color:rgb(167,167,167);display:inline-block">|</span>  <span \
style="display:inline-block">Skype:  <a href="https://mail.google.com/mail/u/1/#" \
style="color:rgb(141,141,141)" \
target="_blank">nadeeshaan.gunasinghe</a></span></div></div></div></div><div \
style="font-family:Arial;font-size:12px;color:rgb(141,141,141);padding:5px \
0px"><table border="0" cellpadding="0" cellspacing="0" \
style="color:rgb(100,100,100)"><tbody><tr style="padding-top:10px"><td align="left" \
style="padding-right:5px;text-align:center"><a \
href="http://www.facebook.com/nadeeshaan.gunasinghe" style="color:rgb(17,85,204)" \
target="_blank"><img width="16" height="16" \
src="https://s3.amazonaws.com/images.wisestamp.com/social_icons/square/facebook.png" \
style="border-radius: 0px; border: 0px; width: 16px; height: 16px;"></a></td><td \
align="left" style="padding-right:5px;text-align:center"><a \
href="http://lk.linkedin.com/in/nadeeshaan" style="color:rgb(17,85,204)" \
target="_blank"><img width="16" height="16" \
src="https://s3.amazonaws.com/images.wisestamp.com/social_icons/square/linkedin.png" \
style="border-radius: 0px; border: 0px; width: 16px; height: 16px;"></a></td><td \
align="left" style="padding-right:5px;text-align:center"><a \
href="http://twitter.com/Nadeeshaan" style="color:rgb(17,85,204)" \
target="_blank"><img width="16" height="16" \
src="https://s3.amazonaws.com/images.wisestamp.com/social_icons/square/twitter.png" \
style="border-radius: 0px; border: 0px; width: 16px; height: 16px;"></a></td><td \
align="left" style="padding-right:5px;text-align:center"><a \
href="http://nadeeshaan.blogspot.com/" style="color:rgb(17,85,204)" \
target="_blank"><img width="16" height="16" \
src="https://s3.amazonaws.com/images.wisestamp.com/social_icons/square/blogger.png" \
style="border-radius: 0px; border: 0px; width: 16px; height: \
16px;"></a></td></tr></tbody></table></div></div></div></div></div></div><br></div></div><br><div \
class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Sep 12, 2021 at 8:50 PM \
Nuwan Jayawardene &lt;<a href="mailto:nsgaj12@gmail.com" \
target="_blank">nsgaj12@gmail.com</a>&gt; wrote:<br></div><blockquote \
class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid \
rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr">If it&#39;s run in \
memory, sure I think that&#39;ll work too.  <div>However, would it work when a <font \
face="monospace">mvn clean install </font><font face="arial, sans-serif">is run \
separately from a terminal?  </font><font face="monospace">  </font><font \
face="monospace">  </font><br><br><br><br></div></div><br><img width="0" height="0" \
alt="" style="display: flex;" \
src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"><div \
class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Sep 12, 2021 at 8:08 PM \
Nadeeshaan Gunasinghe &lt;<a href="mailto:nadeeshaangunasinghe@gmail.com" \
target="_blank">nadeeshaangunasinghe@gmail.com</a>&gt; wrote:<br></div><blockquote \
class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid \
rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hi \
Nuwan,</div><div><br></div>In that regard, I would like to suggest that we edit the \
editor&#39;s debug configurations without any intervention of the code as a best \
practice at the development time. WDYT?<div><br></div><div>Cheers,</div><div><br \
clear="all"><div><div dir="ltr"><div dir="ltr"><div><div \
dir="ltr"><div><div><div><div \
style="color:rgb(100,100,100);font-family:Arial;font-size:12px"><b>Nadeeshaan \
Gunasinghe</b><br>Technical Lead,  WSO2 Inc. <a href="http://wso2.com" \
target="_blank">http://wso2.com</a></div><div \
style="font-family:Arial;font-size:12px;color:rgb(141,141,141);padding:5px 0px"><span \
style="display:inline-block"><a href="tel:+94770596754" \
style="color:rgb(141,141,141)" target="_blank">+94770596754</a></span>  <span \
style="color:rgb(167,167,167);display:inline-block">|</span>  <span \
style="display:inline-block"><a href="mailto:nadeeshaan@wso2.com" \
style="color:rgb(141,141,141)" target="_blank">nadeeshaan@wso2.com</a></span>  <span \
style="color:rgb(167,167,167);display:inline-block">|</span>  <span \
style="display:inline-block">Skype:  <a href="https://mail.google.com/mail/u/1/#" \
style="color:rgb(141,141,141)" \
target="_blank">nadeeshaan.gunasinghe</a></span></div></div></div></div><div \
style="font-family:Arial;font-size:12px;color:rgb(141,141,141);padding:5px \
0px"><table border="0" cellpadding="0" cellspacing="0" \
style="color:rgb(100,100,100)"><tbody><tr style="padding-top:10px"><td align="left" \
style="padding-right:5px;text-align:center"><a \
href="http://www.facebook.com/nadeeshaan.gunasinghe" style="color:rgb(17,85,204)" \
target="_blank"><img width="16" height="16" \
src="https://s3.amazonaws.com/images.wisestamp.com/social_icons/square/facebook.png" \
style="border-radius: 0px; border: 0px; width: 16px; height: 16px;"></a></td><td \
align="left" style="padding-right:5px;text-align:center"><a \
href="http://lk.linkedin.com/in/nadeeshaan" style="color:rgb(17,85,204)" \
target="_blank"><img width="16" height="16" \
src="https://s3.amazonaws.com/images.wisestamp.com/social_icons/square/linkedin.png" \
style="border-radius: 0px; border: 0px; width: 16px; height: 16px;"></a></td><td \
align="left" style="padding-right:5px;text-align:center"><a \
href="http://twitter.com/Nadeeshaan" style="color:rgb(17,85,204)" \
target="_blank"><img width="16" height="16" \
src="https://s3.amazonaws.com/images.wisestamp.com/social_icons/square/twitter.png" \
style="border-radius: 0px; border: 0px; width: 16px; height: 16px;"></a></td><td \
align="left" style="padding-right:5px;text-align:center"><a \
href="http://nadeeshaan.blogspot.com/" style="color:rgb(17,85,204)" \
target="_blank"><img width="16" height="16" \
src="https://s3.amazonaws.com/images.wisestamp.com/social_icons/square/blogger.png" \
style="border-radius: 0px; border: 0px; width: 16px; height: \
16px;"></a></td></tr></tbody></table></div></div></div></div></div></div><br></div></div><br><div \
class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Sep 12, 2021 at 7:32 PM \
Nuwan Jayawardene &lt;<a href="mailto:nsgaj12@gmail.com" \
target="_blank">nsgaj12@gmail.com</a>&gt; wrote:<br></div><blockquote \
class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid \
rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr">Hi \
Nadeeshaan,<div>this looks interesting. I&#39;ll check it out.  \
</div><div><br></div><div>I was trying to do it programmatically so it can be \
manipulated through the code itself so  it&#39;s convenient when running tests \
individually via IntelliJ.</div><div><br></div><div>Regards<br><br><br><br></div></div><br><img \
width="0" height="0" alt="" style="display: flex;"><div class="gmail_quote"><div \
dir="ltr" class="gmail_attr">On Sun, Sep 12, 2021 at 2:57 PM Nadeeshaan Gunasinghe \
&lt;<a href="mailto:nadeeshaangunasinghe@gmail.com" \
target="_blank">nadeeshaangunasinghe@gmail.com</a>&gt; wrote:<br></div><blockquote \
class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid \
rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi Nuwan,<div><br></div><div>If you \
are looking for a way for setting the environment variables for the tests (please \
correct me if I haven&#39;t understood correctly), you can set it up in your maven \
configurations. If that&#39;s what you are looking for, please try \
[1].</div><div><br></div><div>[1] <a \
href="https://stackoverflow.com/questions/11078863/how-to-set-env-variables-for-maven-to-run-test-correctly" \
target="_blank">https://stackoverflow.com/questions/11078863/how-to-set-env-variables- \
for-maven-to-run-test-correctly</a></div><div><br></div><div>Cheers,</div><div><br \
clear="all"><div><div dir="ltr"><div dir="ltr"><div><div \
dir="ltr"><div><div><div><div \
style="color:rgb(100,100,100);font-family:Arial;font-size:12px"><b>Nadeeshaan \
Gunasinghe</b><br>Technical Lead,  WSO2 Inc. <a href="http://wso2.com" \
target="_blank">http://wso2.com</a></div><div \
style="font-family:Arial;font-size:12px;color:rgb(141,141,141);padding:5px 0px"><span \
style="display:inline-block"><a href="tel:+94770596754" \
style="color:rgb(141,141,141)" target="_blank">+94770596754</a></span>  <span \
style="color:rgb(167,167,167);display:inline-block">|</span>  <span \
style="display:inline-block"><a href="mailto:nadeeshaan@wso2.com" \
style="color:rgb(141,141,141)" target="_blank">nadeeshaan@wso2.com</a></span>  <span \
style="color:rgb(167,167,167);display:inline-block">|</span>  <span \
style="display:inline-block">Skype:  <a href="https://mail.google.com/mail/u/1/#" \
style="color:rgb(141,141,141)" \
target="_blank">nadeeshaan.gunasinghe</a></span></div></div></div></div><div \
style="font-family:Arial;font-size:12px;color:rgb(141,141,141);padding:5px \
0px"><table border="0" cellpadding="0" cellspacing="0" \
style="color:rgb(100,100,100)"><tbody><tr style="padding-top:10px"><td align="left" \
style="padding-right:5px;text-align:center"><a \
href="http://www.facebook.com/nadeeshaan.gunasinghe" style="color:rgb(17,85,204)" \
target="_blank"><img width="16" height="16" \
src="https://s3.amazonaws.com/images.wisestamp.com/social_icons/square/facebook.png" \
style="border-radius: 0px; border: 0px; width: 16px; height: 16px;"></a></td><td \
align="left" style="padding-right:5px;text-align:center"><a \
href="http://lk.linkedin.com/in/nadeeshaan" style="color:rgb(17,85,204)" \
target="_blank"><img width="16" height="16" \
src="https://s3.amazonaws.com/images.wisestamp.com/social_icons/square/linkedin.png" \
style="border-radius: 0px; border: 0px; width: 16px; height: 16px;"></a></td><td \
align="left" style="padding-right:5px;text-align:center"><a \
href="http://twitter.com/Nadeeshaan" style="color:rgb(17,85,204)" \
target="_blank"><img width="16" height="16" \
src="https://s3.amazonaws.com/images.wisestamp.com/social_icons/square/twitter.png" \
style="border-radius: 0px; border: 0px; width: 16px; height: 16px;"></a></td><td \
align="left" style="padding-right:5px;text-align:center"><a \
href="http://nadeeshaan.blogspot.com/" style="color:rgb(17,85,204)" \
target="_blank"><img width="16" height="16" \
src="https://s3.amazonaws.com/images.wisestamp.com/social_icons/square/blogger.png" \
style="border-radius: 0px; border: 0px; width: 16px; height: \
16px;"></a></td></tr></tbody></table></div></div></div></div></div></div><br></div></div><br><div \
class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Sep 12, 2021 at 2:45 PM \
Nuwan Jayawardene &lt;<a href="mailto:nsgaj12@gmail.com" \
target="_blank">nsgaj12@gmail.com</a>&gt; wrote:<br></div><blockquote \
class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid \
rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi all,<div>I&#39;ve been working \
on writing unit tests for a feature that extracts a prefixed variable from a \
synapse.xml config during runtime and populates it with a preset environment \
variable. It&#39;s similar in functionality to what&#39;s mentioned here:  <a \
href="https://docs.wso2.com/display/EI660/Injecting+Parameters+as+Environment+Variables" \
target="_blank">https://docs.wso2.com/display/EI660/Injecting+Parameters+as+Environment+Variables</a>.</div><div><br></div><div>I&#39;m \
reaching out to verify if there&#39;s a way to set environment variables in-memory \
with Java so that it is  picked  up when the unit test is being run.</div><div>I \
found an answer here:  <a href="https://stackoverflow.com/a/7201825/7838048" \
target="_blank">https://stackoverflow.com/a/7201825/7838048</a>, however \
unfortunately it doesn&#39;t seem to work as it retrieves a null value when the code \
is debugged.</div><div><div><br></div><div>Would appreciate some thoughts on \
this.</div><div>Kind  regards</div>-- <br><div dir="ltr"><div dir="ltr"><div \
dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div \
dir="ltr"><div dir="ltr"><b>Nuwan Jayawardene</b><br></div><div dir="ltr"><div \
style="font-size:small;letter-spacing:normal">Assistant Lecturer, Informatics \
Institute of Technology (IIT).<br></div><div \
style="font-size:small;letter-spacing:normal">Research Assistant, University of \
Moratuwa<br><br></div><div><font size="1"><a \
href="https://www.linkedin.com/m/in/nuwanjaya" \
target="_blank">https://www.linkedin.com/m/in/nuwanjaya</a><br></font></div><div \
style="font-size:small;letter-spacing:normal"><div style="margin:0px;padding:0px 0px \
20px;width:1014px;font-family:Roboto,RobotoDraft,Helvetica,Arial,sans-serif;font-size:medium"><div><div \
style="font-size:12.8px;margin:8px 0px 0px;padding:0px"><div><div dir="ltr"><div \
dir="ltr"><span><font \
color="#888888"><br></font></span></div></div><div></div></div></div><div></div></div></div></div></div></div></div></div></div></div></div></div></div><br></div><img \
width="0" height="0" alt="" style="display: flex;"></div> </blockquote></div>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr"><div \
dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div \
dir="ltr"><div dir="ltr"><div dir="ltr"><b>Nuwan Jayawardene</b><br></div><div \
dir="ltr"><div style="font-size:small;letter-spacing:normal">Assistant Lecturer, \
Informatics Institute of Technology (IIT).<br></div><div \
style="font-size:small;letter-spacing:normal">Research Assistant, University of \
Moratuwa<br><br></div><div><font size="1"><a \
href="https://www.linkedin.com/m/in/nuwanjaya" \
target="_blank">https://www.linkedin.com/m/in/nuwanjaya</a><br></font></div><div \
style="font-size:small;letter-spacing:normal"><div style="margin:0px;padding:0px 0px \
20px;width:1014px;font-family:Roboto,RobotoDraft,Helvetica,Arial,sans-serif;font-size:medium"><div><div \
style="font-size:12.8px;margin:8px 0px 0px;padding:0px"><div><div dir="ltr"><div \
dir="ltr"><span><font \
color="#888888"><br></font></span></div></div><div></div></div></div><div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
 </blockquote></div>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr"><div \
dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div \
dir="ltr"><div dir="ltr"><div dir="ltr"><b>Nuwan Jayawardene</b><br></div><div \
dir="ltr"><div style="font-size:small;letter-spacing:normal">Assistant Lecturer, \
Informatics Institute of Technology (IIT).<br></div><div \
style="font-size:small;letter-spacing:normal">Research Assistant, University of \
Moratuwa<br><br></div><div><font size="1"><a \
href="https://www.linkedin.com/m/in/nuwanjaya" \
target="_blank">https://www.linkedin.com/m/in/nuwanjaya</a><br></font></div><div \
style="font-size:small;letter-spacing:normal"><div style="margin:0px;padding:0px 0px \
20px;width:1014px;font-family:Roboto,RobotoDraft,Helvetica,Arial,sans-serif;font-size:medium"><div><div \
style="font-size:12.8px;margin:8px 0px 0px;padding:0px"><div><div dir="ltr"><div \
dir="ltr"><span><font \
color="#888888"><br></font></span></div></div><div></div></div></div><div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
 </blockquote></div>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" \
class="gmail_signature"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div \
dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><b>Nuwan \
Jayawardene</b><br></div><div dir="ltr"><div \
style="font-size:small;letter-spacing:normal">Assistant Lecturer, Informatics \
Institute of Technology (IIT).<br></div><div \
style="font-size:small;letter-spacing:normal">Research Assistant, University of \
Moratuwa<br><br></div><div><font size="1"><a \
href="https://www.linkedin.com/m/in/nuwanjaya" \
target="_blank">https://www.linkedin.com/m/in/nuwanjaya</a><br></font></div><div \
style="font-size:small;letter-spacing:normal"><div style="margin:0px;padding:0px 0px \
20px;width:1014px;font-family:Roboto,RobotoDraft,Helvetica,Arial,sans-serif;font-size:medium"><div><div \
style="font-size:12.8px;margin:8px 0px 0px;padding:0px"><div><div dir="ltr"><div \
dir="ltr"><span><font \
color="#888888"><br></font></span></div></div><div></div></div></div><div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>




[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic