//$Id: PropertyComparatorTest.java Oct 17, 2008 4:50:33 PM chaostone Exp $ /* * * Copyright c 2005-2009. * * Licensed under GNU LESSER General Public License, Version 3. * http://www.gnu.org/licenses * */ /******************************************************************************** * @author chaostone * * MODIFICATION DESCRIPTION * * Name Date Description * ============ ============ ============ * chaostone Oct 17, 2008 Created * ********************************************************************************/ package org.beanfuse.bean.comparators; import org.testng.annotations.Test; public class PropertyComparatorTest { @Test public void testSingleProperty() { } }