Convert Writer's Java UNO API Tests to C++
- Mentors
- Tomaž Vajngerl, Xisco
- Organization
- LibreOffice
- Technologies
- java, c++, CppUnit
- Topics
- software development, unit testing, uno api
The objective of this project is to convert Writer’s Java UNO API tests to C++. Unit testing is a software testing method by which individual units of source code are tested to determine whether they are fit for use. However, the unit tests for Writer’s UNO API tests are still implemented in Java, making it hard to debug them. LibreOffice has a long term plan to move them to C++. I intend to complete this task as my project for GSoC 2023.