C# Class Aspectacular.Test.SomeTestClass

Afficher le fichier Open project: vgribok/Aspectacular Class Usage Examples

Méthodes publiques

Méthode 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

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

Method Details

DoNothing() public méthode

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
Résultat int

DoNothing() public méthode

public DoNothing ( string bogus ) : void
bogus string
Résultat void

DoNothingStatic() public static méthode

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
Résultat int

GetDateString() public méthode

public GetDateString ( string prefix ) : string
prefix string
Résultat string

SomeTestClass() public méthode

public SomeTestClass ( ) : System
Résultat System

SomeTestClass() public méthode

public SomeTestClass ( System.DateTime dt ) : System
dt System.DateTime
Résultat System

ThrowFailure() public méthode

public ThrowFailure ( ) : bool
Résultat bool