public final class TestClassExpectation extends Object implements JavaClassBased, Parameterized, StructuralElementExpectation
TestClass.TestClass| Modifier and Type | Class and Description |
|---|---|
static class |
TestClassExpectation.Builder
Builds instances of type
TestClassExpectation. |
| Modifier and Type | Method and Description |
|---|---|
static TestClassExpectation |
build(org.eclipse.xtext.xbase.lib.Procedures.Procedure1<TestClassExpectation.Builder> init)
Creates an immutable instance of TestClassExpectation.
|
TestClassExpectation |
copy(org.eclipse.xtext.xbase.lib.Procedures.Procedure1<TestClassExpectation.Builder> init)
Creates an immutable copy of this instance.
|
boolean |
equals(Object obj) |
Class<?> |
getJavaClass() |
List<TestParameterExpectation> |
getParameters()
Returns the expected parameters.
|
List<TestStepExpectation> |
getSteps() |
int |
hashCode() |
String |
toString() |
public List<TestStepExpectation> getSteps()
steps attributepublic Class<?> getJavaClass()
getJavaClass in interface JavaClassBasedjavaClass attributepublic List<TestParameterExpectation> getParameters()
ParameterizedgetParameters in interface Parameterizedparameters attributepublic static TestClassExpectation build(org.eclipse.xtext.xbase.lib.Procedures.Procedure1<TestClassExpectation.Builder> init)
init - The initializerIllegalStateException - if any required attributes are missingpublic TestClassExpectation copy(org.eclipse.xtext.xbase.lib.Procedures.Procedure1<TestClassExpectation.Builder> init)
init - The initializerCopyright © 2018–2020 b+m Informatik AG. All rights reserved.