C# Класс Aspectacular.Test.SomeTestClass

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
FakeLogin ( string username, [ password ) : bool
MiscParmsStatic ( int intParm, SomeTestClass classParm, string &refString, bool &outBool ) : void

Описание методов

DoNothing() публичный Метод

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
Результат int

DoNothing() публичный Метод

public DoNothing ( string bogus ) : void
bogus string
Результат void

DoNothingStatic() публичный статический Метод

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
Результат int

GetDateString() публичный Метод

public GetDateString ( string prefix ) : string
prefix string
Результат string

SomeTestClass() публичный Метод

public SomeTestClass ( ) : System
Результат System

SomeTestClass() публичный Метод

public SomeTestClass ( System.DateTime dt ) : System
dt System.DateTime
Результат System

ThrowFailure() публичный Метод

public ThrowFailure ( ) : bool
Результат bool