public static int Main() { ListClear test = new ListClear(); TestLibrary.TestFramework.BeginTestCase("ListClear"); if (test.RunTests()) { TestLibrary.TestFramework.EndTestCase(); TestLibrary.TestFramework.LogInformation("PASS"); return(100); } else { TestLibrary.TestFramework.EndTestCase(); TestLibrary.TestFramework.LogInformation("FAIL"); return(0); } }
private void OnListClear(EventArgs e) { ListClear?.Invoke(this, e); }
public new void Clear() { base.Clear(); ListClear?.Invoke(); }
public static int Main() { ListClear test = new ListClear(); TestLibrary.TestFramework.BeginTestCase("ListClear"); if (test.RunTests()) { TestLibrary.TestFramework.EndTestCase(); TestLibrary.TestFramework.LogInformation("PASS"); return 100; } else { TestLibrary.TestFramework.EndTestCase(); TestLibrary.TestFramework.LogInformation("FAIL"); return 0; } }