Arraybracket.Bundling.Tests.ScriptDependencyOrdererTests.ComparerTests.CombinationsShouldStack C# (CSharp) Method

CombinationsShouldStack() private method

private CombinationsShouldStack ( ) : void
return void
        public void CombinationsShouldStack()
        {
            this._AssertNameComparison(true, "LIB-1.9.0.custom.min.JS", "Lib.d.tS");
            this._AssertNameComparison(true, "LIB.intellisense.1.9.JS", "Lib-1.9.pack.jS");
            this._AssertNameComparison(false, "LIB.validation.1.9.JS", "Lib-1.9.pack.jS");
        }