C# Class System.IO.IsolatedStorage.GetStoreTests

Inheritance: IsoStorageTest
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
InitStore_InvalidScopes ( IsolatedStorageScope scope ) : void
InitStore_ValidScopes ( IsolatedStorageScope scope ) : void

Private Methods

Méthode Description
GetEnumerator_NoOp ( ) : void
GetEnumerator_ThrowsForCurrent ( ) : void
GetStoreTests ( ) : System.Collections
GetStore_ThrowsPlatformNotSupported ( ) : void
GetUserStoreForApplication ( ) : void
GetUserStoreForAssembly ( ) : void
GetUserStoreForDomain ( ) : void
GetUserStoreForSite_ThrowsNotSupported ( ) : void
InlineData ( IsolatedStorageScope IsolatedStorageScope ) : IsolatedStorageScope.Roaming)
InlineData ( IsolatedStorageScope InlineData ) : Theory
MemberData ( nameof ValidScopes ) : Theory

Method Details

InitStore_InvalidScopes() public méthode

public InitStore_InvalidScopes ( IsolatedStorageScope scope ) : void
scope IsolatedStorageScope
Résultat void

InitStore_ValidScopes() public méthode

public InitStore_ValidScopes ( IsolatedStorageScope scope ) : void
scope IsolatedStorageScope
Résultat void