/**@class android.net.UriTest
@extends TestCase

*/
var UriTest = {

/**
*/
testToStringWithPathOnly : function(  ) {},

/**
*/
testParcelling : function(  ) {},

/**
*/
testBuildUponOpaqueStringUri : function(  ) {},

/**
*/
testStringUri : function(  ) {},

/**
*/
testStringUriIsHierarchical : function(  ) {},

/**
*/
testNullUriString : function(  ) {},

/**
*/
testNullFile : function(  ) {},

/**
*/
testCompareTo : function(  ) {},

/**
*/
testEqualsAndHashCode : function(  ) {},

/**
*/
testAuthorityParsing : function(  ) {},

/**
*/
testBuildUponOpaqueUri : function(  ) {},

/**
*/
testBuildUponEncodedOpaqueUri : function(  ) {},

/**
*/
testPathSegmentDecoding : function(  ) {},

/**
*/
testSms : function(  ) {},

/**
*/
testEncodeWithAllowedChars : function(  ) {},

/**
*/
testEncodeDecode : function(  ) {},

/**
*/
testFile : function(  ) {},

/**
*/
testQueryParameters : function(  ) {},

/**
*/
testHostWithTrailingDot : function(  ) {},

/**
*/
testSchemeOnly : function(  ) {},

/**
*/
testEmptyPath : function(  ) {},

/**
*/
testPathOperations : function(  ) {},

/**
*/
testOpaqueUri : function(  ) {},

/**
*/
testHierarchicalUris : function(  ) {},

/**
*/
testEmptyToStringNotNull : function(  ) {},

/**
*/
testParcellingWithoutFragment : function(  ) {},

/**
*/
testGetQueryParameter : function(  ) {},

/**
*/
testGetQueryParameterWorkaround : function(  ) {},

/**
*/
testGetQueryParameterEdgeCases : function(  ) {},

/**
*/
testGetQueryParameterEmptyKey : function(  ) {},

/**
*/
testGetQueryParameterEmptyKey2 : function(  ) {},

/**
*/
testGetQueryParameterEmptyKey3 : function(  ) {},

/**
*/
testGetQueryParameterEmptyKey4 : function(  ) {},

/**
*/
testGetQueryParametersEmptyKey : function(  ) {},

/**
*/
testGetQueryParametersEmptyKey2 : function(  ) {},

/**
*/
testGetQueryParametersEmptyKey3 : function(  ) {},

/**
*/
testGetQueryParameterNames : function(  ) {},

/**
*/
testGetQueryParameterNamesEmptyKey : function(  ) {},

/**
*/
testGetQueryParameterNamesEmptyKey2 : function(  ) {},

/**
*/
testGetQueryParameterNamesEmptyValues : function(  ) {},

/**
*/
testGetQueryParameterNamesEdgeCases : function(  ) {},

/**
*/
testGetQueryParameterNamesEscapedKeys : function(  ) {},

/**
*/
testGetQueryParameterEscapedKeys : function(  ) {},

/**
*/
testClearQueryParameters : function(  ) {},

/**Query parameters may omit the '='. http://b/3124097
*/
testGetQueryParametersEmptyValue : function(  ) {},

/**
*/
testPlusCharacterInQuery : function(  ) {},

/**
*/
testPathPrefixMatch : function(  ) {},

/**
*/
testToSafeString : function(  ) {},


};