Leosac
0.8.0
Open Source Access Control
|
#include "core/auth/AuthSourceBuilder.hpp"
#include "core/auth/Auth.hpp"
#include "core/auth/Interfaces/IAuthSourceMapper.hpp"
#include "core/credentials/PinCode.hpp"
#include "core/credentials/RFIDCard.hpp"
#include "core/credentials/RFIDCardPin.hpp"
#include "modules/auth/auth-file/FileAuthSourceMapper.hpp"
#include <gtest/gtest.h>
Go to the source code of this file.
Classes | |
class | Leosac::Test::AuthSourceBuilderTest |
Test the AuthSourceBuilder ability to create AuthSource object from messages. More... | |
Namespaces | |
Leosac | |
This is the header file for a generated source file, GitSHA1.cpp. | |
Leosac::Test | |
Unit test live in this namespace. | |
Functions | |
Leosac::Test::TEST_F (AuthSourceBuilderTest, ExtractSourceName) | |
Leosac::Test::TEST_F (AuthSourceBuilderTest, BuildWiegandCard) | |
Leosac::Test::TEST_F (AuthSourceBuilderTest, BuildPin) | |
Leosac::Test::TEST_F (AuthSourceBuilderTest, BuildCardAndPing) | |