/*
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
* Common Development and Distribution License, Version 1.0 only
* (the "License"). You may not use this file except in compliance
* with the License.
*
* You can obtain a copy of the license at
* See the License for the specific language governing permissions
* and limitations under the License.
*
* When distributing Covered Code, include this CDDL HEADER in each
* file and include the License file at
* trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
* add the following below this CDDL HEADER, with the fields enclosed
* by brackets "[]" replaced with your own identifying information:
* Portions Copyright [yyyy] [name of copyright owner]
*
* CDDL HEADER END
*
*
* Copyright 2007-2008 Sun Microsystems, Inc.
*/
/**
* Message Tester.
*/
}
return new Object[][]{
// All strings
{ new CharSequence[] {
"Once", " upon", " a", " time." },
"Once upon a time." },
// All messages
{ new CharSequence[] {
"Once upon a time." },
// Mix of strings and messages
{ new CharSequence[] {
" upon",
" time." },
"Once upon a time." },
// Lots of messages
{ new CharSequence[] {
"North America is divided into two vast regions, one inclining towards the Pole," +
" the other towards the Equator--Valley of the Mississippi--Traces found there of" +
" the revolutions of the globe --Shore of the Atlantic Ocean, on which the English" +
" colonies were founded--Different aspects of North and of South America at the" +
" time of their discovery--Forests of North America --Prairies--Wandering tribes" +
" of natives--Their outward appearance, customs, and languages--Traces of an" +
" unknown people."
}
};
}
{
for (CharSequence c : content) {
}
}
return new Object[][]{
// default locale
{ new CharSequence[] {
Locale.getDefault(),
{ new CharSequence[] {
};
}
{
for (CharSequence c : content) {
}
}
return new Object[][] {
{
},
{
},
{
}
};
}
}
}