/**@class android.net.LinkAddressTest
@extends android.test.AndroidTestCase

 Tests for {@link android.net.LinkAddress}.
*/
var LinkAddressTest = {

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

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

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

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

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

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

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


};