Package net.jqwik.api.sessions
Klasse JqwikSession
java.lang.Object
net.jqwik.api.sessions.JqwikSession
JqwikSession is the abstraction to give users of Arbitrary.sample()
 and Arbitrary.sampleStream() outside the jqwik lifecycle
 more control over the lifecycle.
 This has also influence on memory heap usage since an un-finished session will
 aggregate state, e.g. through caching and other stores.
- 
Verschachtelte Klassen - ÜbersichtVerschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classstatic interface
- 
KonstruktorübersichtKonstruktoren
- 
Methodenübersicht
- 
Konstruktordetails- 
JqwikSessionpublic JqwikSession()
 
- 
- 
Methodendetails- 
startpublic static void start()
- 
isActivepublic static boolean isActive()
- 
finishpublic static void finish()
- 
finishTrypublic static void finishTry()
- 
run
 
-