File tree 5 files changed +6
-6
lines changed
spring/src/test/java/cucumber/runtime/java/spring
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 7
7
import cucumber .runtime .java .spring .commonglue .AutowiresThirdStepDef ;
8
8
import cucumber .runtime .java .spring .commonglue .OneStepDef ;
9
9
import cucumber .runtime .java .spring .commonglue .ThirdStepDef ;
10
- import cucumber .runtime .java .spring .metaconfig .BellyMetaStepdefs ;
10
+ import cucumber .runtime .java .spring .metaconfig .general . BellyMetaStepdefs ;
11
11
import cucumber .runtime .java .spring .contextconfig .BellyStepdefs ;
12
12
import cucumber .runtime .java .spring .contextconfig .WithSpringAnnotations ;
13
13
import cucumber .runtime .java .spring .contexthierarchyconfig .WithContextHierarchyAnnotation ;
Original file line number Diff line number Diff line change 1
- package cucumber .runtime .java .spring .metaconfig ;
1
+ package cucumber .runtime .java .spring .metaconfig . general ;
2
2
3
3
import cucumber .api .java .en .Then ;
4
4
import cucumber .runtime .java .spring .beans .Belly ;
Original file line number Diff line number Diff line change 1
- package cucumber .runtime .java .spring .metaconfig ;
1
+ package cucumber .runtime .java .spring .metaconfig . general ;
2
2
3
3
import org .springframework .test .context .ContextConfiguration ;
4
4
Original file line number Diff line number Diff line change 1
- package cucumber .runtime .java .spring .metaconfig ;
1
+ package cucumber .runtime .java .spring .metaconfig . general ;
2
2
3
3
import cucumber .api .CucumberOptions ;
4
4
import cucumber .api .junit .Cucumber ;
5
5
import org .junit .runner .RunWith ;
6
6
7
7
@ RunWith (Cucumber .class )
8
- @ CucumberOptions (glue = {"cucumber.runtime.java.spring.contextconfig " ,
8
+ @ CucumberOptions (glue = {"cucumber.runtime.java.spring.metaconfig.general " ,
9
9
"cucumber.runtime.java.spring.commonglue" ,
10
10
"cucumber.api.spring" },
11
11
features = {"classpath:cucumber/runtime/java/spring/springBeanInjectionWithMetaConfiguration.feature" })
Original file line number Diff line number Diff line change 7
7
8
8
@ RunWith (Cucumber .class )
9
9
@ CucumberOptions (glue = {"cucumber.runtime.java.spring.webappconfig" },
10
- features = {"classpath:cucumber/runtime/java/spring/springinjection .feature" })
10
+ features = {"classpath:cucumber/runtime/java/spring/springWebContextInjection .feature" })
11
11
public class RunCukesTest {
12
12
}
You can’t perform that action at this time.
0 commit comments