public abstract class SynchronisedExternalResource<T>
extends org.junit.rules.ExternalResource
| Modifier | Constructor and Description |
|---|---|
protected |
SynchronisedExternalResource(T resource) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
after() |
protected void |
before() |
protected abstract void |
doAfter() |
protected abstract void |
doBefore() |
T |
getResource() |
protected SynchronisedExternalResource(T resource)
Copyright © 2013–2016. All rights reserved.