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.CreateConstructorTests Class Reference

Classes

class  NonPublic1
 
class  TestClass
 
struct  TestStruct
 

Public Member Functions

void CreateInstanceSuccess ()
 
void CreateInstanceNonPublicNestedTypeSuccess ()
 
void CreateInstanceNotClassFail ()
 

Detailed Description

Definition at line 25 of file CreateConstructorTests.cs.

Member Function Documentation

◆ CreateInstanceNonPublicNestedTypeSuccess()

void Csla.Test.MethodCaller.CreateConstructorTests.CreateInstanceNonPublicNestedTypeSuccess ( )

Definition at line 40 of file CreateConstructorTests.cs.

◆ CreateInstanceNotClassFail()

void Csla.Test.MethodCaller.CreateConstructorTests.CreateInstanceNotClassFail ( )

Definition at line 49 of file CreateConstructorTests.cs.

◆ CreateInstanceSuccess()

void Csla.Test.MethodCaller.CreateConstructorTests.CreateInstanceSuccess ( )

Definition at line 28 of file CreateConstructorTests.cs.