Home
last modified time | relevance | path

Searched refs:SampleImpl (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DSimpleTimeLimiterTest.java120 SampleImpl target = new SampleImpl(); in testGoodMethodWithEnoughTime()
130 SampleImpl target = new SampleImpl(); in testGoodMethodWithNotEnoughTime()
148 SampleImpl target = new SampleImpl(); in testBadMethodWithEnoughTime()
161 SampleImpl target = new SampleImpl(); in testBadMethodWithNotEnoughTime()
188 public static class SampleImpl implements Sample { class in SimpleTimeLimiterTest