Parse gss_init_sec_context parameters out of a JSON string
[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 }