Skip to content

CreateComponent signature in FXComponentTest should allow exceptions to be thrown #17

@MarceloRuiz

Description

@MarceloRuiz

The abstract method CreateComponent could include throws Exception to reduce boilerplate code in tests. If an exception is thrown during the component creation the test fails. In this way users are not forced to wrap any exceptions in a RuntimeException

Consider the case when users have to instantiate the component from a fxml file: such operation has the potential to throw IOException and URISyntaxException

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