Skip to content
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

Improve test coverage in FieldListTest #11012

Open
sabina-talipova opened this issue Oct 18, 2023 · 0 comments
Open

Improve test coverage in FieldListTest #11012

sabina-talipova opened this issue Oct 18, 2023 · 0 comments

Comments

@sabina-talipova
Copy link
Contributor

Description

  • test for FieldList->setValues(). Need to check that the values that were set are the correct ones given back.
  • test for FieldList->transform() and FieldList->makeReadonly(). Need to ensure that it correctly transforms the FieldList object.
  • test for FieldList->HiddenFields(). Need to check the fields returned are the correct HiddenField objects for a given FieldList instance.
  • test for FieldList->dataFields().
  • test for FieldList->findOrMakeTab() the same as above with insertBefore() and insertAfter()

See:

* @todo test for {@link FieldList->setValues()}. Need to check
* that the values that were set are the correct ones given back.
* @todo test for {@link FieldList->transform()} and {@link FieldList->makeReadonly()}.
* Need to ensure that it correctly transforms the FieldList object.
* @todo test for {@link FieldList->HiddenFields()}. Need to check
* the fields returned are the correct HiddenField objects for a
* given FieldList instance.
* @todo test for {@link FieldList->dataFields()}.
* @todo test for {@link FieldList->findOrMakeTab()}.
* @todo the same as above with insertBefore() and insertAfter()

@GuySartorelli GuySartorelli changed the title TODO: FieldListTest improvements Improve test coverage in FieldListTest Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant