public class EARL extends Object
Modifier and Type | Field and Description |
---|---|
static Property |
assertedBy
assertor of an assertion
|
static Resource |
Assertion
a statement that embodies the results of a test
|
static Resource |
Assertor
an entity such as a person, a software tool, an organization, or any other
grouping that carries out a test collectively
|
static Resource |
automatic |
static Resource |
CannotTell
the class of outcomes to denote an undetermined outcome
|
static Resource |
cantTell |
static Resource |
Fail
the class of outcomes to denote failing a test
|
static Resource |
failed |
static Resource |
inapplicable |
static Property |
info
additional warnings or error messages in a human-readable form
|
static Property |
mainAssertor
assertor that is primarily responsible for performing the test
|
static Resource |
manual |
static Property |
mode
mode in which the test was performed
|
static Resource |
NAMESPACE
The namespace of the vocabulary as a resource
|
static Resource |
NotApplicable
the class of outcomes to denote the test is not applicable
|
static Resource |
NotTested
the class of outcomes to denote the test has not been carried out
|
static String |
NS
The namespace of the vocabulary as a string
|
static Property |
outcome
outcome of performing the test
|
static Resource |
OutcomeValue
a discrete value that describes a resulting condition from carrying out the
test
|
static Resource |
Pass
the class of outcomes to denote passing a test
|
static Resource |
passed |
static Property |
pointer
location within a test subject that are most relevant to a test result
|
static Property |
result
result of an assertion
|
static Resource |
semiAuto |
static Resource |
Software
any piece of software such as an authoring tool, browser, or evaluation tool
|
static Property |
subject
test subject of an assertion
|
static Property |
test
test criterion of an assertion
|
static Resource |
TestCase
an atomic test, usually one that is a partial test for a requirement
|
static Resource |
TestCriterion
a testable statement, usually one that can be passed or failed
|
static Resource |
TestMode
describes how a test was carried out
|
static Resource |
TestRequirement
a higher-level requirement that is tested by executing one or more sub-tests
|
static Resource |
TestResult
the actual result of performing the test
|
static Resource |
TestSubject
the class of things that have been tested against some test criterion
|
static Resource |
undisclosed |
static Resource |
unknownMode |
static Resource |
untested |
Constructor and Description |
---|
EARL() |
public static final String NS
The namespace of the vocabulary as a string
public static final Resource NAMESPACE
The namespace of the vocabulary as a resource
public static final Property assertedBy
assertor of an assertion
public static final Property info
additional warnings or error messages in a human-readable form
public static final Property mainAssertor
assertor that is primarily responsible for performing the test
public static final Property mode
mode in which the test was performed
public static final Property outcome
outcome of performing the test
public static final Property pointer
location within a test subject that are most relevant to a test result
public static final Property result
result of an assertion
public static final Property subject
test subject of an assertion
public static final Property test
test criterion of an assertion
public static final Resource Assertion
a statement that embodies the results of a test
public static final Resource Assertor
an entity such as a person, a software tool, an organization, or any other grouping that carries out a test collectively
public static final Resource CannotTell
the class of outcomes to denote an undetermined outcome
public static final Resource Fail
the class of outcomes to denote failing a test
public static final Resource NotApplicable
the class of outcomes to denote the test is not applicable
public static final Resource NotTested
the class of outcomes to denote the test has not been carried out
public static final Resource OutcomeValue
a discrete value that describes a resulting condition from carrying out the test
public static final Resource Pass
the class of outcomes to denote passing a test
public static final Resource Software
any piece of software such as an authoring tool, browser, or evaluation tool
public static final Resource TestCase
an atomic test, usually one that is a partial test for a requirement
public static final Resource TestCriterion
a testable statement, usually one that can be passed or failed
public static final Resource TestMode
describes how a test was carried out
public static final Resource TestRequirement
a higher-level requirement that is tested by executing one or more sub-tests
public static final Resource TestResult
the actual result of performing the test
public static final Resource TestSubject
the class of things that have been tested against some test criterion
public static final Resource automatic
public static final Resource cantTell
public static final Resource failed
public static final Resource inapplicable
public static final Resource manual
public static final Resource passed
public static final Resource semiAuto
public static final Resource undisclosed
public static final Resource unknownMode
public static final Resource untested
Licenced under the Apache License, Version 2.0