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