/** * Copyright (C) 2009-2013 Barchart, Inc. <http://www.barchart.com/> * * All rights reserved. Licensed under the OSI BSD License. * * http://www.opensource.org/licenses/bsd-license.php */ package com.barchart.udt.lib; import org.junit.Test; import util.TestAny; public class TestPluginPropsUDT extends TestAny { /** verify file is present */ @Test public void loadAolProps() throws Exception { PluginPropsUDT.property(""); } }