Searched refs:testLocation (Results 1 – 1 of 1) sorted by relevance
1302 int testLocation = 10000; in testVolumeControlOffsetDescriptor() local1318 Assert.assertFalse(descriptor.setLocation(invalidId, testLocation)); in testVolumeControlOffsetDescriptor()1319 Assert.assertTrue(descriptor.setLocation(validId, testLocation)); in testVolumeControlOffsetDescriptor()1321 Assert.assertEquals(testLocation, descriptor.getLocation(validId)); in testVolumeControlOffsetDescriptor()