Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Move validation of throws annotation parameters to ut_executable_test #721

Copy link
Copy link

Description

@jgebal
Issue body actions

Currently, parameters of throws are validated when suite is built.
We should postpone the validation to runtime. That way, the anntation becomes truly dynamic as the package referenced by annotation parameter may not exist or may be invalid when suite is built (can be created dynamically).

This also seems like a better separation of responsibilities, as it is ut_executable_test that knows how to understand the text of annotation parameter rather than the ut_suite_builder.
This way suite building will not be carrying that responsibility anymore.

Reactions are currently unavailable

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

Morty Proxy This is a proxified and sanitized view of the page, visit original site.