Package org.apache.kato.tck.results.reporter

Examples of org.apache.kato.tck.results.reporter.TCKResultMatrix


public class TestVersionOSkeyProvider extends TestCase{
 
  public void testTwoLevelProvider1() {
   
    
    TCKResultMatrix matrix=new TCKResultMatrix(new VersionOSSortedProvider());
    SortKeyProvider provider=matrix.getKeyProvider();
    assertEquals(2,provider.keyDepth());
   
 
  }
View Full Code Here

TOP

Related Classes of org.apache.kato.tck.results.reporter.TCKResultMatrix

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.