System.Object
Eplan.EplApi.Base.EplAssert
System.Object
Eplan.EplApi.Base.EplAssert
object testObject = null; Eplan.EplApi.Base.EplAssert oAssert= new Eplan.EplApi.Base.EplAssert(); oAssert.Assert (testObject != null, "The testobject must not be null!");
| Name | Description | |
|---|---|---|
![]() | EplAssert Constructor |
| Name | Description | |
|---|---|---|
![]() | Assert | A developer assertion. If the boolean expression fails, the debugged application fails into the debugger. Some text is written to the EplLog.txt. |