C# Class CacheSleeve.Tests.TestSettings

ファイルを表示 Open project: jdehlin/CacheSleeve

Public Properties

Property Type Description
George CacheSleeve.Tests.TestObjects.Monkey
KeyPrefix string
RedisDb int
RedisHost string
RedisPassword string
RedisPort int
_redisStarted bool

Public Methods

Method Description
StartRedis ( ) : void

Private Methods

Method Description
TestSettings ( ) : System.Collections.Generic

Method Details

StartRedis() public static method

public static StartRedis ( ) : void
return void

Property Details

George public_oe static_oe property

public static Monkey,CacheSleeve.Tests.TestObjects George
return CacheSleeve.Tests.TestObjects.Monkey

KeyPrefix public_oe static_oe property

public static string KeyPrefix
return string

RedisDb public_oe static_oe property

public static int RedisDb
return int

RedisHost public_oe static_oe property

public static string RedisHost
return string

RedisPassword public_oe static_oe property

public static string RedisPassword
return string

RedisPort public_oe static_oe property

public static int RedisPort
return int

_redisStarted public_oe static_oe property

public static bool _redisStarted
return bool