All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.insightfullogic.lambdabehave.impl.CompleteBehaviour Maven / Gradle / Ivy

There is a newer version: 0.4
Show newest version
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