Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ease-dev] Tooltip testing

Hi Christian,

I commit a simple test[1] to test the getModuleHelpTip() method. This test passes in my local machine. As expected the build failed in Hudson. Please have a look.

Thank you.

[1] https://git.eclipse.org/r/#/c/66980/

On Sat, Feb 20, 2016 at 3:20 AM, Christian Pontesegger <christian.pontesegger@xxxxxx> wrote:
Before you build the custom module along with its sample documentation simply commit a test that calls getMethodHelpTip(). You do not need to check anything so far except that you do not get an exception. We can then look on hudson if this test can work in principle. If not you could spare the effort to write all this moch data.

Christian

Am 19.02.2016 um 18:37 schrieb Vidura Mudalige:
Hi Christian,

Yes. These are the methods that I have been trying to test. Every time these 3 methods are called, the workbench is loaded to generate the URL. As the first approach I sub classed the ModuleDefinition class and created a customized ModuleDefinition object and passed it to getMethodHelpTip() method. But the build failed in Hudson due to workbench problem. But this test ran successfully in my local machine.

However I can give a try to rewrite the test by creating a simple module and a help page. But I have to do something about the workbench problem.

_______________________________________________
ease-dev mailing list
ease-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ease-dev



--
Vidura Mudalige
Undergraduate
Computer Science & Engineering
University of Moratuwa.

Back to the top