VTK  9.5.20251105
Macros
TestCellArrayHelpers.h File Reference
#include "vtkCellArray.h"
#include "MockDataArray.h"
#include "vtkArrayDispatch.h"
#include "vtkArrayDispatchDataSetArrayList.h"
#include "vtkCellArrayIterator.h"
#include "vtkDataArrayRange.h"
#include "vtkIdList.h"
#include "vtkIdTypeArray.h"
#include "vtkImplicitArray.h"
#include "vtkIntArray.h"
#include "vtkLogger.h"
#include "vtkLongArray.h"
#include "vtkLongLongArray.h"
#include "vtkNew.h"
#include "vtkPolyData.h"
#include "vtkSOADataArrayTemplate.h"
#include "vtkSmartPointer.h"
#include "vtkTriangle.h"
#include <algorithm>
#include <initializer_list>
#include <stdexcept>
#include <type_traits>
Include dependency graph for TestCellArrayHelpers.h:

Go to the source code of this file.

Macros

#define TEST_ASSERT(cond)
 

Macro Definition Documentation

◆ TEST_ASSERT

#define TEST_ASSERT (   cond)
Value:
do \
{ \
std::cout << "=> Check " << #cond << " ... "; \
if (!(cond)) \
{ \
std::cout << "false" << std::endl; \
ThrowAssertError(vtkQuoteMacro(__FILE__) ":" vtkQuoteMacro( \
__LINE__) ": test assertion failed: (" #cond ")"); \
} \
std::cout << "true" << std::endl; \
} while (false)

Definition at line 38 of file TestCellArrayHelpers.h.