Skip to content

Conversation

@mwinter69
Copy link

this is a replacement for #29 which has quite some issues

@Override
public String getDisplayName()
{
return "Logstash";

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think "Logstash TCP" would be clearer

try {
createDao(null, 9000);
} catch (IllegalArgumentException e) {
assertEquals("Wrong error message was thrown", "host name is required", e.getMessage());

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[minor] I think it would be better to use the ExceptionRule here

@jakub-bochenski
Copy link

PS. Can you please update the readme?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants