Re: Fwd: TestCase : how to access the test result ?
| Newsgroups | gmane.comp.java.junit.user |
|---|---|
| Message-ID | <CADW0UyR6U0ksfg3kQHnkg3nL7vDF2zsGX=eoLs7+SApeTac+WQ@mail.gmail.com> |
--001a113559921ba0c50523cc0462 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable This should help: http://junit.sourceforge.net/doc/cookstour/cookstour.htm Good luck! - Kevin On Nov 4, 2015 11:06 PM, "ilke Muhtaroglu [email protected] [junit]" <[email protected]> wrote: > > > > > > Hello, > > I am doing aspect programming for my thesis. There I have access to the > TestCase class. There when a test case method is executed. I want to get > its result whether test has passed or failed. So that I can use that > information. How can I get the test result programmatically ? > > Here is sample code : > > pointcut allMethodsRun() : execution(* *.*(..)); > pointcut testClasses() : within(junit.framework.TestCase+); > > > after() : testClasses() && allMethodsRun() { > System.out.println(((TestCase) thisJoinPoint.getThis()).run() )= ; > > > > > Here I can access the TestCase class but how can I get the test result > after test method executes. Any Idea or question ? > > ilke > > >=20 > --001a113559921ba0c50523cc0462 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <head> <style type=3D"text/css"> <!-- /* start of attachment style */ .ygrp-photo-title{ clear: both; font-size: smaller; height: 15px; overflow: hidden; text-align: center; width: 75px; } div.ygrp-photo{ background-position: center; background-repeat: no-repeat; background-color: white; border: 1px solid black; height: 62px; width: 62px; } div.photo-title=20 a, div.photo-title a:active, div.photo-title a:hover, div.photo-title a:visited { text-decoration: none;=20 } div.attach-table div.attach-row { clear: both; } div.attach-table div.attach-row div { float: left; /* margin: 2px;*/ } p { clear: both; padding: 15px 0 3px 0; overflow: hidden; } div.ygrp-file { width: 30px; valign: middle; } div.attach-table div.attach-row div div a { text-decoration: none; } div.attach-table div.attach-row div div span { font-weight: normal; } div.ygrp-file-title { font-weight: bold; } /* end of attachment style */ --> </style> </head> <html> <head> <style type=3D"text/css"> <!-- #ygrp-mkp { border: 1px solid #d8d8d8; font-family: Arial; margin: 10px 0; padding: 0 10px; } #ygrp-mkp hr { border: 1px solid #d8d8d8; } #ygrp-mkp #hd { color: #628c2a; font-size: 85%; font-weight: 700; line-height: 122%; margin: 10px 0; } #ygrp-mkp #ads { margin-bottom: 10px; } #ygrp-mkp .ad { padding: 0 0; } #ygrp-mkp .ad p { margin: 0; } #ygrp-mkp .ad a { color: #0000ff; text-decoration: none; } --> </style> </head> <body> <!-- |**|begin egp html banner|**| --> <br><br> <!-- |**|end egp html banner|**| --> <p dir=3D"ltr">This should help:</p> <p dir=3D"ltr"><a href=3D"http://junit.sourceforge.net/doc/cookstour/cookst= our.htm">http://junit.sourceforge.net/doc/cookstour/cookstour.htm</a></p> <p dir=3D"ltr"> Good luck!</p> <p dir=3D"ltr">- Kevin</p> <div class=3D"gmail_quote">On Nov 4, 2015 11:06 PM, "ilke Muhtaroglu <= a href=3D"mailto:[email protected]">[email protected]</a> [= junit]" <<a href=3D"mailto:[email protected]">junit@yahoogroups= .com</a>> wrote:<br type=3D"attribution"><blockquote class=3D"gmail_quot= e" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> <u></u> =20 <div style=3D"background-color:#fff"> <span>=C2=A0</span> <div> <div> <div> =20=20=20=20=20=20 =20=20=20=20=20=20 <p><div dir=3D"ltr">=C2=A0<br><div class=3D"gmail_quote"><br><br><div= dir=3D"ltr"><div><div>Hello,<br><br></div>I am doing aspect programming fo= r my thesis. There I have access to the TestCase class. There when a test c= ase method is executed. I want to get its result whether test has passed or= failed. So that I can use that information. How can I get the test result = programmatically ?<br><br></div>Here is sample code :<br><br>=C2=A0=C2=A0= =C2=A0 =C2=A0=C2=A0=C2=A0 pointcut allMethodsRun() : execution(* *.*(..));<= br>=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 pointcut testClasses() : within(ju= nit.framework.TestCase+);<br><br>=C2=A0=C2=A0=C2=A0 =C2=A0 <br>=C2=A0=C2=A0= =C2=A0=C2=A0 after() :=C2=A0 testClasses() && allMethodsRun() {=C2= =A0=C2=A0 <br>=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0 =C2=A0 System.out.println(((T= estCase) thisJoinPoint.getThis()).run()=C2=A0 ); =C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 <br><br><div><br><br></div><div>Here I can access the TestCase= class but how can I get the test result after test method executes. Any Id= ea or question ?<span><font color=3D"#888888"><br><br></font></span></div><= span><font color=3D"#888888"><div>ilke<br><br></div></font></span></div> </div><br></div> </p> </div> =20=20=20=20=20 =20=20=20=20 <div style=3D"color:#fff;min-height:0"></div> </div> =20=20 </blockquote></div> <!-- |**|begin egp html banner|**| --> <br> <br> <!-- |**|end egp html banner|**| --> <div width=3D"1" style=3D"color: white; clear: both;"/>__._,_.___</div> =20=20=20=20=20=20 =20=20 =20=20=20=20 <div id=3D"fromDMARC" style=3D"clear:both; margin-top: 10px;"> <hr style=3D"height:2px ; border-width:0; color:#E3E3E3; backgroun= d-color:#E3E3E3;"> Posted by: =3D?UTF-8?Q?Kevin_Cooney_=3DE2=3D98=3D95?=3D <kcoone= [email protected]> <hr style=3D"height:2px ; border-width:0; color:#E3= E3E3; background-color:#E3E3E3;"> </div> <!-- Start Recommendations --> <!-- End Recommendations --> <!-- |**|begin egp html banner|**| --> <img src=3D"http://geo.yahoo.com/serv?s=3D97476590/grpId=3D2423328/grpspI= d=3D1705006905/msgId=3D24725/stime=3D1446827078" width=3D"1" height=3D"1"> = <br> <!-- |**|end egp html banner|**| --> =20=20 <!-- |**|begin egp html banner|**| --> <br> =20=20=20 =20=20=20=20=20 =20 <!-- |**|begin egp html banner|**| --> <div id=3D"ygrp-vital" style=3D"background-color: #f2f2f2; font-fam= ily: Verdana; font-size: 10px; margin-bottom: 10px; padding: 10px;"> <span id=3D"vithd" style=3D"font-weight: bold; color: #333; text-tr= ansform: uppercase; "><a href=3D"https://groups.yahoo.com/neo/groups/junit/= info;_ylc=3DX3oDMTJlNGxzNWpyBF9TAzk3MzU5NzE0BGdycElkAzI0MjMzMjgEZ3Jwc3BJZAM= xNzA1MDA2OTA1BHNlYwN2dGwEc2xrA3ZnaHAEc3RpbWUDMTQ0NjgyNzA3OA--" style=3D"tex= t-decoration: none;">Visit Your Group</a></span> <ul style=3D"list-style-type: none; margin: 0; padding: 0; display: in= line;"> </ul> </div> <div id=3D"ft" style=3D"font-family: Arial; font-size: 11px; margin-top: 5p= x; padding: 0 2px 0 0; clear: both;"> <a href=3D"https://groups.yahoo.com/neo;_ylc=3DX3oDMTJkcnRzaG1wBF9TAzk3ND= c2NTkwBGdycElkAzI0MjMzMjgEZ3Jwc3BJZAMxNzA1MDA2OTA1BHNlYwNmdHIEc2xrA2dmcARzd= GltZQMxNDQ2ODI3MDc4" style=3D"float: left;"><img src=3D"http://l.yimg.com/r= u/static/images/yg/img/email/new_logo/logo-groups-137x15.png" height=3D"15"= width=3D"137" alt=3D"Yahoo! Groups" style=3D"border: 0;"/></a> <div style=3D"color: #747575; float: right;"> • <a href=3D"https://i= nfo.yahoo.com/privacy/us/yahoo/groups/details.html" style=3D"text-decoratio= n: none;">Privacy</a> • <a href=3D"mailto:junit-unsubscribe@yahoogroup= s.com?subject=3DUnsubscribe" style=3D"text-decoration: none;">Unsubscribe</= a> • <a href=3D"https://info.yahoo.com/legal/us/yahoo/utos/terms/" sty= le=3D"text-decoration: none;">Terms of Use</a> </div> </div> <!-- |**|end egp html banner|**| --> </div> <!-- ygrp-msg --> =20=20=20 <br> <!-- |**|end egp html banner|**| --> <div style=3D"color: white; clear: both;"/>__,_._,___</div> </body> </html> --001a113559921ba0c50523cc0462--