Parent Directory
|
Revision Log
* Moved testing resources (shp, raster) from gpcore, ascore etc to schmitzm * added a special directory for the testresources..
1 | alfonx | 1212 | package skrueger.geotools; |
2 | |||
3 | import static org.junit.Assert.fail; | ||
4 | |||
5 | import org.junit.After; | ||
6 | import org.junit.Before; | ||
7 | import org.junit.Test; | ||
8 | |||
9 | public class StyledLayerUtilTest { | ||
10 | |||
11 | @Before | ||
12 | public void setUp() throws Exception { | ||
13 | } | ||
14 | |||
15 | @After | ||
16 | public void tearDown() throws Exception { | ||
17 | } | ||
18 | |||
19 | @Test | ||
20 | public void testGetColorModel() { | ||
21 | // TestingUtil.TestDatasetsRaster. | ||
22 | //TODO | ||
23 | } | ||
24 | |||
25 | @Test | ||
26 | public void testIsStyleable() { | ||
27 | fail("Not yet implemented"); | ||
28 | |||
29 | } | ||
30 | |||
31 | } |
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 |