René's URL Explorer Experiment


Title: Generate test by fuzzing for methods with no parameters #511 by Markoutte · Pull Request #515 · UnitTestBot/UTBotJava · GitHub

Open Graph Title: Generate test by fuzzing for methods with no parameters #511 by Markoutte · Pull Request #515 · UnitTestBot/UTBotJava

X Title: Generate test by fuzzing for methods with no parameters #511 by Markoutte · Pull Request #515 · UnitTestBot/UTBotJava

Description: Description This PR resolves several issues: This instance now created with any public constructor. Reflection is used only if there's no another ways to create this instance ModelProvider changed its signature to provide a sequence. This is needed to supply values lazily (for example, generate first 10 values and take random) For methods without parameters fuzzer will generate models to change this instance No more fallback for a regular value generating. Thus, fuzzer doesn't generate test using reflection anymore (except case with this instance) Fixes #511 Type of Change Breaking change (fix or feature that would cause existing functionality to not work as expected) How Has This Been Tested? Automated Testing org.utbot.framework.plugin.api.ModelProviderTest Manual Scenario Test method foo from this example: package com.company.objects; public class TestThisInstance { MyObject value; TestThisInstance() {} TestThisInstance(int value) { this.value = new MyObject(); this.value.setField(value); } public boolean foo() { if (value.getField() < 100 || value.getField() == 102) { return true; } return value.getField() % 2 == 0; } } class MyObject { private int field; public int getField() { return field; } public void setField(int field) { this.field = field; } } Checklist (remove irrelevant options): The change followed the style guidelines of the UTBot project Self-review of the code is passed The change contains enough commentaries, particularly in hard-to-understand areas New documentation is provided or existed one is altered No new warnings All tests pass locally with my changes

Open Graph Description: Description This PR resolves several issues: This instance now created with any public constructor. Reflection is used only if there's no another ways to create this instance ModelProvider cha...

X Description: Description This PR resolves several issues: This instance now created with any public constructor. Reflection is used only if there&#39;s no another ways to create this instance ModelProvider...

Opengraph URL: https://github.com/UnitTestBot/UTBotJava/pull/515

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:f6be7c7b-cb30-a4e7-32dd-e819fae6180d
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idD1CA:1F7AEB:1CA8CA:2473AE:69912342
html-safe-nonce511a4d5b191bf5f24177191d64bcd4d2f85b73599646e6f81277a9a50ebfc8dd
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEMUNBOjFGN0FFQjoxQ0E4Q0E6MjQ3M0FFOjY5OTEyMzQyIiwidmlzaXRvcl9pZCI6Ijc5NjM5NDc5Mzc5MjIzNjAxMzAiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmace3b4be06699b7ff9fe6c812b09d2d48a1eab1dc38711cf5418b249ac9d638d60
hovercard-subject-tagpull_request:995222026
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/UnitTestBot/UTBotJava/pull/515/files
twitter:imagehttps://avatars.githubusercontent.com/u/720952?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/720952?s=400&v=4
og:image:altDescription This PR resolves several issues: This instance now created with any public constructor. Reflection is used only if there's no another ways to create this instance ModelProvider cha...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None42c603b9d642c4a9065a51770f75e5e27132fef0e858607f5c9cb7e422831a7b
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/UnitTestBot/UTBotJava git https://github.com/UnitTestBot/UTBotJava.git
octolytics-dimension-user_id87413538
octolytics-dimension-user_loginUnitTestBot
octolytics-dimension-repository_id480810501
octolytics-dimension-repository_nwoUnitTestBot/UTBotJava
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id480810501
octolytics-dimension-repository_network_root_nwoUnitTestBot/UTBotJava
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release848bc6032dcc93a9a7301dcc3f379a72ba13b96e
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/UnitTestBot/UTBotJava/pull/515/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FUnitTestBot%2FUTBotJava%2Fpull%2F515%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FUnitTestBot%2FUTBotJava%2Fpull%2F515%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=UnitTestBot%2FUTBotJava
Reloadhttps://github.com/UnitTestBot/UTBotJava/pull/515/files
Reloadhttps://github.com/UnitTestBot/UTBotJava/pull/515/files
Reloadhttps://github.com/UnitTestBot/UTBotJava/pull/515/files
UnitTestBot https://github.com/UnitTestBot
UTBotJavahttps://github.com/UnitTestBot/UTBotJava
Notifications https://github.com/login?return_to=%2FUnitTestBot%2FUTBotJava
Fork 45 https://github.com/login?return_to=%2FUnitTestBot%2FUTBotJava
Star 142 https://github.com/login?return_to=%2FUnitTestBot%2FUTBotJava
Code https://github.com/UnitTestBot/UTBotJava
Issues 386 https://github.com/UnitTestBot/UTBotJava/issues
Pull requests 33 https://github.com/UnitTestBot/UTBotJava/pulls
Discussions https://github.com/UnitTestBot/UTBotJava/discussions
Actions https://github.com/UnitTestBot/UTBotJava/actions
Projects 1 https://github.com/UnitTestBot/UTBotJava/projects
Wiki https://github.com/UnitTestBot/UTBotJava/wiki
Security 0 https://github.com/UnitTestBot/UTBotJava/security
Insights https://github.com/UnitTestBot/UTBotJava/pulse
Code https://github.com/UnitTestBot/UTBotJava
Issues https://github.com/UnitTestBot/UTBotJava/issues
Pull requests https://github.com/UnitTestBot/UTBotJava/pulls
Discussions https://github.com/UnitTestBot/UTBotJava/discussions
Actions https://github.com/UnitTestBot/UTBotJava/actions
Projects https://github.com/UnitTestBot/UTBotJava/projects
Wiki https://github.com/UnitTestBot/UTBotJava/wiki
Security https://github.com/UnitTestBot/UTBotJava/security
Insights https://github.com/UnitTestBot/UTBotJava/pulse
Sign up for GitHub https://github.com/signup?return_to=%2FUnitTestBot%2FUTBotJava%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2FUnitTestBot%2FUTBotJava%2Fissues%2Fnew%2Fchoose
Markouttehttps://github.com/Markoutte
mainhttps://github.com/UnitTestBot/UTBotJava/tree/main
pelevin/this_instance_fuzzinghttps://github.com/UnitTestBot/UTBotJava/tree/pelevin/this_instance_fuzzing
Conversation 7 https://github.com/UnitTestBot/UTBotJava/pull/515
Commits 1 https://github.com/UnitTestBot/UTBotJava/pull/515/commits
Checks 0 https://github.com/UnitTestBot/UTBotJava/pull/515/checks
Files changed https://github.com/UnitTestBot/UTBotJava/pull/515/files
Please reload this pagehttps://github.com/UnitTestBot/UTBotJava/pull/515/files
Generate test by fuzzing for methods with no parameters #511 https://github.com/UnitTestBot/UTBotJava/pull/515/files#top
Show all changes 1 commit https://github.com/UnitTestBot/UTBotJava/pull/515/files
a7550af Generate test by fuzzing for methods with no parameters #511 Markoutte Jul 13, 2022 https://github.com/UnitTestBot/UTBotJava/pull/515/commits/a7550afe976d16d30a78b74c2b036700e9560610
Clear filters https://github.com/UnitTestBot/UTBotJava/pull/515/files
Please reload this pagehttps://github.com/UnitTestBot/UTBotJava/pull/515/files
Please reload this pagehttps://github.com/UnitTestBot/UTBotJava/pull/515/files
UtBotSymbolicEngine.kt https://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-c98f4140e62e268dc10fc13fa079011d64b75049b55fc664ca43e6c4aa6f5280
UtBotJavaApi.kt https://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-b91dfa7d5500020da58f4da128628f4c58b08063c19d950d23e7c5a4563aa52f
FuzzedParameter.kt https://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-fb6a11da1ebc43ef586fb2aec4197e0375c34afecbb584e888ad8b5130fa112e
Fuzzer.kt https://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-cc5eda9c12327c4fc623d0b83609e3e18dfea4aa29fc7dbf355d505ab658fd62
ModelProvider.kt https://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-15b29f12d1248d7c81c23615141031a88a68e6331e7061e480545f079ff4fdeb
AbstractModelProvider.kt https://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-2194c9efcc0271c5ee8d6d7e58d571901a0eb8f5615b8d2e1f5e42f02c80e202
ArrayModelProvider.kt https://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-a66bcbb5f1e16282f379e9f8f2b975a707874bb4ca5e848dc6e4a19452e4da2a
CharToStringModelProvider.kt https://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-79f1d98632a766408fce9b922a68bc5fcaeae515c2ce2f49aa995f8a207adc10
CollectionModelProvider.kt https://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-bd2581d2f923b61a29d399c8005849631424ddee734c754ae4f9e2fe26ebf57e
ConstantsModelProvider.kt https://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-79e21f3bd2f2b9074c189761fe0067fbe4d6cef68f9cfb01e4737277ab1e6d06
EnumModelProvider.kt https://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-42ba140afcd764961a6bf5a5df559d6e94a60478c1e4409528c2a1d543f10425
NullModelProvider.kt https://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-0bb0876f984477b93397b26d693f092b86dd87c963fc3bfe8fdc2b6867ff40a9
ObjectModelProvider.kt https://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-b5a9de00e3062ccca5542ecf728a101fbd4f89f91e45487d41d7dd8b62d2394f
PrimitiveDefaultsModelProvider.kt https://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-82ab094618118ad2bf1fed381bb3a564cb67d7f457181e0f3676bad16e8562df
PrimitiveWrapperModelProvider.kt https://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-48e3bf9be605c5e2a73d41997705d69e12a4139ea7987033ad60ccef88d269b5
PrimitivesModelProvider.kt https://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-ca6e0db95973590d3fc1f401c50a87c849fde62c9cada82f7415f85988cfa3a1
StringConstantModelProvider.kt https://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-49b293f9918fc0482053113b0763770964d53ea15c5fa3216bf13158f7a65fae
FuzzedValueDescriptionTest.kt https://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-12f00b1b8412a104931ff2661599dc444dc823584b7b91fefc04895671c5d0f2
ModelProviderTest.kt https://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-0d81a3cff594c22a8725f4d774ad574b629a6612c211af0c3d35f175b2f3ec7b
utbot-framework/src/main/kotlin/org/utbot/engine/UtBotSymbolicEngine.kthttps://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-c98f4140e62e268dc10fc13fa079011d64b75049b55fc664ca43e6c4aa6f5280
View file https://github.com/UnitTestBot/UTBotJava/blob/a7550afe976d16d30a78b74c2b036700e9560610/utbot-framework/src/main/kotlin/org/utbot/engine/UtBotSymbolicEngine.kt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/UnitTestBot/UTBotJava/pull/515/{{ revealButtonHref }}
https://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-c98f4140e62e268dc10fc13fa079011d64b75049b55fc664ca43e6c4aa6f5280
https://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-c98f4140e62e268dc10fc13fa079011d64b75049b55fc664ca43e6c4aa6f5280
https://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-c98f4140e62e268dc10fc13fa079011d64b75049b55fc664ca43e6c4aa6f5280
https://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-c98f4140e62e268dc10fc13fa079011d64b75049b55fc664ca43e6c4aa6f5280
https://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-c98f4140e62e268dc10fc13fa079011d64b75049b55fc664ca43e6c4aa6f5280
https://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-c98f4140e62e268dc10fc13fa079011d64b75049b55fc664ca43e6c4aa6f5280
dtimhttps://github.com/dtim
Jul 14, 2022https://github.com/UnitTestBot/UTBotJava/pull/515/files#r920765558
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/UnitTestBot/UTBotJava/pull/515/files
Markouttehttps://github.com/Markoutte
Jul 14, 2022https://github.com/UnitTestBot/UTBotJava/pull/515/files#r920904047
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/UnitTestBot/UTBotJava/pull/515/files
https://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-c98f4140e62e268dc10fc13fa079011d64b75049b55fc664ca43e6c4aa6f5280
https://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-c98f4140e62e268dc10fc13fa079011d64b75049b55fc664ca43e6c4aa6f5280
https://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-c98f4140e62e268dc10fc13fa079011d64b75049b55fc664ca43e6c4aa6f5280
dtimhttps://github.com/dtim
Jul 14, 2022https://github.com/UnitTestBot/UTBotJava/pull/515/files#r920786995
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/UnitTestBot/UTBotJava/pull/515/files
Markouttehttps://github.com/Markoutte
Jul 14, 2022https://github.com/UnitTestBot/UTBotJava/pull/515/files#r920905967
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/UnitTestBot/UTBotJava/pull/515/files
https://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-c98f4140e62e268dc10fc13fa079011d64b75049b55fc664ca43e6c4aa6f5280
utbot-framework/src/main/kotlin/org/utbot/external/api/UtBotJavaApi.kthttps://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-b91dfa7d5500020da58f4da128628f4c58b08063c19d950d23e7c5a4563aa52f
View file https://github.com/UnitTestBot/UTBotJava/blob/a7550afe976d16d30a78b74c2b036700e9560610/utbot-framework/src/main/kotlin/org/utbot/external/api/UtBotJavaApi.kt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/UnitTestBot/UTBotJava/pull/515/{{ revealButtonHref }}
https://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-b91dfa7d5500020da58f4da128628f4c58b08063c19d950d23e7c5a4563aa52f
https://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-b91dfa7d5500020da58f4da128628f4c58b08063c19d950d23e7c5a4563aa52f
https://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-b91dfa7d5500020da58f4da128628f4c58b08063c19d950d23e7c5a4563aa52f
https://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-b91dfa7d5500020da58f4da128628f4c58b08063c19d950d23e7c5a4563aa52f
utbot-fuzzers/src/main/kotlin/org/utbot/fuzzer/FuzzedParameter.kthttps://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-fb6a11da1ebc43ef586fb2aec4197e0375c34afecbb584e888ad8b5130fa112e
View file https://github.com/UnitTestBot/UTBotJava/blob/a7550afe976d16d30a78b74c2b036700e9560610/utbot-fuzzers/src/main/kotlin/org/utbot/fuzzer/FuzzedParameter.kt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/UnitTestBot/UTBotJava/pull/515/{{ revealButtonHref }}
dtimhttps://github.com/dtim
Jul 14, 2022https://github.com/UnitTestBot/UTBotJava/pull/515/files#r920773280
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/UnitTestBot/UTBotJava/pull/515/files
Markouttehttps://github.com/Markoutte
Jul 14, 2022https://github.com/UnitTestBot/UTBotJava/pull/515/files#r920905555
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/UnitTestBot/UTBotJava/pull/515/files
utbot-fuzzers/src/main/kotlin/org/utbot/fuzzer/Fuzzer.kthttps://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-cc5eda9c12327c4fc623d0b83609e3e18dfea4aa29fc7dbf355d505ab658fd62
View file https://github.com/UnitTestBot/UTBotJava/blob/a7550afe976d16d30a78b74c2b036700e9560610/utbot-fuzzers/src/main/kotlin/org/utbot/fuzzer/Fuzzer.kt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/UnitTestBot/UTBotJava/pull/515/{{ revealButtonHref }}
https://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-cc5eda9c12327c4fc623d0b83609e3e18dfea4aa29fc7dbf355d505ab658fd62
https://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-cc5eda9c12327c4fc623d0b83609e3e18dfea4aa29fc7dbf355d505ab658fd62
utbot-fuzzers/src/main/kotlin/org/utbot/fuzzer/ModelProvider.kthttps://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-15b29f12d1248d7c81c23615141031a88a68e6331e7061e480545f079ff4fdeb
View file https://github.com/UnitTestBot/UTBotJava/blob/a7550afe976d16d30a78b74c2b036700e9560610/utbot-fuzzers/src/main/kotlin/org/utbot/fuzzer/ModelProvider.kt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/UnitTestBot/UTBotJava/pull/515/{{ revealButtonHref }}
https://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-15b29f12d1248d7c81c23615141031a88a68e6331e7061e480545f079ff4fdeb
https://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-15b29f12d1248d7c81c23615141031a88a68e6331e7061e480545f079ff4fdeb
https://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-15b29f12d1248d7c81c23615141031a88a68e6331e7061e480545f079ff4fdeb
https://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-15b29f12d1248d7c81c23615141031a88a68e6331e7061e480545f079ff4fdeb
https://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-15b29f12d1248d7c81c23615141031a88a68e6331e7061e480545f079ff4fdeb
https://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-15b29f12d1248d7c81c23615141031a88a68e6331e7061e480545f079ff4fdeb
utbot-fuzzers/src/main/kotlin/org/utbot/fuzzer/providers/AbstractModelProvider.kthttps://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-2194c9efcc0271c5ee8d6d7e58d571901a0eb8f5615b8d2e1f5e42f02c80e202
View file https://github.com/UnitTestBot/UTBotJava/blob/a7550afe976d16d30a78b74c2b036700e9560610/utbot-fuzzers/src/main/kotlin/org/utbot/fuzzer/providers/AbstractModelProvider.kt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/UnitTestBot/UTBotJava/pull/515/{{ revealButtonHref }}
https://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-2194c9efcc0271c5ee8d6d7e58d571901a0eb8f5615b8d2e1f5e42f02c80e202
https://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-2194c9efcc0271c5ee8d6d7e58d571901a0eb8f5615b8d2e1f5e42f02c80e202
utbot-fuzzers/src/main/kotlin/org/utbot/fuzzer/providers/ArrayModelProvider.kthttps://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-a66bcbb5f1e16282f379e9f8f2b975a707874bb4ca5e848dc6e4a19452e4da2a
View file https://github.com/UnitTestBot/UTBotJava/blob/a7550afe976d16d30a78b74c2b036700e9560610/utbot-fuzzers/src/main/kotlin/org/utbot/fuzzer/providers/ArrayModelProvider.kt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/UnitTestBot/UTBotJava/pull/515/{{ revealButtonHref }}
https://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-a66bcbb5f1e16282f379e9f8f2b975a707874bb4ca5e848dc6e4a19452e4da2a
https://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-a66bcbb5f1e16282f379e9f8f2b975a707874bb4ca5e848dc6e4a19452e4da2a
utbot-fuzzers/src/main/kotlin/org/utbot/fuzzer/providers/CharToStringModelProvider.kthttps://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-79f1d98632a766408fce9b922a68bc5fcaeae515c2ce2f49aa995f8a207adc10
View file https://github.com/UnitTestBot/UTBotJava/blob/a7550afe976d16d30a78b74c2b036700e9560610/utbot-fuzzers/src/main/kotlin/org/utbot/fuzzer/providers/CharToStringModelProvider.kt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/UnitTestBot/UTBotJava/pull/515/{{ revealButtonHref }}
https://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-79f1d98632a766408fce9b922a68bc5fcaeae515c2ce2f49aa995f8a207adc10
https://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-79f1d98632a766408fce9b922a68bc5fcaeae515c2ce2f49aa995f8a207adc10
utbot-fuzzers/src/main/kotlin/org/utbot/fuzzer/providers/CollectionModelProvider.kthttps://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-bd2581d2f923b61a29d399c8005849631424ddee734c754ae4f9e2fe26ebf57e
View file https://github.com/UnitTestBot/UTBotJava/blob/a7550afe976d16d30a78b74c2b036700e9560610/utbot-fuzzers/src/main/kotlin/org/utbot/fuzzer/providers/CollectionModelProvider.kt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/UnitTestBot/UTBotJava/pull/515/{{ revealButtonHref }}
https://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-bd2581d2f923b61a29d399c8005849631424ddee734c754ae4f9e2fe26ebf57e
https://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-bd2581d2f923b61a29d399c8005849631424ddee734c754ae4f9e2fe26ebf57e
https://github.com/UnitTestBot/UTBotJava/pull/515/files#diff-bd2581d2f923b61a29d399c8005849631424ddee734c754ae4f9e2fe26ebf57e
Please reload this pagehttps://github.com/UnitTestBot/UTBotJava/pull/515/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.