logos-blockchain-testing/docs/searchindex.json

1 line
1.6 MiB
JSON
Raw Normal View History

2025-11-28 10:59:38 +01:00
{"doc_urls":["project-context-primer.html#logos-testing-framework","project-context-primer.html#core-concept","project-context-primer.html#how-it-works","project-context-primer.html#key-features","project-context-primer.html#quick-example","project-context-primer.html#choose-your-path","project-context-primer.html#new-to-the-framework","project-context-primer.html#ready-to-write-tests","project-context-primer.html#setting-up-cicd","project-context-primer.html#extending-the-framework","project-context-primer.html#project-context","project-context-primer.html#documentation-structure","project-context-primer.html#quick-links","what-you-will-learn.html#what-you-will-learn","what-you-will-learn.html#by-the-end-of-this-book-you-will-be-able-to","what-you-will-learn.html#learning-path","what-you-will-learn.html#what-this-book-does-not-cover","quickstart.html#quickstart","quickstart.html#prerequisites","quickstart.html#your-first-test","quickstart.html#what-just-happened","quickstart.html#1-topology-configuration","quickstart.html#2-wallet-seeding","quickstart.html#3-workloads","quickstart.html#4-expectation","quickstart.html#5-run-duration","quickstart.html#6-deploy-and-execute","quickstart.html#adjust-the-topology","quickstart.html#try-docker-compose","quickstart.html#next-steps","part-i.html#part-i--foundations","introduction.html#introduction","introduction.html#a-scenario-in-20-lines","architecture-overview.html#architecture-overview","architecture-overview.html#core-flow","architecture-overview.html#crate-architecture","architecture-overview.html#layer-responsibilities","architecture-overview.html#extension-points","architecture-overview.html#components","architecture-overview.html#entry-points","architecture-overview.html#builder-api","architecture-overview.html#deployers","architecture-overview.html#assets-and-images","architecture-overview.html#docker-image","architecture-overview.html#circuit-assets","architecture-overview.html#compose-stack","architecture-overview.html#logging-architecture","architecture-overview.html#observability","testing-philosophy.html#testing-philosophy","testing-philosophy.html#declarative-over-imperative","testing-philosophy.html#protocol-time-not-wall-time","testing-philosophy.html#determinism-first-chaos-when-needed","testing-philosophy.html#observable-health-signals","testing-philosophy.html#minimum-run-windows","testing-philosophy.html#summary","scenario-lifecycle.html#scenario-lifecycle","scenario-lifecycle.html#phase-details","scenario-lifecycle.html#1-build-the-plan","scenario-lifecycle.html#2-deploy","scenario-lifecycle.html#3-capture-baseline","scenario-lifecycle.html#4-drive-workloads","scenario-lifecycle.html#5-evaluate-expectations","scenario-lifecycle.html#6-cleanup","design-rationale.html#design-rationale","part-ii.html#part-ii--user-guide","workspace-layout.html#workspace-layout","annotated-tree.html#annotated-tree","annotated-tree.html#key-directories-explained","annotated-tree.html#testing-framework","annotated-tree.html#testing-frameworkassetsstack","annotated-tree.html#scripts","annotated-tree.html#examples-start-here","annotated-tree.html#scripts-1","annotated-tree.html#observability","annotated-tree.html#navigation-guide","authoring-scenarios.html#authoring-scenarios","authoring-scenarios.html#the-core-authoring-loop","authoring-scenarios.html#hello-scenario-your-first-test","authoring-scenarios.html#step-1-shape-the-topology","authoring-scenarios.html#step-2-attach-workloads","authoring-scenarios.html#step-3-define-expectations","authoring-scenarios.html#step-4-set-duration","authoring-scenarios.html#step-5-build-and-deploy","authoring-scenarios.html#complete-hello-scenario","authoring-scenarios.html#understanding-units--timing","authoring-scenarios.html#transaction-rate-per-block-not-per-second","authoring-scenarios.html#duration-wall-clock-time","authoring-scenarios.html#structuring-scenarios-in-a-test-suite","authoring-scenarios.html#pattern-1-integration-test-module","authoring-scenarios.html#pattern-2-shared-scenario-builders","authoring-scenarios.html#pattern-3-par