00001 #pragma once 00002 00003 namespace AppSecInc 00004 { 00005 namespace UnitTests 00006 { 00007 namespace CppUnitTests 00008 { 00009 class CppUnitTestIgnoreUnitTest : public CPPUNIT_NS::TestFixture 00010 { 00011 CPPUNIT_TEST_SUITE(CppUnitTestIgnoreUnitTest); 00012 CPPUNIT_TEST(testIgnore); 00013 CPPUNIT_TEST_SUITE_END(); 00014 public: 00015 void testIgnore(); 00016 }; 00017 } 00018 } 00019 }
© Application Security Inc. - All Rights Reserved | http://msiext.codeplex.com |