ef51470e8608f59381e797ec9bfc3267d93901ad
[gssweb.git] / json_gssapi / test / JSONParseTest.cpp
1 #include "JSONParseTest.h"
2
3 // Registers the fixture into the 'registry'
4 CPPUNIT_TEST_SUITE_REGISTRATION( JSONParseTest );
5
6
7 void 
8 JSONParseTest::setUp()
9 {
10 }
11
12
13 void 
14 JSONParseTest::tearDown()
15 {
16 }
17
18
19 void 
20 JSONParseTest::testConstructor()
21 {
22 //   CPPUNIT_FAIL( "not implemented, go away" );
23 }