Skip to content

TCK: Test PolicyConfigurationFactory are not specification compliant #175

Description

@jhanders34

Presently the PolicyConfigurationFactory test implementations return a new decorated PolicyConfiguration when calling the getPolicyConfiguration(String, boolean) method, but they don't return the same one each time that method is called.

Also the getPolicyConfiguration() and getPolicyConfiguration(String) methods are not returning the decorated PolicyConfiguration that is returned from the getPolicyConfiguration(String, boolean) or null if the getPolicyConfiguration(String, boolean) method was not called yet. Alternatively, those methods, could get and store a decorated PolicyConfiguration object if the Factory that is wrapped returns one from its implementation or null if the wrapped factory returns null.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions