ACT-CV - Machine Vision for Cognitive Modeling
Public Member Functions | Public Attributes | List of all members
tests::TestFailure Class Reference

exception class for test failure More...

#include <TestCase.h>

Collaboration diagram for tests::TestFailure:
Collaboration graph

Public Member Functions

 TestFailure (const GCPointer< TestCase > &t, std::string cause)
 
 TestFailure (const GCPointer< TestCase > &t, std::string cause, std::string file, int line)
 

Public Attributes

GCPointer< TestCasetheTest
 
std::string theCause
 
std::string theFile
 
int theLine
 

Detailed Description

exception class for test failure

Definition at line 43 of file TestCase.h.

Constructor & Destructor Documentation

tests::TestFailure::TestFailure ( const GCPointer< TestCase > &  t,
std::string  cause 
)

Definition at line 51 of file TestCase.h.

tests::TestFailure::TestFailure ( const GCPointer< TestCase > &  t,
std::string  cause,
std::string  file,
int  line 
)

Definition at line 54 of file TestCase.h.

Member Data Documentation

std::string tests::TestFailure::theCause

Definition at line 46 of file TestCase.h.

Referenced by main().

std::string tests::TestFailure::theFile

Definition at line 48 of file TestCase.h.

Referenced by main().

int tests::TestFailure::theLine

Definition at line 49 of file TestCase.h.

Referenced by main().

GCPointer<TestCase> tests::TestFailure::theTest

Definition at line 45 of file TestCase.h.

Referenced by main().


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


ACT-CV - Machine Vision for Cognitive Modeling
© 2015 Marc Halbruegge (actcvlibrary@googlemail.com)