Class ScopedStore<T>
java.lang.Object
net.jqwik.engine.execution.lifecycle.ScopedStore<T>
- All Implemented Interfaces:
net.jqwik.api.lifecycle.Store<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.jqwik.api.lifecycle.Store
net.jqwik.api.lifecycle.Store.CloseOnReset, net.jqwik.api.lifecycle.Store.StoreFacade -
Constructor Summary
ConstructorsConstructorDescriptionScopedStore(Object identifier, net.jqwik.api.lifecycle.Lifespan lifespan, org.junit.platform.engine.TestDescriptor scope, Supplier<T> initialValueSupplier) -
Method Summary
-
Constructor Details
-
ScopedStore
-
-
Method Details
-
get
- Specified by:
getin interfacenet.jqwik.api.lifecycle.Store<T>
-
lifespan
public net.jqwik.api.lifecycle.Lifespan lifespan()- Specified by:
lifespanin interfacenet.jqwik.api.lifecycle.Store<T>
-
update
- Specified by:
updatein interfacenet.jqwik.api.lifecycle.Store<T>
-
reset
public void reset()- Specified by:
resetin interfacenet.jqwik.api.lifecycle.Store<T>
-
getIdentifier
-
getScope
public org.junit.platform.engine.TestDescriptor getScope() -
isVisibleFor
public boolean isVisibleFor(org.junit.platform.engine.TestDescriptor retriever) -
toString
-
close
public void close()
-