Skip to content

Simplify testing by creating a Builder for dependencies #4

@bsstahl

Description

@bsstahl

Currently, tests are far more complex than they need to be because of the different dependency requirements for each test. Helper methods for the dependencies were created piecemeal, and without a consistent pattern. As a result, it is hard to know what each test is doing, and using with regard to dependencies.

A common set of builders that implement the Builder Pattern could go a long way to simplifying this complexity.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BestPracticeIssues that don't cause functional problems, but are not implemented in the best possible way

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions