/* * Copyright 2011 Blazebit */ package com.blazebit.text; import org.junit.Test; /** * * @author Christian Beikov */ public class FormatUtilsTest { /** * Test of getAvailableFormatters method, of class FormatUtil. */ @Test public void testGetAvailableFormatters() { } /** * Test of isParseableType method, of class FormatUtil. */ @Test public void testIsParseableType() { } /** * Test of getParsedValue method, of class FormatUtil. */ @Test public void testGetParsedValue() throws Exception { } }