-
Notifications
You must be signed in to change notification settings - Fork 9
TestDataGenerator randomFieldName and randomDomainName usage of ValidateDomainAndFieldNamesAction #2571
New issue
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
Merged
Merged
TestDataGenerator randomFieldName and randomDomainName usage of ValidateDomainAndFieldNamesAction #2571
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
145f646
new FieldInfo(TestDataGenerator.randomFieldName() -> FieldInfo.random()
cnathe 4e407bb
TestDataGenerator randomString support for REPEAT_PLACEHOLDER to add …
cnathe 81af952
TestDataGenerator randomString support for ALL_CHARS_PLACEHOLDER to a…
cnathe 3c29c4f
DataClassAPIHelper.dataClassTestFields update to use FieldInfo.random()
cnathe 958367d
Merge branch 'develop' into fb_testDataGen258
cnathe a33701e
CrossFolderListTest to use FieldInfo.random()
cnathe e267d72
SampleTypeTest to use FieldInfo.random()
cnathe 8ae1657
Merge branch 'develop' into fb_testDataGen258
cnathe 298ce40
Merge branch 'develop' into fb_testDataGen258
cnathe d8c9e43
PropertyController.ValidateDomainFieldsAction and usage in TestDataGe…
cnathe c5865f2
TestDataGenerator.randomFieldName to take DomainKind (defaults to Sam…
cnathe 5a534c3
Merge branch 'develop' into fb_testDataGen258
cnathe d6bda85
Update PropertyController.ValidateDomainAndFieldNamesAction to also v…
cnathe 6fa8287
Update usages of randomDomainName to pass DomainKind
cnathe db34bee
TestDataGenerator randomFieldName and randomDomainName to use getNumC…
cnathe 330cf04
Set DomainKind in usages of TestDataGenerator.randomDomainName()
cnathe 4cbc2fb
CustomizeView to scroll into view the tree expand icon before clicking
cnathe e395e6e
text update for change to sample type duplicate name error message
cnathe afb22ba
SampleTypeHelper.convertMapToTsv to use TestDataUtils.tsvStringFromRo…
cnathe 72852c8
BiologicsReportTest fix for which non-ASCII chars are replaced with #…
cnathe 9b0ad44
FieldDefinition.labelFromName multiple spaces in the UI are collapsed…
cnathe 5186bcf
reset the min/max randomInt values for domain and field name generato…
cnathe 7f24adc
missed from last commit
cnathe 3aa5baf
Merge branch 'develop' into fb_testDataGen258
cnathe File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this just cleaning up data that adds no value to the test?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, these other columns like "intColumn" are now randomly generated names so when I went to update them in the data rows I noticed that the values aren't checked anywhere so it seemed cleaner to just remove the related data row values.