#include <gtest/gtest.h>#include <openssl/pool.h>#include "internal.h"#include "../test/test_util.h"
Go to the source code of this file.
Functions | |
| TEST (PoolTest, Empty) | |
| TEST (PoolTest, Pooled) | |
| TEST (PoolTest, Unpooled) | |
| TEST | ( | PoolTest | , |
| Empty | |||
| ) |
Definition at line 50 of file pool_test.cc.
| TEST | ( | PoolTest | , |
| Pooled | |||
| ) |
Definition at line 65 of file pool_test.cc.
| TEST | ( | PoolTest | , |
| Unpooled | |||
| ) |
Definition at line 28 of file pool_test.cc.