BouncingLogoTests Draw1000LogosToTestPerformance 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 Draw1000LogosToTestPerformance()
Examples

[Test, Ignore]
public void Draw1000LogosToTestPerformance()
{
    for (int i = 0; i < 1000; i++)
        new BouncingLogo();
}
See Also