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

*/
var LinkPropertiesTest = {

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

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

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

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

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

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

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

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

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

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

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

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


};