Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
src
Common
CppUnitTests
CppUnitTestIgnoreTests.h
Go to the documentation of this file.
1
#pragma once
2
3
namespace
AppSecInc
4
{
5
namespace
UnitTests
6
{
7
namespace
CppUnitTests
8
{
9
class
CppUnitTestIgnoreUnitTest
:
public
CPPUNIT_NS::TestFixture
10
{
11
CPPUNIT_TEST_SUITE(
CppUnitTestIgnoreUnitTest
);
12
CPPUNIT_TEST(
testIgnore
);
13
CPPUNIT_TEST_SUITE_END();
14
public
:
15
void
testIgnore
();
16
};
17
}
18
}
19
}
AppSecInc::UnitTests::CppUnitTests::CppUnitTestIgnoreUnitTest
Definition:
CppUnitTestIgnoreTests.h:9
AppSecInc::UnitTests::CppUnitTests::CppUnitTestIgnoreUnitTest::testIgnore
void testIgnore()
Definition:
CppUnitTestIgnoreTests.cpp:9
© Application Security Inc. - All Rights Reserved
http://msiext.codeplex.com