Examples of TCKResultMatrix


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
Copyright © 2018 www.massapi.com. 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.