#include "eckit/io/Buffer.h"
#include "eckit/io/DataHandle.h"
#include "eckit/io/MemoryHandle.h"
#include "eckit/testing/Test.h"
#include "odc/core/MetaData.h"
#include "odc/Reader.h"
#include "odc/Writer.h"
#include "odc/tools/MockReader.h"
#include "odc/codec/Integer.h"
#include "odc/codec/String.h"
Go to the source code of this file.
|
| CASE ("The constant integer codec stores a constant integer") |
|
| CASE ("The constant codec can also store strings") |
|
| CASE ("The constant codec can also store doubles") |
|
| CASE ("Missing values are encoded and decoded correctly") |
|
int | main (int argc, char *argv[]) |
|
◆ CASE() [1/4]
CASE |
( |
"Missing values are encoded and decoded correctly" |
| ) |
|
◆ CASE() [2/4]
CASE |
( |
"The constant codec can also store doubles" |
| ) |
|
◆ CASE() [3/4]
CASE |
( |
"The constant codec can also store strings" |
| ) |
|
◆ CASE() [4/4]
CASE |
( |
"The constant integer codec stores a constant integer" |
| ) |
|
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |