EX-Display
EX-Display
Loading...
Searching...
No Matches
test_Configurator.cpp File Reference
#include "Configurator.h"
#include "test/mocks/Stream.h"
#include <gtest/gtest.h>
Include dependency graph for test_Configurator.cpp:

Classes

class  ConfiguratorTests
 

Functions

 TEST_F (ConfiguratorTests, CreateConfiguration)
 Ensure the Configurator can be created successfully.
 
 TEST_F (ConfiguratorTests, SetLogLevel)
 Ensure the Configurator is created with the provided log level set.
 
 TEST_F (ConfiguratorTests, TestInitialisation)
 Ensure the Configurator is created and all attributes are as expected.
 

Function Documentation

◆ TEST_F() [1/3]

TEST_F ( ConfiguratorTests  ,
CreateConfiguration   
)

Ensure the Configurator can be created successfully.

Here is the call graph for this function:

◆ TEST_F() [2/3]

TEST_F ( ConfiguratorTests  ,
SetLogLevel   
)

Ensure the Configurator is created with the provided log level set.

Here is the call graph for this function:

◆ TEST_F() [3/3]

TEST_F ( ConfiguratorTests  ,
TestInitialisation   
)

Ensure the Configurator is created and all attributes are as expected.

Here is the call graph for this function: