silva

Results 1 issues of silva

I am trying to generate pojo with random values. My expectation is 2 member variables to have the same generated randomized value. .randomize(named("codeType|codeDescription").and(ofType(String.class)).and(inClass(Country.class)), () -> genericStringRandomizer.getRandomValue()) Expecting both codeType and...