CSLA.NET 6.0.0
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
Csla.Test.MethodCaller.MethodCallerTests Class Reference

Public Member Functions

void CallSuccess ()
 
void CallException ()
 
void CallInnerException ()
 
void CallSuccessArrayParameters ()
 
void CallSuccessParams ()
 
void CallSuccessInheritedMethods ()
 
void CallWithInvalidParameterTypeFails ()
 
void CallWithValidParameterTypeSucceeds ()
 
void foo (MemoryStream ms)
 
void DoSuccess ()
 
void DoException ()
 
void DoInnerException ()
 
int GetData (object rows)
 
int GetData (params int[] rows)
 
int GetData (params string[] rows)
 
int GetData (int x, Dictionary< string, List< int > > rows)
 
int GetData (int x, params string[] rows)
 
int MethodWithParams (params object[] e)
 

Detailed Description

Definition at line 28 of file MethodCallerTests.cs.

Member Function Documentation

◆ CallException()

void Csla.Test.MethodCaller.MethodCallerTests.CallException ( )

Definition at line 37 of file MethodCallerTests.cs.

◆ CallInnerException()

void Csla.Test.MethodCaller.MethodCallerTests.CallInnerException ( )

Definition at line 50 of file MethodCallerTests.cs.

◆ CallSuccess()

void Csla.Test.MethodCaller.MethodCallerTests.CallSuccess ( )

Definition at line 31 of file MethodCallerTests.cs.

◆ CallSuccessArrayParameters()

void Csla.Test.MethodCaller.MethodCallerTests.CallSuccessArrayParameters ( )

Definition at line 71 of file MethodCallerTests.cs.

◆ CallSuccessInheritedMethods()

void Csla.Test.MethodCaller.MethodCallerTests.CallSuccessInheritedMethods ( )

Definition at line 102 of file MethodCallerTests.cs.

◆ CallSuccessParams()

void Csla.Test.MethodCaller.MethodCallerTests.CallSuccessParams ( )

Definition at line 91 of file MethodCallerTests.cs.

◆ CallWithInvalidParameterTypeFails()

void Csla.Test.MethodCaller.MethodCallerTests.CallWithInvalidParameterTypeFails ( )

Definition at line 153 of file MethodCallerTests.cs.

◆ CallWithValidParameterTypeSucceeds()

void Csla.Test.MethodCaller.MethodCallerTests.CallWithValidParameterTypeSucceeds ( )

Definition at line 162 of file MethodCallerTests.cs.

◆ DoException()

void Csla.Test.MethodCaller.MethodCallerTests.DoException ( )

Definition at line 185 of file MethodCallerTests.cs.

◆ DoInnerException()

void Csla.Test.MethodCaller.MethodCallerTests.DoInnerException ( )

Definition at line 190 of file MethodCallerTests.cs.

◆ DoSuccess()

void Csla.Test.MethodCaller.MethodCallerTests.DoSuccess ( )

Definition at line 181 of file MethodCallerTests.cs.

◆ foo()

void Csla.Test.MethodCaller.MethodCallerTests.foo ( MemoryStream  ms)

Definition at line 170 of file MethodCallerTests.cs.

◆ GetData() [1/5]

int Csla.Test.MethodCaller.MethodCallerTests.GetData ( int  x,
Dictionary< string, List< int > >  rows 
)

Definition at line 217 of file MethodCallerTests.cs.

◆ GetData() [2/5]

int Csla.Test.MethodCaller.MethodCallerTests.GetData ( int  x,
params string[]  rows 
)

Definition at line 222 of file MethodCallerTests.cs.

◆ GetData() [3/5]

int Csla.Test.MethodCaller.MethodCallerTests.GetData ( object  rows)

Definition at line 202 of file MethodCallerTests.cs.

◆ GetData() [4/5]

int Csla.Test.MethodCaller.MethodCallerTests.GetData ( params int[]  rows)

Definition at line 207 of file MethodCallerTests.cs.

◆ GetData() [5/5]

int Csla.Test.MethodCaller.MethodCallerTests.GetData ( params string[]  rows)

Definition at line 212 of file MethodCallerTests.cs.

◆ MethodWithParams()

int Csla.Test.MethodCaller.MethodCallerTests.MethodWithParams ( params object[]  e)

Definition at line 227 of file MethodCallerTests.cs.