Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

linktest.h

Go to the documentation of this file.
00001 /*************************************************************************** 00002 linktest.h - description 00003 ------------------- 00004 begin : Mon May 17 2004 00005 copyright : (C) 2004 by Ramakrishna Shenai 00006 email : shenai1@cs.umbc.edu 00007 ***************************************************************************/ 00008 00009 /*************************************************************************** 00010 * * 00011 * This program is free software; you can redistribute it and/or modify * 00012 * it under the terms of the GNU General Public License as published by * 00013 * the Free Software Foundation; either version 2 of the License, or * 00014 * (at your option) any later version. * 00015 * * 00016 ***************************************************************************/ 00017 00018 #ifndef _link_test_h 00019 #define _link_test_h 00020 00021 #include <iostream> 00022 #include "../common/link.h" 00023 #include "../common/node.h" 00024 #include "../common/groomernode.h" 00025 #include "../common/gmpls.h" 00026 #include "../sim/routedb.h" 00027 00028 using namespace common; 00029 using namespace sim; 00030 00031 namespace testspace { 00037 class Test { 00038 public: 00039 // test methods 00045 static void TestLink(); 00046 00052 static void TestNode(); 00053 00059 static void TestGroomerNode(); 00060 00066 static void TestNetworkManager(); 00067 00075 static void TestRouteDatabase(); 00076 00080 static void TestInt(); 00081 00082 }; 00083 } 00084 #endif

Generated on Fri May 21 15:23:21 2004 for Optical Network Simulation (Build) by doxygen 1.3.7