![]() |
ENSDF++ 1.1
An easy, fast and simple way to run querys towards the ENSDF database, written in C++.
|
00001 00020 using namespace std; 00021 #ifndef ASSERT_H 00022 #define ASSERT_H 00023 #include <assert.h> 00024 #endif 00025 00026 #ifndef IOSTREAM 00027 #define IOSTREAM 00028 #include <iostream> 00029 #endif 00030 00031 #ifndef LIST 00032 #define LIST 00033 #include <list> 00034 #endif 00035 00036 #ifndef STRING 00037 #define STRING 00038 #include <string> 00039 #endif 00040 00041 #include "GenericUnitTest.h" 00042 #include "DataFileException_TEST.h" 00043 #include "Dataset_TEST.h" 00044 #include "ENSDF_TEST.h" 00045 #include "GenericUnitTest.h" 00046 #include "Isotop_TEST.h" 00047 #include "Record_TEST.h" 00048 00049 #ifndef RUNTESTS_H 00050 #define RUNTESTS_H 00051 int main(); 00052 void addTests(); 00053 list<GenericUnitTest*> myTests; 00054 #endif