Package rlforj.los.test

Source Code of rlforj.los.test.PrecisePermissiveLosTest

package rlforj.los.test;

import rlforj.los.PrecisePermissive;

public class PrecisePermissiveLosTest extends LosTest
{

  public PrecisePermissiveLosTest()
  {
    a=new PrecisePermissive();
  }
}
TOP

Related Classes of rlforj.los.test.PrecisePermissiveLosTest

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.