wibble 1.1
empty.test.h
Go to the documentation of this file.
1/* -*- C++ -*- (c) 2007 Petr Rockai <me@mornfall.net>
2 (c) 2007 Enrico Zini <enrico@enricozini.org> */
3
4#include <wibble/test.h>
5#include <wibble/empty.h>
6
7using namespace wibble;
8
9struct TestEmpty {
12
13 assert_eq(container.size(), 0u);
14
16 assert(i == container.end());
17 assert(!(i != container.end()));
18 }
19};
Definition empty.h:47
Definition amorph.h:17
Definition empty.test.h:9
Test basic()
Definition empty.test.h:10
Definition amorph.h:30
#define assert_eq(x, y)
Definition test.h:33
#define assert(x)
Definition test.h:30