Searched refs:withOptionConsumer (Results 1 – 2 of 2) sorted by relevance
87 TestRunner withOptionConsumer(Consumer<InternalOptions> consumer) { in withOptionConsumer() method in RunExamplesAndroidOTest.TestRunner93 return withOptionConsumer(o -> o.interfaceMethodDesugaring = behavior); in withInterfaceMethodDesugaring()97 return withOptionConsumer(o -> o.tryWithResourcesDesugaring = behavior); in withTryWithResourcesDesugaring()271 .withOptionConsumer((internalOptions) -> internalOptions.allowParameterName = true) in paramNames()
50 TestRunner withOptionConsumer(Consumer<InternalOptions> consumer) { in withOptionConsumer() method in RunExamplesAndroidNTest.TestRunner56 return withOptionConsumer(o -> o.interfaceMethodDesugaring = behavior); in withInterfaceMethodDesugaring()