C# Class Aspectacular.Test.SomeTestClass

Datei anzeigen Open project: vgribok/Aspectacular Class Usage Examples

Public Methods

Method Description
DoNothing ( int arg, string hkwStr = null, bool bogusBool = true, decimal bogusDec = 0m, IEnumerable sequence = null ) : int
DoNothing ( string bogus ) : void
DoNothingStatic ( int arg, string hkwStr = null, bool bogusBool = true, decimal bogusDec = 0m, IEnumerable sequence = null ) : int
GetDateString ( string prefix ) : string
SomeTestClass ( ) : System
SomeTestClass ( System.DateTime dt ) : System
ThrowFailure ( ) : bool

Private Methods

Method Description
FakeLogin ( string username, [ password ) : bool
MiscParmsStatic ( int intParm, SomeTestClass classParm, string &refString, bool &outBool ) : void

Method Details

DoNothing() public method

public DoNothing ( int arg, string hkwStr = null, bool bogusBool = true, decimal bogusDec = 0m, IEnumerable sequence = null ) : int
arg int
hkwStr string
bogusBool bool
bogusDec decimal
sequence IEnumerable
return int

DoNothing() public method

public DoNothing ( string bogus ) : void
bogus string
return void

DoNothingStatic() public static method

public static DoNothingStatic ( int arg, string hkwStr = null, bool bogusBool = true, decimal bogusDec = 0m, IEnumerable sequence = null ) : int
arg int
hkwStr string
bogusBool bool
bogusDec decimal
sequence IEnumerable
return int

GetDateString() public method

public GetDateString ( string prefix ) : string
prefix string
return string

SomeTestClass() public method

public SomeTestClass ( ) : System
return System

SomeTestClass() public method

public SomeTestClass ( System.DateTime dt ) : System
dt System.DateTime
return System

ThrowFailure() public method

public ThrowFailure ( ) : bool
return bool