@FunctionalInterface
public interface MockRunnable
FunctionalInterface
that wraps mockable code.Modifier and Type | Method and Description |
---|---|
void |
run(Configuration configuration)
Run the mockable code.
|
void run(Configuration configuration) throws java.lang.Exception
configuration
- The MockConfiguration
that executes all
queries using a MockConnection
and the supplied
MockDataProvider
.java.lang.Exception
- Any exception.Copyright © 2018. All Rights Reserved.