hasRequiredAttributes() 공개 메소드

public hasRequiredAttributes ( ) : bool
리턴 bool
 public void test_Trigger()
 {
     Trigger t = new Trigger(2,4);
       assertEquals( true, t.hasRequiredAttributes() );
       t = null;
 }