![]() |
ENSDF++ 1.1
An easy, fast and simple way to run querys towards the ENSDF database, written in C++.
|
00001 00012 using namespace std; 00013 00014 #ifndef GENERIC_UNIT_TEST_H 00015 #define GENERIC_UNIT_TEST_H 00016 class GenericUnitTest 00017 { 00018 public: 00019 virtual int runUnitTests() const = 0; 00020 GenericUnitTest(); 00021 }; 00022 #endif