Parent Directory
|
Revision Log
Used a regex to extends all .*Test classes with TestingClass to initialize logger properly
1 | package skrueger.geotools.io; |
2 | |
3 | import org.junit.Test; |
4 | |
5 | import schmitzm.junit.TestingClass; |
6 | public class WfsSettingsJComboBoxTest extends TestingClass { |
7 | |
8 | @Test |
9 | public void testListChanged() { |
10 | new WfsSettingsJComboBox(new WfsServerList(new GtWfsServerSettings())) |
11 | .listChanged(); |
12 | } |
13 | |
14 | } |
Name | Value |
---|---|
svn:eol-style | native |
svn:keywords | Id URL |
svn:mime-type | text/plain |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |