/**@class android.os.PowerManagerTest @extends android.test.AndroidTestCase */ var PowerManagerTest = { /**Setup any common data for the upcoming tests. */ setUp : function( ) {}, /**Confirm that the setup is good. @throws Exception */ testPreconditions : function( ) {}, /**Confirm that we can create functional wakelocks. @throws Exception */ testNewWakeLock : function( ) {}, /**Confirm that we can't create dysfunctional wakelocks. @throws Exception */ testBadNewWakeLock : function( ) {}, };