Skip to content

AlexeyDmitriev/testlib.hpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

testlib.hpp

testlib.hpp is a library for creating checkers and validators for sport programming problems. Simple checker example:

#include "testlib.hpp"
TESTLIB_CHECK(){
    verifyEqual(ouf.read<int>(), ans.read<int>());
    OK("1 number");
}

Downloads
Tutorial
More complex documentation