n
npukoluctFeb. 2, 2020, 12:15 p.m.

QTest как протестировать MainWindow

QTest, c++, Qt

Решил разобраться с QTest. Создал простейший проект (FirstTest) с подпроектами: 1 подпроект (FirstProject) - простейшая прога, 2 подпроект (test) - для тестирования. Но при компиляции получаю ошибку: \firstproject\mainwindow.cpp:2: ошибка: ui_mainwindow.h: No such file or directory.
Подскажите, что я делаю не так, а то какой-то осмысленной информации по QTest мало, но хочется в этом разобраться.

FirstTest.rar FirstTest.rar

TEMPLATE = subdirs

SUBDIRS += \
    Test/Test.pro \
    firstproject/firstproject.pro

В FirstProject *.pro файл не менял.
В MainWindows добавил 1 функции для тестирования:

int MainWindow::addNumber(int a, int b)
{
    return a+b;
}

В Test.pro вписал следующее:

QT += testlib
QT += gui
QT += widgets

CONFIG += qt warn_on depend_includepath testcase

TEMPLATE = app

HEADERS += \
    ../firstproject/mainwindow.h
SOURCES += \
    ../firstproject/mainwindow.cpp
    tst_test_mainwindow.cpp

В классе теста написал следующее:

#include <QtTest>
#include <QCoreApplication>

// add necessary includes here
#include "../firstproject/mainwindow.h"

Q_DECLARE_METATYPE(MainWindow)

class Test_MainWindow : public QObject
{
    Q_OBJECT

public:
    Test_MainWindow();
    ~Test_MainWindow();

private slots:
    void initTestCase();
    void cleanupTestCase();
    void test_case1();

};

Test_MainWindow::Test_MainWindow()
{

}

Test_MainWindow::~Test_MainWindow()
{

}

void Test_MainWindow::initTestCase()
{

}

void Test_MainWindow::cleanupTestCase()
{

}

void Test_MainWindow::test_case1()
{
    MainWindow *mw = new MainWindow(nullptr);
    QCOMPARE(mw->addNumber(2, 4), 6);
}

QTEST_MAIN(Test_MainWindow)

#include "tst_test_mainwindow.moc"
We recommend hosting TIMEWEB
We recommend hosting TIMEWEB
Stable hosting, on which the social network EVILEG is located. For projects on Django we recommend VDS hosting.

Do you like it? Share on social networks!

2
o
  • Feb. 2, 2020, 2:09 p.m.
  • The answer was marked as a solution.

В проекте с тестами не видно упоминания ui

    n
    • Feb. 2, 2020, 2:40 p.m.

    Спасибо большое.
    Дописал в test.pro, такую строчку:

    FORMS += \
        ../firstproject/mainwindow.ui
    

    убрав из cpp теста Q_DECLARE_METATYPE(MainWindow) и поправив test_case1(),на:

    MainWindow mw;
    QCOMPARE(mw.addNumber(2,4), 6);
    

    Все заработало.

      Comments

      Only authorized users can post comments.
      Please, Log in or Sign up
      AD

      C ++ - Test 004. Pointers, Arrays and Loops

      • Result:50points,
      • Rating points-4
      m

      C ++ - Test 004. Pointers, Arrays and Loops

      • Result:80points,
      • Rating points4
      m

      C ++ - Test 004. Pointers, Arrays and Loops

      • Result:20points,
      • Rating points-10
      Last comments
      i
      innorwallNov. 14, 2024, 7:03 p.m.
      Qt/C++ - Lesson 060. Configuring the appearance of the application in runtime I didnt have an issue work colors priligy dapoxetine 60mg revia cost uk August 3, 2022 Reply
      i
      innorwallNov. 14, 2024, 12:07 p.m.
      Circuit switching and packet data transmission networks Angioedema 1 priligy dapoxetine
      i
      innorwallNov. 14, 2024, 11:42 a.m.
      How to Copy Files in Linux If only females relatives with DZ offspring were considered these percentages were 23 order priligy online uk
      i
      innorwallNov. 14, 2024, 9:09 a.m.
      Qt/C++ - Tutorial 068. Hello World using the CMAKE build system in CLion ditropan pristiq dosing With the Yankees leading, 4 3, Rivera jogged in from the bullpen to a standing ovation as he prepared for his final appearance in Chicago buy priligy pakistan
      i
      innorwallNov. 14, 2024, 4:05 a.m.
      EVILEG-CORE. Using Google reCAPTCHA 2001; 98 29 34 priligy buy
      Now discuss on the forum
      i
      innorwallNov. 14, 2024, 3:39 a.m.
      добавить qlineseries в функции priligy amazon canada 93 GREB1 protein GREB1 AB011147 6
      i
      innorwallNov. 11, 2024, 10:55 a.m.
      Всё ещё разбираюсь с кешем. priligy walgreens levitra dulcolax carbs The third ring was found to be made up of ultra relativistic electrons, which are also present in both the outer and inner rings
      9
      9AnonimOct. 25, 2024, 9:10 a.m.
      Машина тьюринга // Начальное состояние 0 0, ,<,1 // Переход в состояние 1 при пустом символе 0,0,>,0 // Остаемся в состоянии 0, двигаясь вправо при встрече 0 0,1,>…

      Follow us in social networks