#pragma once /* * TestCrypto.h * * Created on: Jul 15, 2011 * Author: cat_red */ #include class TestCrypto { public: TestCrypto(); virtual ~TestCrypto(); static void run(const TestConfig &tc, int argc, char ** argv); };