Registry / testing / jbehave-core

jbehave-core

JSON →
library5.2.0javamavenunverified

JBehave Core contains all the core functionality for running BDD stories.

<dependency> <groupId>org.jbehave</groupId> <artifactId>jbehave-core</artifactId> <version>5.2.0</version> </dependency>
INSTALL
IMPORT
SIG · JBEHAVE-CORE
J
jbehave-core
testingjavav5.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

InjectableStepsFactory
org.jbehave.core.steps.InjectableStepsFactory

Creates an InjectableStepsFactory with a steps instance.

import org.jbehave.core.steps.InjectableStepsFactory; import org.jbehave.core.steps.InstanceStepsFactory; public class Main { public static void main(String[] args) { InjectableStepsFactory factory = new InstanceStepsFactory(configuration(), new MySteps()); System.out.println("Steps factory created: " + factory); } private static Object configuration() { return null; } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.2.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jbehave-core — mvn dependency:get jbehave-core · libregistry