C# Class UnityEngine.PlaymodeTestsRunner.TestListBuilder.TestsConstraint

ファイルを表示 Open project: CarlosHBC/UnityDecompiled

Public Methods

Method Description
IsClassATest ( Type type ) : bool
IsClassTestSupported ( ) : bool
IsMethodATest ( MethodInfo method ) : bool
IsMethodTestSupported ( ) : bool

Protected Methods

Method Description
TestsConstraint ( ) : System

Method Details

IsClassATest() public method

public IsClassATest ( Type type ) : bool
type System.Type
return bool

IsClassTestSupported() public method

public IsClassTestSupported ( ) : bool
return bool

IsMethodATest() public method

public IsMethodATest ( MethodInfo method ) : bool
method System.Reflection.MethodInfo
return bool

IsMethodTestSupported() public method

public IsMethodTestSupported ( ) : bool
return bool

TestsConstraint() protected method

protected TestsConstraint ( ) : System
return System