umbra/projs/shadow/shadow-engine/shadow-file-format/test/sff_writer_tests.ocpp
dpeter99 71b95e1ccf
Base of the Module system (#8)
Co-authored-by: Curle <curle@gemwire.uk>
2022-11-26 13:22:36 +00:00

24 lines
360 B
Plaintext

//import Shadow.FileFormat;
#include "SFFWriter.h"
/*
std::stringstream streamFrom(std::string str) {
std::stringstream ss;
ss << str;
return ss;
}
TEST(Write_EmptyFile, HasHeader) {
//std::stringstream ss = streamFrom(example_empty);
//auto a = Shadow::SFF::SFFWriter::
//auto assets = a->GetChildByIndex(0);
//EXPECT_EQ(assets, nullptr);
}
*/