31 void createFile(
const std::string &barefilename);
35 std::unique_ptr<::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.
void createFile(const std::string &barefilename)
Creates a NXS file with an entry, for use in a test.
std::unique_ptr<::NeXus::File > file
Nexus file handle.
std::string filename
Created filename (full path)