public final class TestsSpec extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
TestsSpec.Assertion |
static class |
TestsSpec.AssertionType |
static interface |
TestsSpec.AuthenticationSpec |
static interface |
TestsSpec.Data |
static class |
TestsSpec.HttpMethod |
static interface |
TestsSpec.Let |
static interface |
TestsSpec.Step |
static interface |
TestsSpec.TestSpec |
| Modifier and Type | Method and Description |
|---|---|
TestsSpec.TestSpec[] |
getTests() |
static TestsSpec |
load(File yamlFile,
Class<?>... classes) |
static TestsSpec |
load(InputStream is,
Class<?>... classes) |
public static TestsSpec load(File yamlFile, Class<?>... classes) throws IOException
IOExceptionpublic static TestsSpec load(InputStream is, Class<?>... classes) throws IOException
IOExceptionpublic TestsSpec.TestSpec[] getTests()
Copyright © 2020 Avantage Compris. All rights reserved.