C# Class CatalogTests.CursorTests

Mostrar archivo Open project: NuGet/NuGet.Services.Metadata

Public Methods

Method Description
CreateNewCursor ( string args ) : void
CreateStorageFactory ( string>.IDictionary arguments, bool verbose ) : NuGet.Services.Metadata.Catalog.Persistence.StorageFactory
GetArguments ( string args, int start ) : string>.IDictionary
Test0 ( ) : void
Test1 ( ) : void
Test2 ( ) : void

Private Methods

Method Description
GetDefaultValue ( string>.IDictionary arguments ) : System.DateTime
MakeTestCatalog ( ) : Task
MoreTestCatalog ( ) : Task
Test0Async ( ) : Task
Test1Async ( ) : Task
Test2Async ( ) : Task
TraceRequiredArgument ( string name ) : void

Method Details

CreateNewCursor() public static method

public static CreateNewCursor ( string args ) : void
args string
return void

CreateStorageFactory() public static method

public static CreateStorageFactory ( string>.IDictionary arguments, bool verbose ) : NuGet.Services.Metadata.Catalog.Persistence.StorageFactory
arguments string>.IDictionary
verbose bool
return NuGet.Services.Metadata.Catalog.Persistence.StorageFactory

GetArguments() public static method

public static GetArguments ( string args, int start ) : string>.IDictionary
args string
start int
return string>.IDictionary

Test0() public static method

public static Test0 ( ) : void
return void

Test1() public static method

public static Test1 ( ) : void
return void

Test2() public static method

public static Test2 ( ) : void
return void