- Changed Task.Wait() to task.GetAwaiter().GetResult() to avoid deadlocks
- Added named constant for killEntireProcessTree parameter
- Added clarifying comment for FakeInput creation
- Added comment explaining relative path construction for Examples directory
Co-authored-by: tig <585482+tig@users.noreply.github.com>
- Updated Example, FluentExample, and RunnableWrapperExample with example attributes
- Added support for driver name detection from test context in examples
- Created ExampleTests class in UnitTestsParallelizable with tests for:
- Example metadata validation
- Out-of-process execution
- In-process execution
- Context serialization
- Examples now properly detect and use FakeDriver from test context
- Tests pass for metadata validation and serialization
Co-authored-by: tig <585482+tig@users.noreply.github.com>