hasRequiredAttributes() public method

public hasRequiredAttributes ( ) : bool
return bool
コード例 #1
0
 public void test_Trigger()
 {
     Trigger t = new Trigger(2,4);
       assertEquals( true, t.hasRequiredAttributes() );
       t = null;
 }