#include <cassert>
#include <cstring>
#include <jau/test/catch2_ext.hpp>
#include <jau/basic_algos.hpp>
#include <jau/basic_types.hpp>
#include <jau/callocator.hpp>
#include <jau/counting_allocator.hpp>
#include <jau/counting_callocator.hpp>
#include <jau/darray.hpp>
#include <jau/float_types.hpp>
Go to the source code of this file.
|
template<class T> |
static void | int_test () |
|
| TEST_CASE ("JAU DArray Test 00 - ctti", "[ctti][datatype][jau][darray]") |
|
| TEST_CASE ("JAU DArray Test 01 - basics", "[basics][datatype][jau][darray]") |
|
| TEST_CASE ("JAU DArray Test 02 - slice", "[slice][datatype][jau][darray]") |
|
| TEST_CASE ("JAU DArray Test 03 - put/get", "[put][get][datatype][jau][darray]") |
|
◆ secure_ints
◆ normal_ints
◆ TEST_CASE() [1/4]
TEST_CASE |
( |
"JAU DArray Test 00 - ctti" | , |
|
|
"" | [ctti][datatype][jau][darray] ) |
◆ int_test()
◆ TEST_CASE() [2/4]
TEST_CASE |
( |
"JAU DArray Test 01 - basics" | , |
|
|
"" | [basics][datatype][jau][darray] ) |
◆ TEST_CASE() [3/4]
TEST_CASE |
( |
"JAU DArray Test 02 - slice" | , |
|
|
"" | [slice][datatype][jau][darray] ) |
◆ TEST_CASE() [4/4]
TEST_CASE |
( |
"JAU DArray Test 03 - put/get" | , |
|
|
"" | [put][get][datatype][jau][darray] ) |