Skip to content
#

random-generation

Here are 906 public repositories matching this topic...

Eigengrau-s-Essential-Establishment-Generator
seongahjo
seongahjo commented Apr 4, 2022

Set lazy value which is different when call set and call sample
New operation would determines value when call sample

As is

// given
ArbitraryBuilder<String> variable = fixture.giveMeBuilder(String.class);
ArbitraryBuilder<String> builder = fixture.giveMeBuilder(String.class)
    .set(variable.sample());
variable.set("test");

// when
String actual = builder.sample();
good first issue help wanted

Improve this page

Add a description, image, and links to the random-generation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the random-generation topic, visit your repo's landing page and select "manage topics."

Learn more