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 Delevoper Assertion. When the boolean Expression fails, the debugged application fails into the debugger. Some Text is written to the EplLog.txt |