We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tell us what kind of problem you are having.
FixtureMonkey fixtureMonkey = FixtureMonkey.builder().defaultNotNull(Boolean.TRUE) .plugin(new SimpleValueJqwikPlugin().minNumberValue(1L)) .objectIntrospector( new FailoverIntrospector( List.of( FieldReflectionArbitraryIntrospector.INSTANCE, ConstructorPropertiesArbitraryIntrospector.INSTANCE ), Boolean.FALSE ) ) .build();
와 같이 선언하고 Long longValue = fixtureMonkey.giveMeOne(Long.class)를 던지면 100번 테스트하면 100번 음수만 나오는데 혹시 제가 잘못 이해하고 있는 건가요?
Long longValue = fixtureMonkey.giveMeOne(Long.class)
The text was updated successfully, but these errors were encountered:
@newkayak12 님 안녕하세요.
올려주신 이슈는 버그로 확인됩니다. 해결한 후 공유드리겠습니다.
이슈를 올려주셔서 감사합니다!
Sorry, something went wrong.
No branches or pull requests
fixtureMonkey, SimpleValueJqwikPlugin의 동작이 예상과 다름
Tell us what kind of problem you are having.
와 같이 선언하고
Long longValue = fixtureMonkey.giveMeOne(Long.class)
를 던지면 100번 테스트하면 100번 음수만 나오는데 혹시 제가 잘못 이해하고 있는 건가요?The text was updated successfully, but these errors were encountered: