cleanup ContextRegistry after each ContextHandler test
This commit is contained in:
@@ -50,6 +50,12 @@ namespace Spring.Context.Support
|
||||
ContextRegistry.Clear();
|
||||
}
|
||||
|
||||
[TearDown]
|
||||
public void TearDown()
|
||||
{
|
||||
ContextRegistry.Clear();
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void CreateContextSuccessful()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user