C# Class SpecExpress.Test.SimpleMessageStore

Inheritance: IMessageStore
Show file Open project: rbell/SpecExpress

Public Methods

Method Description
GetMessageTemplate ( string key ) : string
IsMessageInStore ( string key ) : bool

Method Details

GetMessageTemplate() public method

public GetMessageTemplate ( string key ) : string
key string
return string

IsMessageInStore() public method

public IsMessageInStore ( string key ) : bool
key string
return bool