Project

General

Profile

Download (3.18 KB) Statistics
| Branch: | Tag: | Revision:
1
/**
2
 * Copyright (C) 2007 EDIT
3
 * European Distributed Institute of Taxonomy 
4
 * http://www.e-taxonomy.eu
5
 * 
6
 * The contents of this file are subject to the Mozilla Public License Version 1.1
7
 * See LICENSE.TXT at the top of this package for the full license terms.
8
 */
9

    
10
package eu.etaxonomy.cdm.model.common;
11

    
12
import junit.framework.Assert;
13

    
14
import org.apache.log4j.Logger;
15
import org.junit.Test;
16

    
17
import eu.etaxonomy.cdm.test.unit.EntityTestBase;
18

    
19
public class DefinedTermBaseTest extends EntityTestBase {
20
	private static Logger logger = Logger.getLogger(DefinedTermBaseTest.class);
21

    
22
	/** ******* TEST ************************************ */
23

    
24
	@Test
25
	public final void testInitTermList() {
26
		logger.warn("Not yet implemented"); // TODO
27
	}
28

    
29
	@Test
30
	public final void testFindByUuid() {
31
		logger.warn("Not yet implemented"); // TODO
32
	}
33

    
34
	@Test
35
	public final void testIsInitialized() {
36
		logger.warn("Not yet implemented"); // TODO
37
	}
38

    
39
	@Test
40
	public final void testGetDefinedTerms() {
41
		logger.warn("Not yet implemented"); // TODO
42
	}
43

    
44
	@Test
45
	public final void testDefinedTermBase() {
46
		logger.warn("Not yet implemented"); // TODO
47
	}
48

    
49
	@Test
50
	public final void testDefinedTermBaseStringString() {
51
		logger.warn("Not yet implemented"); // TODO
52
	}
53

    
54
	@Test
55
	public final void testReadCsvLineListOfString() {
56
		logger.warn("Not yet implemented"); // TODO
57
	}
58

    
59
	@Test
60
	public final void testReadCsvLineListOfStringLanguage() {
61
		logger.warn("Not yet implemented"); // TODO
62
	}
63

    
64
	@Test
65
	public final void testWriteCsvLine() {
66
		logger.warn("Not yet implemented"); // TODO
67
	}
68

    
69
	@Test
70
	public final void testGetKindOf() {
71
		logger.warn("Not yet implemented"); // TODO
72
	}
73

    
74
	@Test
75
	public final void testSetKindOf() {
76
		logger.warn("Not yet implemented"); // TODO
77
	}
78

    
79
	@Test
80
	public final void testGetGeneralizationOf() {
81
		logger.warn("Not yet implemented"); // TODO
82
	}
83

    
84
	@Test
85
	public final void testSetGeneralizationOf() {
86
		logger.warn("Not yet implemented"); // TODO
87
	}
88

    
89
	@Test
90
	public final void testGetPartOf() {
91
		logger.warn("Not yet implemented"); // TODO
92
	}
93

    
94
	@Test
95
	public final void testSetPartOf() {
96
		logger.warn("Not yet implemented"); // TODO
97
	}
98

    
99
	@Test
100
	public final void testGetIncludes() {
101
		logger.warn("Not yet implemented"); // TODO
102
	}
103

    
104
	@Test
105
	public final void testSetIncludes() {
106
		logger.warn("Not yet implemented"); // TODO
107
	}
108

    
109
	@Test
110
	public final void testAddIncludes() {
111
		logger.warn("Not yet implemented"); // TODO
112
	}
113

    
114
	@Test
115
	public final void testRemoveIncludes() {
116
		logger.warn("Not yet implemented"); // TODO
117
	}
118

    
119
	@Test
120
	public final void testGetMedia() {
121
		logger.warn("Not yet implemented"); // TODO
122
	}
123

    
124
	@Test
125
	public final void testSetMedia() {
126
		logger.warn("Not yet implemented"); // TODO
127
	}
128

    
129
	@Test
130
	public final void testAddMedia() {
131
		logger.warn("Not yet implemented"); // TODO
132
	}
133

    
134
	@Test
135
	public final void testRemoveMedia() {
136
		logger.warn("Not yet implemented"); // TODO
137
	}
138

    
139
	@Test
140
	public final void testGetVocabulary() {
141
		logger.warn("Not yet implemented"); // TODO
142
	}
143

    
144
	@Test
145
	public final void testSetVocabulary() {
146
		logger.warn("Not yet implemented"); // TODO
147
	}
148
}
(4-4/11)