| Package | Description |
|---|---|
| us.johnmeyer.sitetest.common |
Contains tests common for all sites.
|
| us.johnmeyer.sitetest.core |
Qualifies websites, web applications, etc.
|
| us.johnmeyer.sitetest.user |
User-defined tests for project.
|
| Modifier and Type | Field and Description |
|---|---|
private Controller |
Exist.controller
Controller instance for composition base.
|
| Constructor and Description |
|---|
Exist(Controller contollerParam)
Private constructor for use by
Exist.nuevo(us.johnmeyer.sitetest.core.Controller.Builder). |
| Modifier and Type | Field and Description |
|---|---|
private Controller |
ResultBuilder.controller
Controller for test.
|
private Controller |
Result.testThatsRunning
Controller performed.
|
| Modifier and Type | Method and Description |
|---|---|
Controller |
Controller.Builder.newTest()
Constructs test.
|
| Modifier and Type | Method and Description |
|---|---|
protected static Result |
Result.newTestResult(Controller testThatsRunningParam,
String resultLogParam,
Boolean isSuccessfulParam)
Factory instance creator.
|
static ResultBuilder |
ResultBuilder.newTestResultBuilder(Controller testParam)
Factory creates new ResultBuilder model.
|
| Constructor and Description |
|---|
Result(Controller testThatsRunningParam,
String resultLogParam,
ArrayList<Returns> returnResultParam,
boolean isSuccessfulParam)
Private constructor for factory usage.
|
ResultBuilder(Controller controllerParam)
Constructs builder.
|
| Modifier and Type | Field and Description |
|---|---|
private Controller |
VersionSlug.controller
Controller instance for composition base.
|
private Controller |
ScriptLink.controller
Controller instance for composition base.
|
| Constructor and Description |
|---|
VersionSlug(Controller testParam,
String versionIdParam)
Private constructor for use by
VersionSlug.nuevo(us.johnmeyer.sitetest.core.Controller.Builder, java.lang.String). |
Copyright © 2018. All rights reserved.