public final class ProjogTestQuery extends Object implements ProjogTestContent
Contains the Prolog syntax of the query plus the expected results of trying to evaluate it.
| Modifier and Type | Method and Description |
|---|---|
boolean |
doesNotContinueUntilFails() |
List<ProjogTestAnswer> |
getAnswers() |
String |
getExpectedExceptionMessage() |
String |
getExpectedOutput() |
String |
getPrologQuery() |
boolean |
isContinuesUntilFails() |
public String getPrologQuery()
public boolean isContinuesUntilFails()
public boolean doesNotContinueUntilFails()
public String getExpectedExceptionMessage()
public String getExpectedOutput()
public List<ProjogTestAnswer> getAnswers()
Copyright © 2022. All rights reserved.