![JAR search and dependency download from the Maven repository](/logo.png)
com.insightfullogic.lambdabehave.impl.CompleteBehaviour Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lambda-behave Show documentation
Show all versions of lambda-behave Show documentation
A modern testing and behavioural specification framework for Java 8
package com.insightfullogic.lambdabehave.impl;
import com.insightfullogic.lambdabehave.impl.reports.SpecificationReport;
public interface CompleteBehaviour {
SpecificationReport checkCompleteBehaviour();
String getDescription();
String getSuiteName();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy