xlnt/tests/test_datavalidation.hpp

12 lines
159 B
C++
Raw Normal View History

2014-06-06 04:19:31 +08:00
#pragma once
#include <iostream>
#include <cxxtest/TestSuite.h>
#include <xlnt/xlnt.hpp>
class test_datavalidation : public CxxTest::TestSuite
{
public:
};