xgouchet / Elmyr

A utility to make Kotlin/Java tests random yet reproducible
Other
82 stars 2 forks source link

Add customizable options for Urls #6

Closed xgouchet closed 5 years ago

xgouchet commented 6 years ago

Let users customize URLs with custom scheme, hostname, tld etc...

eg :

forger.aUrl(scheme = "https", tld="com", queryParams=false)