umbra/projs/shadow-file-format-test/sff_writer_tests.cpp
dpeter99 87e7c7d202 [BUILD] Removed cpp20 modules. As no IDE supports them they will not be used.
This should be re-evluated later when both VScode and Clion has support for them.
2022-06-15 16:31:15 +02:00

25 lines
377 B
C++

#include "pch.h"
//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);
}
*/