public void GblCha_Execute_1() { GblContext context = new GblContext(); GblCha cha = new GblCha(); cha.Execute(context); }
public void GblCha_Verify_1() { GblCha cha = new GblCha(); Assert.IsTrue(cha.Verify(false)); }
public void GblCha_Construction_1() { GblCha cha = new GblCha(); }