public abstract class Assertion<T extends Assertion> extends Object
Base class for all assertion types.
Constructor and description |
---|
Assertion() |
Assertion(BlockStatement blockStatement, BooleanExpression booleanExpression) |
Type Params | Return Type | Name and description |
---|---|---|
|
public void |
and(T other) |
|
public BooleanExpression |
booleanExpression() |
|
public void |
or(T other) |
|
public BlockStatement |
originalBlockStatement() |
|
public void |
renew(BooleanExpression booleanExpression) |
Copyright © 2003-2022 The Apache Software Foundation. All rights reserved.