kazurayam / inspectus

The Inspectus library enables automated UI tests in Java/Groovy to perform "Visual Inspection" on top of the "materialstore"
Apache License 2.0
0 stars 0 forks source link

want Parameters.builder() method #24

Closed kazurayam closed 2 years ago

kazurayam commented 2 years ago

v0.5.2 I can write

Parameters p = new Parameters.Builder().build()

But can't this

Paramters p = Parameters.builder().build()

The latter signature is good to have

kazurayam commented 2 years ago

done at 0.5.3-SNAPSHOT