Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Abstraction for expected error messages #32

Open
@mrigger

Description

@mrigger

To specify the expected error messages for a SQL statement, we currently use Collection<String>, see

public abstract Collection<String> getExpectedErrors();

It would be desirable to introduce an abstraction to also allow, for example, specifying regular expressions to cover multiple expected error messages at once, and thus make expected error messages more descriptive (since without using regular expressions, we need to check for the shortest common string).

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions