25 |
* |
* |
26 |
* Contributors: |
* Contributors: |
27 |
* Martin O. J. Schmitz - initial API and implementation |
* Martin O. J. Schmitz - initial API and implementation |
28 |
* Stefan A. Krüger - additional utility classes |
* Stefan A. Tzeggai - additional utility classes |
29 |
******************************************************************************/ |
******************************************************************************/ |
30 |
package skrueger.i8n; |
package skrueger.i8n; |
31 |
|
|
32 |
import java.util.ArrayList; |
import java.util.ArrayList; |
33 |
|
|
|
import org.junit.Test; |
|
|
|
|
34 |
import junit.framework.TestCase; |
import junit.framework.TestCase; |
35 |
|
|
36 |
public class SwitchLanguageDialogTest extends TestCase { |
public class SwitchLanguageDialogTest extends TestCase { |