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

*/
var IpPrefixTest = {

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

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

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

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

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

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

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

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

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


};