Telosys directives
#assertFalse
#assertFalse( $flag, "Flag is true (false expected)" )
#assertFalse( $entity.hasCompositePrimaryKey(), "Composite Primary Key not supported" ) #assertTrue
#assertTrue( $flag, "Flag is not true!" )
#assertTrue( $entity.hasPrimaryKey(), "Primary Key required!" )#cancel
#checkId
#error
#using
Last updated