Class CustomizingStoryPathResolver
- java.lang.Object
-
- org.jbehave.core.io.AbstractStoryPathResolver
-
- org.jbehave.core.io.UnderscoredCamelCaseResolver
-
- de.telekom.test.bddwebapp.stories.customizing.CustomizingStoryPathResolver
-
- All Implemented Interfaces:
org.jbehave.core.io.StoryPathResolver
public class CustomizingStoryPathResolver extends org.jbehave.core.io.UnderscoredCamelCaseResolverThis Story Path Resolver save the story class in spring context to use story customisations, e.g. @ApiOnly.- Author:
- Daniel Keiss <daniel.keiss@telekom.de>
Copyright (c) 2020 Daniel Keiss, Deutsche Telekom IT GmbH This file is distributed under the conditions of the Apache License, Version 2.0. For details see the file license on the toplevel.
-
-
Field Summary
Fields Modifier and Type Field Description protected @NonNull org.springframework.context.ApplicationContextapplicationContext
-
Constructor Summary
Constructors Constructor Description CustomizingStoryPathResolver(@NonNull org.springframework.context.ApplicationContext applicationContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomizingStoriesgetStoryClasses()protected StringresolveName(Class<? extends org.jbehave.core.Embeddable> embeddableClass)
-
-
-
Method Detail
-
getStoryClasses
public CustomizingStories getStoryClasses()
-
-