github.com/dashpay/godash@v0.0.0-20160726055534-e038a21e0e3d/btcjson/export_test.go (about) 1 // Copyright (c) 2014 The btcsuite developers 2 // Copyright (c) 2016 The Dash developers 3 // Use of this source code is governed by an ISC 4 // license that can be found in the LICENSE file. 5 6 package btcjson 7 8 // TstHighestUsageFlagBit makes the internal highestUsageFlagBit parameter 9 // available to the test package. 10 var TstHighestUsageFlagBit = highestUsageFlagBit 11 12 // TstNumErrorCodes makes the internal numErrorCodes parameter available to the 13 // test package. 14 var TstNumErrorCodes = numErrorCodes 15 16 // TstAssignField makes the internal assignField function available to the test 17 // package. 18 var TstAssignField = assignField 19 20 // TstFieldUsage makes the internal fieldUsage function available to the test 21 // package. 22 var TstFieldUsage = fieldUsage 23 24 // TstReflectTypeToJSONType makes the internal reflectTypeToJSONType function 25 // available to the test package. 26 var TstReflectTypeToJSONType = reflectTypeToJSONType 27 28 // TstResultStructHelp makes the internal resultStructHelp function available to 29 // the test package. 30 var TstResultStructHelp = resultStructHelp 31 32 // TstReflectTypeToJSONExample makes the internal reflectTypeToJSONExample 33 // function available to the test package. 34 var TstReflectTypeToJSONExample = reflectTypeToJSONExample 35 36 // TstResultTypeHelp makes the internal resultTypeHelp function available to the 37 // test package. 38 var TstResultTypeHelp = resultTypeHelp 39 40 // TstArgHelp makes the internal argHelp function available to the test package. 41 var TstArgHelp = argHelp 42 43 // TestMethodHelp makes the internal methodHelp function available to the test 44 // package. 45 var TestMethodHelp = methodHelp 46 47 // TstIsValidResultType makes the internal isValidResultType function available 48 // to the test package. 49 var TstIsValidResultType = isValidResultType