Package org.approvaltests.legacycode

Examples of org.approvaltests.legacycode.IndexPermutations


public class IndexPermutationsTest extends TestCase
{
  public void testSizes() throws Exception
  {
    Approvals.verifyAll("type", new IndexPermutations(new Integer[]{3, 4, 1, 2}));
  }
View Full Code Here

TOP

Related Classes of org.approvaltests.legacycode.IndexPermutations

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.