// SPDX-License-Identifier: LGPL-2.1-or-later #include #include "Gui/Assistant.h" #include class Assistant: public ::testing::Test { protected: static void SetUpTestSuite() { tests::initApplication(); } }; TEST_F(Assistant, first) {}