C# Class UnitTests.ScriptEngineTests.TestClass

显示文件 Open project: paulbartrum/jurassic

Public Methods

Method Description
Optional1 ( int a, int b = 2, int c = 3 ) : int
Optional2 ( [ a ) : int
Overload1 ( double a, double b ) : bool
Overload1 ( int a, int b ) : bool
Overload1 ( string a, string b ) : string
Params1 ( ) : bool
Test1 ( ) : void
Test10 ( ulong p ) : ulong
Test11 ( float p ) : float
Test12 ( double p ) : double
Test13 ( decimal p ) : decimal
Test14 ( char p ) : char
Test15 ( string p ) : string
Test16 ( ) : object
Test17 ( object p ) : object
Test18 ( object p ) : object
Test19 ( string p ) : string
Test2 ( bool p ) : bool
Test20 ( object p ) : object
Test3 ( byte p ) : byte
Test4 ( sbyte p ) : sbyte
Test5 ( short p ) : short
Test6 ( ushort p ) : ushort
Test7 ( int p ) : int
Test8 ( uint p ) : uint
Test9 ( long p ) : long

Method Details

Optional1() public static method

public static Optional1 ( int a, int b = 2, int c = 3 ) : int
a int
b int
c int
return int

Optional2() public static method

public static Optional2 ( [ a ) : int
a [
return int

Overload1() public static method

public static Overload1 ( double a, double b ) : bool
a double
b double
return bool

Overload1() public static method

public static Overload1 ( int a, int b ) : bool
a int
b int
return bool

Overload1() public static method

public static Overload1 ( string a, string b ) : string
a string
b string
return string

Params1() public static method

public static Params1 ( ) : bool
return bool

Test1() public static method

public static Test1 ( ) : void
return void

Test10() public static method

public static Test10 ( ulong p ) : ulong
p ulong
return ulong

Test11() public static method

public static Test11 ( float p ) : float
p float
return float

Test12() public static method

public static Test12 ( double p ) : double
p double
return double

Test13() public static method

public static Test13 ( decimal p ) : decimal
p decimal
return decimal

Test14() public static method

public static Test14 ( char p ) : char
p char
return char

Test15() public static method

public static Test15 ( string p ) : string
p string
return string

Test16() public static method

public static Test16 ( ) : object
return object

Test17() public static method

public static Test17 ( object p ) : object
p object
return object

Test18() public static method

public static Test18 ( object p ) : object
p object
return object

Test19() public static method

public static Test19 ( string p ) : string
p string
return string

Test2() public static method

public static Test2 ( bool p ) : bool
p bool
return bool

Test20() public static method

public static Test20 ( object p ) : object
p object
return object

Test3() public static method

public static Test3 ( byte p ) : byte
p byte
return byte

Test4() public static method

public static Test4 ( sbyte p ) : sbyte
p sbyte
return sbyte

Test5() public static method

public static Test5 ( short p ) : short
p short
return short

Test6() public static method

public static Test6 ( ushort p ) : ushort
p ushort
return ushort

Test7() public static method

public static Test7 ( int p ) : int
p int
return int

Test8() public static method

public static Test8 ( uint p ) : uint
p uint
return uint

Test9() public static method

public static Test9 ( long p ) : long
p long
return long