[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [ease-dev] Tooltip testing
|
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.