#ifndef INFO_TEST_H_
#define INFO_TEST_H_
#include <InfoClient.h>
int infoTest1();
int infoTest2();
int infoTest3();
void performanceTest();
#endif