/// <summary> /// Called once at startup /// </summary> private void Start() { EndFader.StartFade(1, 0, () => { _closing = false; }); Instance = this; _stats = ScoreStoreHandler.LoadScores(); SpawnPlayers_(); ShowActiveGame_(); }
/// <summary> /// Throws an exception as you the ComparisonController is /// completely determined by the factory method used. /// </summary> /// <remarks> /// <para> /// since XMLUnit 2.5.1 /// </para> /// </remarks> public CompareConstraint WithComparisonController(ComparisonController cc) { throw new NotImplementedException("Can't set ComparisonController with CompareConstraint"); }
/// <summary> /// Replace the {@link ComparisonControllers#Default} with your own ComparisonController. /// </summary> /* * * <p> * Example use: * <pre> * Diff myDiff = DiffBuilder.Compare(control).WithTest(test) * .WithComparisonController(ComparisonControllers.StopWhenDifferent) * .Build(); * </pre> */ public DiffBuilder WithComparisonController(ComparisonController comparisonController) { this.comparisonController = comparisonController; return(this); }
public void ThenIStoreAllLoginsForSeniorToolDesignerAndWhichAreMale(string JobTitle, string BirthDate) { ComparisonController.ExecuteQueryForHumanResources(JobTitle, BirthDate); }