Minetest 5.9.0-dev
 
Loading...
Searching...
No Matches
TestFailedException Class Reference

#include <test.h>

+ Collaboration diagram for TestFailedException:

Public Member Functions

 TestFailedException (std::string in_message, const char *in_file, int in_line)
 

Public Attributes

const std::string message
 
const std::string file
 
const int line
 

Constructor & Destructor Documentation

◆ TestFailedException()

TestFailedException::TestFailedException ( std::string  in_message,
const char *  in_file,
int  in_line 
)
inline

Member Data Documentation

◆ file

const std::string TestFailedException::file

Referenced by TestBase::runTest().

◆ line

const int TestFailedException::line

Referenced by TestBase::runTest().

◆ message

const std::string TestFailedException::message

Referenced by TestBase::runTest().


The documentation for this class was generated from the following file: