Package net.jqwik.api
Klasse FacadeLoader
java.lang.Object
net.jqwik.api.FacadeLoader
-
Konstruktorübersicht
-
Methodenübersicht
-
Konstruktordetails
-
FacadeLoader
public FacadeLoader()
-
-
Methodendetails
-
load
Load single implementation of an API facade. This should be registered as service provider in the jqwik engine module. There must be exactly one facade registered otherwise null will be returned and a severe error is logged. This method need not be synchronized because it's only called from static initializers.- Typparameter:
T
- the facade type- Parameter:
facadeClass
- The facade type to load- Gibt zurück:
- instance of facade
-