![]() |
ENSDF++ 1.1
An easy, fast and simple way to run querys towards the ENSDF database, written in C++.
|
00001 #include "Isotop_TEST.h" 00002 00003 00004 bool Isotop_TEST::Isotop_ConstructsCorrectly_AssertTrue() const 00005 { 00006 Isotop myIsotop(list< list<string> >()); 00007 return true; 00008 } 00009 00010 int Isotop_TEST::runUnitTests() const 00011 { 00012 cout << "Running unit tests on Isotop..."; 00013 Isotop_ConstructsCorrectly_AssertTrue(); 00014 cout << "done" << endl; 00015 return 0; 00016 }