Package org.beangle.commons.comparators

Source Code of org.beangle.commons.comparators.PropertyComparatorTest

/* Copyright c 2005-2012.
* Licensed under GNU  LESSER General Public License, Version 3.
* http://www.gnu.org/licenses
*/
package org.beangle.commons.comparators;

import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.testng.annotations.Test;

@Test
public class PropertyComparatorTest {

  public void testSingleProperty() {
    Logger logger = LoggerFactory.getLogger(PropertyComparatorTest.class);
    logger.info("dd");
  }
}
TOP

Related Classes of org.beangle.commons.comparators.PropertyComparatorTest

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.