
Test for AFC infrastructure More...
Classes | |
| class | TestSpace |
| Test space. More... | |
Public Member Functions | |
| AFC (void) | |
| Initialize test. | |
| bool | run (void) |
| Perform actual tests. | |
Protected Member Functions | |
| int | space (TestSpace *s[]) |
| Return random index of non-null space. | |
| int | index (void) |
| Return random index. | |
Static Protected Attributes | |
| static const int | n_ops = 8 * 1024 |
| How many test operations to be performed. | |
| static const int | n = 16 |
| How many spaces to maintain. | |
Test for AFC infrastructure
| int Test::AFC::space | ( | TestSpace * | s[] | ) | [inline, protected] |
| int Test::AFC::index | ( | void | ) | [inline, protected] |
| bool Test::AFC::run | ( | void | ) | [inline, virtual] |
const int Test::AFC::n_ops = 8 * 1024 [static, protected] |
const int Test::AFC::n = 16 [static, protected] |