<cffunction name="testConstructor" returntype="void" access="public" output="false">
<cfset var testString = '\{"serviceType":"JSON-RPC","methods":\[\{"name":"Testing123"\}\],"SMDVersion":.1,"objectName":"coldfusion-JSON.Class","serviceUrl":"components/Json/CFJsonService.cfc?method=runservice"\}' />
<cfset var CFJsonService = CreateObject\('component','components.json.CFJsonService'\) />
<cfset var Filename = 'CFJsonServiceConfig.xml' />
<cfset assertEqualsString\(testString, CFJsonService.Init\(Filename\)\) />
</cffunction>
This will fail throw an exception on the assertString...