Module: A2ATestFramework

Defined in:
lib/a2a_test_framework.rb,
lib/a2a_test_framework/cli.rb,
lib/a2a_test_framework/version.rb

Defined Under Namespace

Classes: CLI

Constant Summary collapse

ROOT =

Root directory of the gem (for locating test files, schemas, etc.)

File.expand_path("..", __dir__)
TESTS_DIR =

Directory containing the test files

File.join(ROOT, "tests")
ENDPOINTS_DIR =

Directory containing endpoint JSON schemas

File.join(ROOT, "endpoints")
SCHEMA_PATH =

Path to the protocol schema bundle

File.join(ROOT, "a2a.json")
VERSION =
"0.4.0"