Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » Accessing Method Parameters or return value of a method(How to access the method parameters or a return value of a method ?)
Accessing Method Parameters or return value of a method [message #1713967] Mon, 09 November 2015 08:42
ilke Muhtar is currently offline ilke MuhtarFriend
Messages: 47
Registered: September 2015
Member
I want to get the result of a JUnit test. It is kept in TestResult class which is a return value of run method of TestCase class and also parameter of run method at TestCase class.

Please see this link for TestResult Class and TestCase class of JUnit.

http://junit.sourceforge.net/doc/cookstour/cookstour.htm

I can access the TestCase class when the test is run.

My question is : Is it possible to acccess the parameters of a method when its run is finished or can I get the return value of a method after it is executed ?

Thanks for your help.

Sincerely

ilke

Previous Topic:Use of After advice
Next Topic:How to resolve method binding in advice declaration
Goto Forum:
  


Current Time: Fri Apr 19 02:07:56 GMT 2024

Powered by FUDForum. Page generated in 0.01308 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top