public class ShrinkControl extends Object
| Constructor and Description |
|---|
ShrinkControl(Property marker) |
| Modifier and Type | Method and Description |
|---|---|
int |
maxShrinkDepth() |
int |
maxShrinks() |
int |
maxShrinkTime() |
MinimalCounterexampleHook |
onMinimalCounterexample() |
boolean |
shouldShrink() |
public ShrinkControl(Property marker) throws IllegalAccessException, InstantiationException
public boolean shouldShrink()
public int maxShrinks()
public int maxShrinkDepth()
public int maxShrinkTime()
public MinimalCounterexampleHook onMinimalCounterexample()
Copyright © 2019. All rights reserved.