C# Class Boo.Lang.Runtime.Tests.MethodDispatcherFactoryTestCase

Inheritance: Boo.Lang.Runtime.Tests.AbstractDispatcherFactoryTestCase
Datei anzeigen Open project: boo/boo-lang

Private Methods

Method Description
AssertStaticMethod ( Foo target ) : void
Dispatch ( Foo o, Type type, string methodName ) : object
Dispatch ( Foo o, string methodName ) : object
ExtensionMethod ( ) : void
ExtensionMethodWithVarArgs ( ) : void
InstanceMethod ( ) : void
StaticMethod ( ) : void