0.3.1
Overview
Installation
Quickstart
Core Concepts
Examples
How To’s
Command Line Interface
API Documentation
Frequently Asked Questions
Contributing
Changelog
License
Useful Links:
Source Code
Issue Tracker
PyPI Releases
Docker Hub
Model Editor
VS Code Extension
Other Executors:
C#/.NET
Community:
Google Group
Gitter
Libraries.io
AltWalker
Index
Edit on GitHub
Index
Symbols
|
_
|
A
|
C
|
D
|
E
|
F
|
G
|
H
|
K
|
L
|
M
|
O
|
P
|
R
|
S
|
T
|
U
|
V
|
W
Symbols
--blocked
altwalker-check command line option
altwalker-offline command line option
altwalker-online command line option
--executor
altwalker-online command line option
altwalker-verify command line option
altwalker-walk command line option
--executor-url
altwalker-online command line option
altwalker-verify command line option
altwalker-walk command line option
--git
altwalker-init command line option
--graphwalker-log-level
altwalker command line option
--gw-host
altwalker-online command line option
--gw-port
altwalker-online command line option
--language
altwalker-generate command line option
altwalker-init command line option
altwalker-online command line option
altwalker-verify command line option
altwalker-walk command line option
--log-file
altwalker command line option
--log-level
altwalker command line option
--model
altwalker-check command line option
altwalker-generate command line option
altwalker-init command line option
altwalker-offline command line option
altwalker-online command line option
altwalker-verify command line option
--no-git
altwalker-init command line option
--no-suggestions
altwalker-verify command line option
--output-file
altwalker-offline command line option
--port
altwalker-online command line option
--report-file
altwalker-online command line option
altwalker-walk command line option
--report-path
altwalker-online command line option
altwalker-walk command line option
--report-path-file
altwalker-online command line option
altwalker-walk command line option
--report-xml
altwalker-online command line option
altwalker-walk command line option
--report-xml-file
altwalker-online command line option
altwalker-walk command line option
--start-element
altwalker-offline command line option
altwalker-online command line option
--suggestions
altwalker-verify command line option
--unvisited
altwalker-offline command line option
altwalker-online command line option
--url
altwalker-online command line option
altwalker-verify command line option
altwalker-walk command line option
--verbose
altwalker-offline command line option
altwalker-online command line option
--version
altwalker command line option
-b
altwalker-check command line option
altwalker-offline command line option
altwalker-online command line option
-e
altwalker-offline command line option
altwalker-online command line option
-f
altwalker-offline command line option
-l
altwalker-generate command line option
altwalker-init command line option
altwalker-online command line option
altwalker-verify command line option
altwalker-walk command line option
-m
altwalker-check command line option
altwalker-generate command line option
altwalker-init command line option
altwalker-offline command line option
altwalker-online command line option
altwalker-verify command line option
-n
altwalker-init command line option
-o
altwalker-offline command line option
altwalker-online command line option
-p
altwalker-online command line option
-u
altwalker-offline command line option
altwalker-online command line option
-v
altwalker command line option
-x
altwalker-online command line option
altwalker-verify command line option
altwalker-walk command line option
_
_log() (altwalker.reporter.ClickReporter method)
(altwalker.reporter.PathReporter method)
(altwalker.reporter.Reporter method)
A
altwalker
module
altwalker command line option
--graphwalker-log-level
--log-file
--log-level
--version
-v
altwalker-check command line option
--blocked
--model
-b
-m
altwalker-generate command line option
--language
--model
-l
-m
OUTPUT_DIR
altwalker-init command line option
--git
--language
--model
--no-git
-l
-m
-n
OUTPUT_DIR
altwalker-offline command line option
--blocked
--model
--output-file
--start-element
--unvisited
--verbose
-b
-e
-f
-m
-o
-u
altwalker-online command line option
--blocked
--executor
--executor-url
--gw-host
--gw-port
--language
--model
--port
--report-file
--report-path
--report-path-file
--report-xml
--report-xml-file
--start-element
--unvisited
--url
--verbose
-b
-e
-l
-m
-o
-p
-u
-x
TEST_PACKAGE
altwalker-verify command line option
--executor
--executor-url
--language
--model
--no-suggestions
--suggestions
--url
-l
-m
-x
TEST_PACKAGE
altwalker-walk command line option
--executor
--executor-url
--language
--report-file
--report-path
--report-path-file
--report-xml
--report-xml-file
--url
-l
-x
STEPS_FILE
TEST_PACKAGE
altwalker.code
module
altwalker.exceptions
module
altwalker.executor
module
altwalker.graphwalker
module
altwalker.model
module
altwalker.planner
module
altwalker.reporter
module
altwalker.walker
module
AltWalkerError
AltWalkerException
AUT
C
check() (in module altwalker.graphwalker)
check_models() (in module altwalker.model)
ClickReporter (class in altwalker.reporter)
create_dotnet_executor() (in module altwalker.executor)
create_executor() (in module altwalker.executor)
create_http_executor() (in module altwalker.executor)
create_planner() (in module altwalker.planner)
create_python_executor() (in module altwalker.executor)
create_walker() (in module altwalker.walker)
D
Directed Graph
DotnetExecutor (class in altwalker.executor)
E
end() (altwalker.reporter.ClickReporter method)
(altwalker.reporter.FileReporter method)
(altwalker.reporter.PathReporter method)
(altwalker.reporter.Reporter method)
(altwalker.reporter.Reporting method)
error() (altwalker.reporter.ClickReporter method)
(altwalker.reporter.FileReporter method)
(altwalker.reporter.PathReporter method)
(altwalker.reporter.Reporter method)
(altwalker.reporter.Reporting method)
execute_step() (altwalker.executor.DotnetExecutor method)
(altwalker.executor.Executor method)
(altwalker.executor.HttpExecutor method)
(altwalker.executor.PythonExecutor method)
Executor (class in altwalker.executor)
ExecutorException
exit_code (altwalker.exceptions.AltWalkerError attribute)
,
[1]
(altwalker.exceptions.FailedTestsError attribute)
,
[1]
(altwalker.exceptions.GraphWalkerError attribute)
,
[1]
F
fail() (altwalker.graphwalker.GraphWalkerClient method)
(altwalker.planner.OfflinePlanner method)
(altwalker.planner.OnlinePlanner method)
FailedTestsError
FileReporter (class in altwalker.reporter)
FSM
G
get_data() (altwalker.graphwalker.GraphWalkerClient method)
(altwalker.planner.OfflinePlanner method)
(altwalker.planner.OnlinePlanner method)
get_methods() (in module altwalker.code)
get_models() (in module altwalker.model)
get_next() (altwalker.graphwalker.GraphWalkerClient method)
(altwalker.planner.OfflinePlanner method)
(altwalker.planner.OnlinePlanner method)
get_statistics() (altwalker.graphwalker.GraphWalkerClient method)
(altwalker.planner.OfflinePlanner method)
(altwalker.planner.OnlinePlanner method)
GraphWalkerClient (class in altwalker.graphwalker)
GraphWalkerError
GraphWalkerException
GraphWalkerService (class in altwalker.graphwalker)
H
has_model() (altwalker.executor.DotnetExecutor method)
(altwalker.executor.Executor method)
(altwalker.executor.HttpExecutor method)
(altwalker.executor.PythonExecutor method)
has_next() (altwalker.graphwalker.GraphWalkerClient method)
(altwalker.planner.OfflinePlanner method)
(altwalker.planner.OnlinePlanner method)
has_step() (altwalker.executor.DotnetExecutor method)
(altwalker.executor.Executor method)
(altwalker.executor.HttpExecutor method)
(altwalker.executor.PythonExecutor method)
HttpExecutor (class in altwalker.executor)
K
kill() (altwalker.executor.DotnetExecutor method)
(altwalker.executor.Executor method)
(altwalker.executor.HttpExecutor method)
(altwalker.executor.PythonExecutor method)
(altwalker.graphwalker.GraphWalkerService method)
(altwalker.planner.OfflinePlanner method)
(altwalker.planner.OnlinePlanner method)
L
load() (altwalker.executor.DotnetExecutor method)
(altwalker.executor.Executor method)
(altwalker.executor.PythonExecutor method)
(altwalker.graphwalker.GraphWalkerClient method)
(altwalker.planner.OfflinePlanner method)
(altwalker.planner.OnlinePlanner method)
M
MBT
methods() (in module altwalker.graphwalker)
Model
Modeling
module
altwalker
altwalker.code
altwalker.exceptions
altwalker.executor
altwalker.graphwalker
altwalker.model
altwalker.planner
altwalker.reporter
altwalker.walker
O
offline() (in module altwalker.graphwalker)
OfflinePlanner (class in altwalker.planner)
OnlinePlanner (class in altwalker.planner)
OUTPUT_DIR
altwalker-generate command line option
altwalker-init command line option
P
path (altwalker.planner.OfflinePlanner property)
PathReporter (class in altwalker.reporter)
PythonExecutor (class in altwalker.executor)
R
register() (altwalker.reporter.Reporting method)
report() (altwalker.reporter.ClickReporter method)
(altwalker.reporter.FileReporter method)
(altwalker.reporter.PathReporter method)
(altwalker.reporter.Reporter method)
(altwalker.reporter.Reporting method)
Reporter (class in altwalker.reporter)
Reporting (class in altwalker.reporter)
reset() (altwalker.executor.DotnetExecutor method)
(altwalker.executor.Executor method)
(altwalker.executor.HttpExecutor method)
(altwalker.executor.PythonExecutor method)
restart() (altwalker.graphwalker.GraphWalkerClient method)
(altwalker.planner.OfflinePlanner method)
(altwalker.planner.OnlinePlanner method)
run() (altwalker.walker.Walker method)
S
set_data() (altwalker.graphwalker.GraphWalkerClient method)
(altwalker.planner.OfflinePlanner method)
(altwalker.planner.OnlinePlanner method)
start() (altwalker.reporter.ClickReporter method)
(altwalker.reporter.FileReporter method)
(altwalker.reporter.PathReporter method)
(altwalker.reporter.Reporter method)
(altwalker.reporter.Reporting method)
status (altwalker.walker.Walker property)
step_end() (altwalker.reporter.ClickReporter method)
(altwalker.reporter.FileReporter method)
(altwalker.reporter.PathReporter method)
(altwalker.reporter.Reporter method)
(altwalker.reporter.Reporting method)
step_start() (altwalker.reporter.ClickReporter method)
(altwalker.reporter.FileReporter method)
(altwalker.reporter.PathReporter method)
(altwalker.reporter.Reporter method)
(altwalker.reporter.Reporting method)
steps (altwalker.planner.OfflinePlanner property)
STEPS_FILE
altwalker-walk command line option
SUT
T
Test Case
Test Fixture
Test Runner
TEST_PACKAGE
altwalker-online command line option
altwalker-verify command line option
altwalker-walk command line option
U
unregister() (altwalker.reporter.Reporting method)
V
validate_code() (in module altwalker.code)
validate_json_models() (in module altwalker.model)
validate_models() (in module altwalker.model)
ValidationException
verify_code() (in module altwalker.code)
W
Walker (class in altwalker.walker)