I’m trying to write some unit tests for a LibreOffice VBA script using the instructions here:
https://help.libreoffice.org/latest/ug/text/sbasic/shared/03/sf_unittest.html
Tests in Simple Mode work fine. However, when I try to run tests in Full Mode, I receive the following error:
Library: ScriptForge
Service: SF_Services
Method: CreateScriptService
Arguments: Service, arg0[, arg1] …
The requested library could not be located.
The UnitTest service has not been initialized.
Library name : << Tests >>
THE EXECUTION IS CANCELLED.
Do you want to receive more information about the ‘CreateScriptService’ method? (Yes/No)
You can see the full popup here.
As far as I can tell, I’m following the instructions on the website to the letter:
I’d like to set up a Full Mode of tests rather than using Simple Mode. Any thoughts on what I might be doing wrong? I welcome any insight the community can provide. Thanks!