#include "config.h"
#include <unistd.h>
#include <iostream>
#include <string>
#include <cassert>
#include "asserts.h"
#include "types.h"
#include "error.h"
#include "estring.h"
Go to the source code of this file.
Functions | |
void | test1 (void) |
void | test2 (void) |
void | test3 (void) |
void | test4 (void) |
void | test5 (void) |
int | main (int argc, char const *argv[]) |
int main | ( | int | argc, | |
char const * | argv[] | |||
) |
Definition at line 389 of file test-estring.cc.
References err_unknown, test1(), test2(), test3(), test4(), and test5().
void test1 | ( | void | ) |
Definition at line 16 of file test-estring.cc.
void test2 | ( | void | ) |
Definition at line 21 of file test-estring.cc.
References estring::assign(), estring::center, estring::fmt_str(), estring::left, estring::precision(), and estring::right.
void test3 | ( | void | ) |
Definition at line 192 of file test-estring.cc.
References estring::base(), estring::precision(), and estring::reset().
void test4 | ( | void | ) |
Definition at line 342 of file test-estring.cc.
References estring::base(), estring::get_from_type(), estring::type_int, and estring::type_unknown.
void test5 | ( | void | ) |
Definition at line 377 of file test-estring.cc.
References estring::lower(), and estring::upper().