Method IsTestFinish
IsTestFinish(Message)
Declaration
public static bool IsTestFinish(this Message msg)
Parameters
Type | Name | Description |
---|---|---|
Message | msg |
Returns
Type | Description |
---|---|
bool |
IsTestFinish(Message, TestStateEnum)
Declaration
public static bool IsTestFinish(this Message msg, TestStateEnum state)
Parameters
Type | Name | Description |
---|---|---|
Message | msg | |
TestStateEnum | state |
Returns
Type | Description |
---|---|
bool |