7#ifndef TEST_ARCCORE_COLLECTIONS_TESTARRAYCOMMON_H
8#define TEST_ARCCORE_COLLECTIONS_TESTARRAYCOMMON_H
12#include "arccore/base/ArccoreGlobal.h"
14#include <gtest/gtest.h>
40 friend std::ostream& operator<<(std::ostream& o,
const IntSubClass& c)
74#define ARCCORE_UT_CHECK(expr,message) \
76 throw Arccore::FatalErrorException((message))
112 bool operator==(
Integer iv)
const
122template <
typename T>
inline
125 ASSERT_EQ(a.allocator(), b.allocator());
127 ASSERT_EQ(a.dim1Size(), b.dim1Size());
128 ASSERT_EQ(a.dim2Size(), b.dim2Size());
Classe représentant un tableau 2D classique.
Integer totalNbElement() const
Nombre total d'éléments (dim1Size()*dim2Size())
Espace de nom de Arccore.
Int32 Integer
Type représentant un entier.