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