/* * $Id$ * * [ Description ] * */ #include "Behavioural/@DIRECTORY/SelfTest/include/test.h" #define NB_PARAMS 0 void usage (int argc, char * argv[]) { cerr << " " << argv[0] << " name_instance list_params" << endl << "list_params is :" << endl // << " - size_data (unsigned int)" << endl // << " - nb_port (unsigned int)" << endl; << "" << endl; for (int i=0; i : " << error.what (); exit (EXIT_FAILURE); } catch (...) { cerr << "<" << name << "> : This test must generate a error" << endl; exit (EXIT_FAILURE); } return (EXIT_SUCCESS); }