/**@class android.os.BuildTest
@extends TestCase

 Provides test cases for android.os.Build and, in turn, many of the
 system properties set by the build system.
*/
var BuildTest = {

/**Asserts that all android.os.Build fields are non-empty and/or in a valid range.
*/
testBuildFields : function(  ) {},


};