- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testThrowingTearDown (0.07 sec)
-
android/guava-testlib/test/com/google/common/testing/TearDownStackTest.java
stack.runTearDown(); assertEquals("tearDownOne should have run", true, tearDownOne.ran); assertEquals("tearDownTwo should have run", true, tearDownTwo.ran); } public void testThrowingTearDown() throws Exception { TearDownStack stack = buildTearDownStack(); ThrowingTearDown tearDownOne = new ThrowingTearDown("one"); stack.addTearDown(tearDownOne);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Jul 16 17:42:14 UTC 2025 - 4.6K bytes - Viewed (0)