C# Class Spring.Threading.CommonThreadStorageTests

Any IThreadStorage implementation must pass these tests.
Mostrar archivo Open project: spring-projects/spring-net Class Usage Examples

Protected Methods

Method Description
CreateStorage ( ) : IThreadStorage
ThreadCleanup ( ) : void
ThreadSetup ( ) : void

Private Methods

Method Description
AllowReplaceData ( ) : void
FixtureSetUp ( ) : void
FixtureTearDown ( ) : void
FreeNamedDataSlotRemovesData ( ) : void
IsCaseSensitive ( ) : void
TearDown ( ) : void
UnknownKeyReturnsNull ( ) : void
UsesDistinguishedStorageOnDifferentThreads ( ) : void

Method Details

CreateStorage() protected abstract method

protected abstract CreateStorage ( ) : IThreadStorage
return IThreadStorage

ThreadCleanup() protected method

protected ThreadCleanup ( ) : void
return void

ThreadSetup() protected method

protected ThreadSetup ( ) : void
return void