Loading services/tests/servicestests/src/com/android/server/utils/WatcherTest.java +12 −0 Original line number Original line Diff line number Diff line Loading @@ -254,6 +254,8 @@ public class WatcherTest { tester.verify(15, "Tick after snapshot"); tester.verify(15, "Tick after snapshot"); // Verify that the snapshot is sealed // Verify that the snapshot is sealed verifySealed(name, ()->arraySnap.put(INDEX_A, leafA)); verifySealed(name, ()->arraySnap.put(INDEX_A, leafA)); assertTrue(!array.isSealed()); assertTrue(arraySnap.isSealed()); } } // Recreate the snapshot since the test corrupted it. // Recreate the snapshot since the test corrupted it. { { Loading Loading @@ -355,6 +357,8 @@ public class WatcherTest { tester.verify(16, "Tick after snapshot"); tester.verify(16, "Tick after snapshot"); // Verify that the array snapshot is sealed // Verify that the array snapshot is sealed verifySealed(name, ()->arraySnap.add(leafB)); verifySealed(name, ()->arraySnap.add(leafB)); assertTrue(!array.isSealed()); assertTrue(arraySnap.isSealed()); } } // Recreate the snapshot since the test corrupted it. // Recreate the snapshot since the test corrupted it. { { Loading Loading @@ -467,6 +471,8 @@ public class WatcherTest { tester.verify(20, "Tick after snapshot"); tester.verify(20, "Tick after snapshot"); // Verify that the array snapshot is sealed // Verify that the array snapshot is sealed verifySealed(name, ()->arraySnap.add(indexA, leafB)); verifySealed(name, ()->arraySnap.add(indexA, leafB)); assertTrue(!array.isSealed()); assertTrue(arraySnap.isSealed()); } } // Recreate the snapshot since the test corrupted it. // Recreate the snapshot since the test corrupted it. { { Loading Loading @@ -586,6 +592,8 @@ public class WatcherTest { tester.verify(23, "Tick after snapshot"); tester.verify(23, "Tick after snapshot"); // Verify that the array snapshot is sealed // Verify that the array snapshot is sealed verifySealed(name, ()->arraySnap.put(INDEX_A, leafB)); verifySealed(name, ()->arraySnap.put(INDEX_A, leafB)); assertTrue(!array.isSealed()); assertTrue(arraySnap.isSealed()); } } // Recreate the snapshot since the test corrupted it. // Recreate the snapshot since the test corrupted it. { { Loading Loading @@ -649,6 +657,8 @@ public class WatcherTest { tester.verify(6, "Tick after snapshot"); tester.verify(6, "Tick after snapshot"); // Verify that the array is sealed // Verify that the array is sealed verifySealed(name, ()->arraySnap.put(INDEX_D, false)); verifySealed(name, ()->arraySnap.put(INDEX_D, false)); assertTrue(!array.isSealed()); assertTrue(arraySnap.isSealed()); } } // Verify copy-in/out // Verify copy-in/out { { Loading Loading @@ -705,6 +715,8 @@ public class WatcherTest { tester.verify(6, "Tick after snapshot"); tester.verify(6, "Tick after snapshot"); // Verify that the array is sealed // Verify that the array is sealed verifySealed(name, ()->arraySnap.put(INDEX_D, 10)); verifySealed(name, ()->arraySnap.put(INDEX_D, 10)); assertTrue(!array.isSealed()); assertTrue(arraySnap.isSealed()); } } // Verify copy-in/out // Verify copy-in/out { { Loading Loading
services/tests/servicestests/src/com/android/server/utils/WatcherTest.java +12 −0 Original line number Original line Diff line number Diff line Loading @@ -254,6 +254,8 @@ public class WatcherTest { tester.verify(15, "Tick after snapshot"); tester.verify(15, "Tick after snapshot"); // Verify that the snapshot is sealed // Verify that the snapshot is sealed verifySealed(name, ()->arraySnap.put(INDEX_A, leafA)); verifySealed(name, ()->arraySnap.put(INDEX_A, leafA)); assertTrue(!array.isSealed()); assertTrue(arraySnap.isSealed()); } } // Recreate the snapshot since the test corrupted it. // Recreate the snapshot since the test corrupted it. { { Loading Loading @@ -355,6 +357,8 @@ public class WatcherTest { tester.verify(16, "Tick after snapshot"); tester.verify(16, "Tick after snapshot"); // Verify that the array snapshot is sealed // Verify that the array snapshot is sealed verifySealed(name, ()->arraySnap.add(leafB)); verifySealed(name, ()->arraySnap.add(leafB)); assertTrue(!array.isSealed()); assertTrue(arraySnap.isSealed()); } } // Recreate the snapshot since the test corrupted it. // Recreate the snapshot since the test corrupted it. { { Loading Loading @@ -467,6 +471,8 @@ public class WatcherTest { tester.verify(20, "Tick after snapshot"); tester.verify(20, "Tick after snapshot"); // Verify that the array snapshot is sealed // Verify that the array snapshot is sealed verifySealed(name, ()->arraySnap.add(indexA, leafB)); verifySealed(name, ()->arraySnap.add(indexA, leafB)); assertTrue(!array.isSealed()); assertTrue(arraySnap.isSealed()); } } // Recreate the snapshot since the test corrupted it. // Recreate the snapshot since the test corrupted it. { { Loading Loading @@ -586,6 +592,8 @@ public class WatcherTest { tester.verify(23, "Tick after snapshot"); tester.verify(23, "Tick after snapshot"); // Verify that the array snapshot is sealed // Verify that the array snapshot is sealed verifySealed(name, ()->arraySnap.put(INDEX_A, leafB)); verifySealed(name, ()->arraySnap.put(INDEX_A, leafB)); assertTrue(!array.isSealed()); assertTrue(arraySnap.isSealed()); } } // Recreate the snapshot since the test corrupted it. // Recreate the snapshot since the test corrupted it. { { Loading Loading @@ -649,6 +657,8 @@ public class WatcherTest { tester.verify(6, "Tick after snapshot"); tester.verify(6, "Tick after snapshot"); // Verify that the array is sealed // Verify that the array is sealed verifySealed(name, ()->arraySnap.put(INDEX_D, false)); verifySealed(name, ()->arraySnap.put(INDEX_D, false)); assertTrue(!array.isSealed()); assertTrue(arraySnap.isSealed()); } } // Verify copy-in/out // Verify copy-in/out { { Loading Loading @@ -705,6 +715,8 @@ public class WatcherTest { tester.verify(6, "Tick after snapshot"); tester.verify(6, "Tick after snapshot"); // Verify that the array is sealed // Verify that the array is sealed verifySealed(name, ()->arraySnap.put(INDEX_D, 10)); verifySealed(name, ()->arraySnap.put(INDEX_D, 10)); assertTrue(!array.isSealed()); assertTrue(arraySnap.isSealed()); } } // Verify copy-in/out // Verify copy-in/out { { Loading