Home
last modified time | relevance | path

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

/external/guava/guava-testlib/test/com/google/common/collect/testing/
DFeatureSpecificTestSuiteBuilderTest.java75 .withFeatures(CollectionFeature.NONE).withSetUp(setUpRunnable) in testLifecycle()
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DPerCollectionSizeTestSuiteBuilder.java105 .withSetUp(getSetUp()) in createTestSuite()
DFeatureSpecificTestSuiteBuilder.java83 public B withSetUp(Runnable setUp) { in withSetUp() method in FeatureSpecificTestSuiteBuilder