Skip to content

Instantly share code, notes, and snippets.

@apathyboy
Created February 7, 2011 08:36
Show Gist options
  • Select an option

  • Save apathyboy/814147 to your computer and use it in GitHub Desktop.

Select an option

Save apathyboy/814147 to your computer and use it in GitHub Desktop.
/*
This file is part of MMOServer. For more information, visit http://swganh.com
Copyright (c) 2006 - 2010 The SWG:ANH Team
MMOServer is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
MMOServer is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with MMOServer. If not, see <http://www.gnu.org/licenses/>.
*/
#include <gtest/gtest.h>
class YourClassTest : public testing::Test {};
/// By default a new instance of the dispatcher should not have any listeners.
TEST_F(YourClassTest, FirstTest) {
// Test code goes here.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment