/* * Copyright 2000-2013 Enonic AS * http://www.enonic.com/license */ package com.enonic.cms.core.xslt.functions.admin; import org.junit.Test; public class ToIntegerFunctionTest extends AbstractAdminFunctionTest { @Test public void testFunction() throws Exception { processTemplate( "toInteger" ); } }