Advertisement
JoshDreamland

JoshUnit

Jun 22nd, 2014
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.82 KB | None | 0 0
  1. /** Copyright (C) 2014 Josh Ventura
  2.  * This file is part of ENIGMA.
  3.  *
  4.  * ENIGMA is free software: you can redistribute it and/or modify it under
  5.  * the terms of the GNU General Public License as published by the Free Software
  6.  * Foundation, version 3 of the License, or (at your option) any later version.
  7.  *
  8.  * ENIGMA is distributed in the hope that it will be useful, but WITHOUT ANY
  9.  * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
  10.  * A PARTICULAR PURPOSE. See the GNU General Public License for more details.
  11.  *
  12.  * You should have received a copy of the GNU General Public License along with
  13.  * ENIGMA. If not, see <http://www.gnu.org/licenses/>.
  14. **/
  15.  
  16. #include "unit_testing.hpp"
  17.  
  18. RUN_TEST(Verify directory iteration works as expected) {
  19.   throw "your mother is a hamster";
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement