BouncingLogoTests RunAFewTimesAndCloseGame Method Delta Engine Documentation

Namespace: LogoApp.Tests
Assembly: LogoApp.Tests (in LogoApp.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public void RunAFewTimesAndCloseGame()
Examples

[Test, Ignore]
public void RunAFewTimesAndCloseGame()
{
    new BouncingLogo();
    AdvanceTimeAndUpdateEntities(1.0f);
}
See Also