1 package org.kuali.ole.describe.bo;
2
3 import org.junit.Test;
4
5 /**
6 * Created by IntelliJ IDEA.
7 * User: pvsubrah
8 * Date: 4/5/12
9 * Time: 10:58 PM
10 * To change this template use File | Settings | File Templates.
11 */
12 public class MarcEditorFormDataHandler_UT {
13 //TODO: Need to complete the tests. I had to refactor the logic from the MarcEditorController which didn't have tests
14 //to begin with, hence created place holders here.
15
16 @Test
17 public void testBuildBibRecordForDocStore() throws Exception {
18
19 }
20
21 @Test
22 public void testBuildMarcEditorControlFields() throws Exception {
23
24 }
25
26 @Test
27 public void testBuildMarcEditorDataFields() throws Exception {
28
29 }
30
31 @Test
32 public void testGetUUIDFromForm() throws Exception {
33
34 }
35 }