API Documentation
MAIN PAGE
NAMESPACES
CLASSES
Documentation
Headers
NilkinsDebug
Testing
Observers
TestFunctionObserverInformation.h
1
// TestFunctionObserverInformation.h
3
//
5
6
namespace
nkDebug
7
{
11
class
TestFunctionObserverInformation
final
12
{
13
public :
14
15
// Constructor
19
TestFunctionObserverInformation
() noexcept ;
20
21
// Getters
25
nkMemory
::StringView
getName
() const ;
29
unsigned
long
long
getTimeMicroS
() const ;
33
TestRunResult
*
getRunResult
() const ;
34
35
// Setters
41
void
setName
(
nkMemory
::StringView value) ;
47
void
setTimeMicroS
(
unsigned
long
long
value) ;
53
void
setRunResult
(
TestRunResult
* value) ;
54
} ;
55
}
nkDebug::TestFunctionObserverInformation::getTimeMicroS
unsigned long long getTimeMicroS() const
nkDebug::TestFunctionObserverInformation::getName
nkMemory::StringView getName() const
nkDebug::TestFunctionObserverInformation::setName
void setName(nkMemory::StringView value)
nkDebug::TestRunResult
Holds informations about a test execution result.
Definition:
TestRunResult.h:12
nkDebug::TestFunctionObserverInformation
Information provided during a function run.
Definition:
TestFunctionObserverInformation.h:12
nkDebug::TestFunctionObserverInformation::setRunResult
void setRunResult(TestRunResult *value)
nkDebug
Encompasses all API of component NilkinsDebug.
Definition:
LogManager.h:7
nkDebug::TestFunctionObserverInformation::setTimeMicroS
void setTimeMicroS(unsigned long long value)
nkDebug::TestFunctionObserverInformation::getRunResult
TestRunResult * getRunResult() const
nkDebug::TestFunctionObserverInformation::TestFunctionObserverInformation
TestFunctionObserverInformation() noexcept
nkMemory
Encompasses all API of component NilkinsMemory.
Definition:
Allocator.h:7
Generated by
Doxygen
1.8.18