TwITe

Untitled

Oct 9th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.32 KB | None | 0 0
  1. #define CATCH_CONFIG_MAIN
  2. #include "/Users/TwITe/Documents/Visual Studio 2017/Projects/Database/database_lib.h"
  3. #include "/Users/TwITe/Documents/Visual Studio 2017/Projects/catch.hpp"
  4.  
  5. TEST_CASE("Data succesfully writed to files", "[data_store]") {
  6.     int arr[10]{ 0, 1, 2, 3, 4 };
  7.     REQUIRE(write_data(1, arr, 20));
  8. }
Advertisement
Add Comment
Please, Sign In to add comment