File indexing completed on 2024-06-16 05:02:04

0001 /*
0002  * SPDX-FileCopyrightText: 2008 Trevor Pounds
0003  * SPDX-License-Identifier: MIT
0004  */
0005 
0006 #ifndef __MOCKITOPP_HPP__
0007 #define __MOCKITOPP_HPP__
0008 
0009 #include "exceptions.hpp"
0010 #include "matchers.hpp"
0011 #include "mock_object.hpp"
0012 
0013 #endif //__MOCKITOPP_HPP__