ENSDF++ 1.1
An easy, fast and simple way to run querys towards the ENSDF database, written in C++.
GenericUnitTest.h
Go to the documentation of this file.
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
 All Classes Files Functions Variables Enumerations Enumerator Defines

Back to the main page of the Precalibrated Ion Beam Identification Detector project

Created by Rikard Lundmark