easyssl/tests/units/authtest.h
2023-03-26 21:13:39 +02:00

27 lines
486 B
C++

//#
//# Copyright (C) 2020-2023 QuasarApp.
//# Distributed under the lgplv3 software license, see the accompanying
//# Everyone is permitted to copy and distribute verbatim copies
//# of this license document, but changing it is not allowed.
//#
#ifndef AUTH_TEST_H
#define AUTH_TEST_H
#include "test.h"
#include "testutils.h"
#include <QtTest>
class AuthTest: public Test, protected TestUtils
{
public:
AuthTest();
~AuthTest();
void test();
};
#endif // AUTH_TEST_H