#include <gtest/gtest.h>
#include <sstream>
#include "ecvl/support_eddl.h"
#include "ecvl/augmentations.h"
Go to the source code of this file.
|
| TEST (Augmentations, ConstructFromStreamAllParamsOk) |
|
| TEST (Augmentations, ConstructFromStreamWithoutOptionalParms) |
|
| TEST (Augmentations, ConstructFromStreamWithWrongParms) |
|
◆ TEST() [1/3]
TEST |
( |
Augmentations |
, |
|
|
ConstructFromStreamAllParamsOk |
|
|
) |
| |
◆ TEST() [2/3]
TEST |
( |
Augmentations |
, |
|
|
ConstructFromStreamWithoutOptionalParms |
|
|
) |
| |
◆ TEST() [3/3]
TEST |
( |
Augmentations |
, |
|
|
ConstructFromStreamWithWrongParms |
|
|
) |
| |