31 void createFile(
const std::string &barefilename);
35 std::unique_ptr<Mantid::Nexus::File>
file;
A Helper class for easily writing nexus saving/loading tests.
void reopenFile()
Close the newly created file and re-open it for reading back.
bool deleteFile
Do you delete when finished?
virtual ~NexusTestHelper()
Destructor.
std::unique_ptr< Mantid::Nexus::File > file
Nexus file handle.
void createFile(const std::string &barefilename)
Creates a NXS file with an entry, for use in a test.
std::string filename
Created filename (full path)
Header for a base Nexus::Exception.