# In-Depth

- [Testing Styles](https://testbox.ortusbooks.com/v2.x-1/in-depth/testing-styles.md)
- [Test Bundles](https://testbox.ortusbooks.com/v2.x-1/in-depth/test-bundles.md)
- [Optional Inheritance](https://testbox.ortusbooks.com/v2.x-1/in-depth/test-bundles/optional-inheritance.md)
- [Injected Variables](https://testbox.ortusbooks.com/v2.x-1/in-depth/test-bundles/injected-variables.md)
- [Injected Methods](https://testbox.ortusbooks.com/v2.x-1/in-depth/test-bundles/injected-methods.md)
- [Life-Cycle Methods](https://testbox.ortusbooks.com/v2.x-1/in-depth/life-cycle-methods.md)
- [xUnit](https://testbox.ortusbooks.com/v2.x-1/in-depth/life-cycle-methods/xunit.md)
- [BDD](https://testbox.ortusbooks.com/v2.x-1/in-depth/life-cycle-methods/bdd.md)
- [Annotations](https://testbox.ortusbooks.com/v2.x-1/in-depth/life-cycle-methods/annotations.md)
- [Suites, Tests & Specs (Oh My!)](https://testbox.ortusbooks.com/v2.x-1/in-depth/suites-tests-and-specs-oh-my.md)
- [xUnit](https://testbox.ortusbooks.com/v2.x-1/in-depth/suites-tests-and-specs-oh-my/xunit.md)
- [BDD](https://testbox.ortusbooks.com/v2.x-1/in-depth/suites-tests-and-specs-oh-my/bdd.md)
- [Assertions](https://testbox.ortusbooks.com/v2.x-1/in-depth/assertions.md)
- [Custom Assertions](https://testbox.ortusbooks.com/v2.x-1/in-depth/assertions/custom-assertions.md)
- [Expectations](https://testbox.ortusbooks.com/v2.x-1/in-depth/expectations.md)
- [Matchers](https://testbox.ortusbooks.com/v2.x-1/in-depth/expectations/matchers.md)
- [Not Operator](https://testbox.ortusbooks.com/v2.x-1/in-depth/expectations/not-operator.md)
- [Expecting Exceptions](https://testbox.ortusbooks.com/v2.x-1/in-depth/expectations/expecting-exceptions.md)
- [Custom Matchers](https://testbox.ortusbooks.com/v2.x-1/in-depth/expectations/custom-matchers.md)
- [Output Utilities](https://testbox.ortusbooks.com/v2.x-1/in-depth/output-utilities.md)
- [Running Tests](https://testbox.ortusbooks.com/v2.x-1/in-depth/running-tests.md)
- [Run Listeners](https://testbox.ortusbooks.com/v2.x-1/in-depth/running-tests/run-listeners.md)
- [Global Runner](https://testbox.ortusbooks.com/v2.x-1/in-depth/running-tests/global-runner.md)
- [Test Browser](https://testbox.ortusbooks.com/v2.x-1/in-depth/running-tests/test-browser.md)
- [Bundle(s) Runner](https://testbox.ortusbooks.com/v2.x-1/in-depth/running-tests/bundle-s-runner.md)
- [Test Runner](https://testbox.ortusbooks.com/v2.x-1/in-depth/running-tests/test-runner.md)
- [Directory Runner](https://testbox.ortusbooks.com/v2.x-1/in-depth/running-tests/directory-runner.md)
- [SOAP Runner](https://testbox.ortusbooks.com/v2.x-1/in-depth/running-tests/soap-runner.md)
- [HTTP REST Runner](https://testbox.ortusbooks.com/v2.x-1/in-depth/running-tests/http-rest-runner.md)
- [ANT Runner](https://testbox.ortusbooks.com/v2.x-1/in-depth/running-tests/ant-runner.md)
- [NodeJS Runner](https://testbox.ortusbooks.com/v2.x-1/in-depth/running-tests/nodejs-runner.md)
- [Reporters](https://testbox.ortusbooks.com/v2.x-1/in-depth/reporters.md)
- [Custom Reporters](https://testbox.ortusbooks.com/v2.x-1/in-depth/reporters/custom-reporters.md)
- [MXUnit Compatibility](https://testbox.ortusbooks.com/v2.x-1/in-depth/mxunit-compatibility.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://testbox.ortusbooks.com/v2.x-1/in-depth.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
