public void GblUndor_Execute_1() { GblContext context = new GblContext(); GblUndor undor = new GblUndor(); undor.Execute(context); }
public void GblUndor_Verify_1() { GblUndor undor = new GblUndor(); Assert.IsTrue(undor.Verify(false)); }
public void GblUndor_Construction_1() { GblUndor undor = new GblUndor(); }