IntelliJBehave icon indicating copy to clipboard operation
IntelliJBehave copied to clipboard

Can't find steps in Lifecycle section

Open relgames opened this issue 10 years ago • 0 comments

Lifecycle: Before: Given running Docker container After: Outcome: ANY Given a stopped container

@Given("running $name container") public void startContainer(String name) throws URISyntaxException { ..

It runs without any error but IDEA reports there are errors, check attached image: screenshot from 2015-01-12 13 24 46

relgames avatar Jan 12 '15 12:01 relgames