X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b75a7d8f3b4adbae880cab104ce2c6a50eee4db2..4f1e1a09ce4daed860e35d359ce2fceccb0764e8:/icuSources/test/intltest/dtfmapts.h diff --git a/icuSources/test/intltest/dtfmapts.h b/icuSources/test/intltest/dtfmapts.h index e8a109a5..390b4e22 100644 --- a/icuSources/test/intltest/dtfmapts.h +++ b/icuSources/test/intltest/dtfmapts.h @@ -1,6 +1,8 @@ +// © 2016 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /******************************************************************** * COPYRIGHT: - * Copyright (c) 1997-2001, International Business Machines Corporation and + * Copyright (c) 1997-2009, International Business Machines Corporation and * others. All Rights Reserved. ********************************************************************/ @@ -36,6 +38,11 @@ private: * Test that no parse or format methods are hidden. */ void TestNameHiding(void); + + /** + * Add better code coverage. + */ + void TestCoverage(void); }; #endif /* #if !UCONFIG_NO_FORMATTING */