- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testThrowingTearDown (0.07 seconds)
-
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);Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Wed Oct 01 13:14:50 GMT 2025 - 4.6K bytes - Click Count (0)