I am attempting to use Castle Windsor in my automated tests like so:
On every test:
Setup()
Don't reuse your container across tests. Instead, set it to null in the TearDown() and re-initialise it for each actual test.
null
TearDown()