Skip to content

Improve unit test coverage of all Flag classes #650

@sappenin

Description

@sappenin

E.g., see CredentialFlagsTest.java, which covers some (but not all) flag scenarios. We need to ensure that every Flag class has a unit test that covers:

  1. All flag values
  2. JSON serialization/deserialization of each flag value.
  3. JSON serialization/deserialization of empty flags.
  4. JSON serialization/deserialization of unset flags.

This issue was instigated by the Batch work where serialization of empty/unset BatchFlags triggered unhandled behavior.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions