public void GblEmpty_Execute_1() { GblContext context = new GblContext(); GblEmpty empty = new GblEmpty(); empty.Execute(context); }
public void GblEmpty_Verify_1() { GblEmpty empty = new GblEmpty(); Assert.IsTrue(empty.Verify(false)); }
public void GblEmpty_Construction_1() { GblEmpty empty = new GblEmpty(); }