C# Class Monobjc.Foundation.Common.AbstractCompletnessTests

Show file Open project: Monobjc/monobjc

Private Properties

Property Type Description
GetMethodName String
TestClassCompletness void
UpperCaseFirstLetter String
class_copyMethodList System.IntPtr
free void
method_getName System.IntPtr

Protected Methods

Method Description
AbstractCompletnessTests ( TestEnvironment env ) : System

Private Methods

Method Description
GetMethodName ( String selector ) : String
TestClassCompletness ( ) : void
UpperCaseFirstLetter ( String str ) : String
class_copyMethodList ( IntPtr cls, int &outCount ) : IntPtr
free ( IntPtr mem ) : void
method_getName ( IntPtr method ) : IntPtr

Method Details

AbstractCompletnessTests() protected method

protected AbstractCompletnessTests ( TestEnvironment env ) : System
env TestEnvironment
return System