| fit.Test.FitUnit.FixtureTest |
set the apartment state to single threaded
| configuration setup |
| settings |
| apartmentState | STA |
run a test fixture that saves the apartment state
| run test fixture | <tr><td>save state</td></tr> |
| check | execution apartment state | STA |
run a test fixture that changes the apartment state
| run test fixture | <tr><td>set state</td><td>MTA</td></tr> |
run a test fixture that saves the apartment state - it is independent of changes in a different execution
| run test fixture | <tr><td>save state</td></tr> |
| check | execution apartment state | STA |