Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Version 3 (modified by landauf, 8 years ago) (diff)

Library: gtest

General

gtest is a library used to write unit tests in Orxonox. It can be combined with gmock.

Usage in Orxonox

gtest and gmock are included as external sources in the orxonox repository. They are automatically built and linked if the unit tests are built.

Tips

To disable a test, add the DISABLED_ its name.