ENSDF++ 1.1
An easy, fast and simple way to run querys towards the ENSDF database, written in C++.
Isotop_TEST.cpp
Go to the documentation of this file.
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 }
 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