Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supplimentary message on occasion will only show default message ignoring supplimentary messages #23

Open
ukcrpb6 opened this issue Sep 29, 2015 · 0 comments

Comments

@ukcrpb6
Copy link
Owner

ukcrpb6 commented Sep 29, 2015

Certain context's seem to cause the list of returned messages to only show the default "{varname}" message.

For example,

    @Given("^I have a published guid for kind (.*)$")
    public void I_have_a_published_guid_for(String kind) throws Throwable {
        // kind.cnn[TAB] yields only checkNotNull(kind, "kind");
        guid = notificationHelper.getGUID(kind);
        assertNotNull(kind + " with guid not created", guid);
    }
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

No branches or pull requests

1 participant