Package io.webdevice.wiring
Class ScopedWiringTest
- java.lang.Object
-
- io.webdevice.wiring.ScopedWiringTest
-
public class ScopedWiringTest extends Object
-
-
Constructor Summary
Constructors Constructor Description ScopedWiringTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldCreateInConfiguredScopeWhenCucumberTestContextOnClasspath()voidshouldCreateInCucumberGlueScopeWhenCucumberTestContextOnClasspath()voidshouldCreateInWebDeviceScopeWhenCucumberTestContextNotOnClasspath()
-
-
-
Method Detail
-
setUp
public void setUp()
-
shouldCreateInCucumberGlueScopeWhenCucumberTestContextOnClasspath
public void shouldCreateInCucumberGlueScopeWhenCucumberTestContextOnClasspath()
-
shouldCreateInWebDeviceScopeWhenCucumberTestContextNotOnClasspath
public void shouldCreateInWebDeviceScopeWhenCucumberTestContextNotOnClasspath()
-
shouldCreateInConfiguredScopeWhenCucumberTestContextOnClasspath
public void shouldCreateInConfiguredScopeWhenCucumberTestContextOnClasspath()
-
-